History log of /packages/apps/Gallery2/src/com/android/gallery3d/util/MotionEventHelper.java
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
8a55d3ae7486b798e4c26eeb91993916145f3cef 02-Oct-2014 Neil Fuller <nfuller@google.com> Remove dependencies on FloatMath

See frameworks/base commit 33253a4baa6279f81a73425b49dfb6abe5f5416e
for details.

Bug: https://code.google.com/p/android/issues/detail?id=36199
Change-Id: I202064d78aeb125035c87257100e949da93c116c
/packages/apps/Gallery2/src/com/android/gallery3d/util/MotionEventHelper.java
37ba3d7b5953decbb7cc21f74cd61ceed12b199a 13-Aug-2012 Wu-cheng Li <wuchengli@google.com> Make a copy of MotionEvent in MotionEventHelper.transform.

RotateLayout transforms the event in dispatchTouchEvent.
If the event is not handled, the parent of RotateLayout
may send the transformed event to other views and the
coordinates will be wrong. Make a copy of MotionEvent in
transform. This also makes the behavior consistent in
different API levels.

bug:6974916
Change-Id: Id835767cc9be3f244e5abe2b855e5188045adedc
/packages/apps/Gallery2/src/com/android/gallery3d/util/MotionEventHelper.java
8fedc27c552424cc5d8e72783bd53f38538190e9 07-Aug-2012 Ahbong Chang <cwahbong@google.com> Move motion event related methods to class MotionEventHelper.

Bug: 6943189
Change-Id: I9084cc8ebb501a5b772ed4e00bd64a3b2e8bafb3
/packages/apps/Gallery2/src/com/android/gallery3d/util/MotionEventHelper.java