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 D | InteractionController.java | 656 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 D | ClassifierTest.java | 86 protected static int getPointerAction(int actionType, int index) { in getPointerAction() method in ClassifierTest
|
H A D | FalsingDataProviderTest.java | 290 appendTrackpadPointerDownEvent(getPointerAction(MotionEvent.ACTION_POINTER_DOWN, 1), in test_IsFromTrackpad() 293 appendTrackpadPointerDownEvent(getPointerAction(MotionEvent.ACTION_POINTER_DOWN, 2), in test_IsFromTrackpad()
|