Home
last modified time | relevance | path

Searched refs:getPointerAction (Results 1 – 3 of 3) sorted by relevance

/aosp14/frameworks/base/cmds/uiautomator/library/core-src/com/android/uiautomator/core/
H A DInteractionController.java656 private int getPointerAction(int motionEnvent, int index) {
717 getPointerAction(MotionEvent.ACTION_POINTER_DOWN, x), x + 1, properties,
748 getPointerAction(MotionEvent.ACTION_POINTER_UP, x), x + 1, properties,
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/classifier/
H A DClassifierTest.java86 protected static int getPointerAction(int actionType, int index) { in getPointerAction() method in ClassifierTest
H A DFalsingDataProviderTest.java290 appendTrackpadPointerDownEvent(getPointerAction(MotionEvent.ACTION_POINTER_DOWN, 1), in test_IsFromTrackpad()
293 appendTrackpadPointerDownEvent(getPointerAction(MotionEvent.ACTION_POINTER_DOWN, 2), in test_IsFromTrackpad()