OSDN Git Service

Fix lack of snapback on very short scroll
authorBobby Georgescu <georgescu@google.com>
Tue, 9 Oct 2012 22:59:40 +0000 (15:59 -0700)
committerBobby Georgescu <georgescu@google.com>
Tue, 9 Oct 2012 23:00:25 +0000 (16:00 -0700)
commit9452a829641ce51438b508d4884b28f72ecd63ae
treed90aa2c188eadc9b57590f33cba5854cb51910d0
parentd69035a67e0c650e2aa076ee678a6f9a82dffa77
Fix lack of snapback on very short scroll

Bug: 7318609

snapToNeighborImage returns false if it didn't
actually need to move to a neighboring image, so
use this information to correctly snapback if
needed.

Change-Id: I28bbcb5ea224957fefa3838891c4343a1d9b8aff
src/com/android/gallery3d/ui/PhotoView.java