Home
last modified time | relevance | path

Searched refs:MotionEventHelper (Results 1 – 2 of 2) sorted by relevance

/packages/apps/Gallery2/src/com/android/gallery3d/util/
DMotionEventHelper.java25 public final class MotionEventHelper { class
26 private MotionEventHelper() {} in MotionEventHelper() method in MotionEventHelper
/packages/apps/Gallery2/src/com/android/gallery3d/ui/
DGLRootView.java42 import com.android.gallery3d.util.MotionEventHelper;
472 event = MotionEventHelper.transformEvent(event, mCompensationMatrix); in dispatchTouchEvent()