Home
last modified time | relevance | path

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

/aosp12/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/accessibility/floatingmenu/
H A DDockTooltipViewTest.java38 import com.android.systemui.accessibility.MotionEventHelper;
62 private final MotionEventHelper mMotionEventHelper = new MotionEventHelper();
H A DBaseTooltipViewTest.java41 import com.android.systemui.accessibility.MotionEventHelper;
66 private final MotionEventHelper mMotionEventHelper = new MotionEventHelper();
H A DAccessibilityFloatingMenuViewTest.java62 import com.android.systemui.accessibility.MotionEventHelper;
87 private final MotionEventHelper mMotionEventHelper = new MotionEventHelper();
/aosp12/packages/apps/Gallery2/src/com/android/gallery3d/util/
H A DMotionEventHelper.java25 public final class MotionEventHelper { class
26 private MotionEventHelper() {} in MotionEventHelper() method in MotionEventHelper
/aosp12/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/accessibility/
H A DMotionEventHelper.java26 public class MotionEventHelper { class
H A DMagnificationGestureDetectorTest.java54 private MotionEventHelper mMotionEventHelper = new MotionEventHelper();
H A DMagnificationModeSwitchTest.java111 private MotionEventHelper mMotionEventHelper = new MotionEventHelper();
/aosp12/packages/apps/Gallery2/src/com/android/gallery3d/ui/
H A DGLRootView.java42 import com.android.gallery3d.util.MotionEventHelper;
472 event = MotionEventHelper.transformEvent(event, mCompensationMatrix); in dispatchTouchEvent()