Home
last modified time | relevance | path

Searched defs:actionDown (Results 1 – 3 of 3) 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()
/frameworks/base/libs/WindowManager/Shell/tests/unittest/src/com/android/wm/shell/back/
DBackAnimationControllerTest.java636 private void doMotionEvent(int actionDown, int coordinate) { in doMotionEvent()
640 private void doMotionEvent(int actionDown, int coordinate, float velocity) { in doMotionEvent()
/frameworks/rs/tests/java_api/VrDemo/src/com/example/android/rs/vr/
DVrView.java231 private void actionDown(MotionEvent e) { in actionDown() method in VrView