Searched refs:actionDown (Results 1 – 4 of 4) sorted by relevance
/frameworks/base/libs/WindowManager/Shell/tests/unittest/src/com/android/wm/shell/bubbles/ |
D | BubblesNavBarMotionEventHandlerTest.java | 135 private MotionEvent newEvent(int actionDown, float x, float y) { in newEvent() argument 136 MotionEvent event = MotionEvent.obtain(0L, mMotionEventTime, actionDown, x, y, 0); in newEvent()
|
/frameworks/base/libs/WindowManager/Shell/tests/unittest/src/com/android/wm/shell/back/ |
D | BackAnimationControllerTest.java | 636 private void doMotionEvent(int actionDown, int coordinate) { in doMotionEvent() argument 637 doMotionEvent(actionDown, coordinate, 0); in doMotionEvent() 640 private void doMotionEvent(int actionDown, int coordinate, float velocity) { in doMotionEvent() argument 646 /* keyAction */ actionDown, in doMotionEvent()
|
/frameworks/rs/tests/java_api/VrDemo/src/com/example/android/rs/vr/ |
D | VrView.java | 185 actionDown(e); in onTouchEvent() 231 private void actionDown(MotionEvent e) { in actionDown() method in VrView
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/ |
D | StatusBarKeyguardViewManager.java | 1728 final boolean actionDown = event.getActionMasked() == MotionEvent.ACTION_DOWN; in onTouch() 1736 if (actionDown) { in onTouch()
|