Home
last modified time | relevance | path

Searched refs:actionDown (Results 1 – 4 of 4) sorted by relevance

/frameworks/base/libs/WindowManager/Shell/tests/unittest/src/com/android/wm/shell/bubbles/
DBubblesNavBarMotionEventHandlerTest.java135 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/
DBackAnimationControllerTest.java636 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/
DVrView.java185 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/
DStatusBarKeyguardViewManager.java1728 final boolean actionDown = event.getActionMasked() == MotionEvent.ACTION_DOWN; in onTouch()
1736 if (actionDown) { in onTouch()