/cts/tests/tests/hardware/src/android/hardware/input/cts/ |
D | InputCtsActivity.java | 41 public boolean dispatchGenericMotionEvent(MotionEvent ev) { in dispatchGenericMotionEvent() 49 public boolean dispatchTouchEvent(MotionEvent ev) { in dispatchTouchEvent() 57 public boolean dispatchTrackballEvent(MotionEvent ev) { in dispatchTrackballEvent() 65 public boolean dispatchKeyEvent(KeyEvent ev) { in dispatchKeyEvent()
|
D | InputCallback.java | 23 void onKeyEvent(KeyEvent ev); in onKeyEvent() 24 void onMotionEvent(MotionEvent ev); in onMotionEvent()
|
/cts/tests/accessibilityservice/src/android/accessibilityservice/cts/utils/ |
D | EventCapturingTouchListener.java | 75 MotionEvent ev; in assertPropagated() local 111 MotionEvent ev; in getRawEvents() local
|
D | EventCapturingHoverListener.java | 72 MotionEvent ev; in assertPropagated() local
|
/cts/tests/tests/view/src/android/view/cts/input/ |
D | InputDeviceKeyLayoutMapTestActivity.java | 40 public boolean dispatchKeyEvent(KeyEvent ev) { in dispatchKeyEvent()
|
/cts/tests/framework/base/windowmanager/src/android/server/wm/ |
D | WindowInputTests.java | 244 mView.setOnTouchListener((v, ev) -> { in testFilterTouchesWhenObscuredByWindowFromSameUid() argument 290 mView.setOnTouchListener((v, ev) -> { in testFilterTouchesWhenObscuredByWindowFromDifferentUid() argument 343 mView.setOnTouchListener((v, ev) -> { in testFlagTouchesWhenObscuredByWindowFromDifferentUid() argument 398 mView.setOnTouchListener((v, ev) -> { in testDoNotFlagTouchesWhenObscuredByZeroOpacityWindow() argument 445 mView.setOnTouchListener((v, ev) -> { in testFlagTouchesWhenObscuredByMinPositiveOpacityWindow() argument 500 mView.setOnTouchListener((v, ev) -> { in testFlagTouchesWhenPartiallyObscuredByZeroOpacityWindow() argument 556 mView.setOnTouchListener((v, ev) -> { in testDoNotFlagTouchesWhenPartiallyObscuredByNotTouchableZeroOpacityWindow() argument
|
D | DragDropTest.java | 174 private void logEvent(View v, DragEvent ev) { in logEvent() 336 v.setOnDragListener((_v, ev) -> { in setRejectingHandlersOnTree() argument
|
/cts/apps/CameraITS/tests/scene1_1/ |
D | test_ev_compensation_advanced.py | 43 def create_request_with_ev(ev): argument
|
D | test_ev_compensation_basic.py | 46 def create_request_with_ev(ev): argument
|
/cts/tests/tests/hardware/src/android/hardware/input/cts/tests/ |
D | InputTestCase.java | 375 public void onKeyEvent(KeyEvent ev) { in onKeyEvent() 384 public void onMotionEvent(MotionEvent ev) { in onMotionEvent()
|
/cts/tests/tests/view/src/android/view/cts/ |
D | VelocityTrackerTest.java | 205 MotionEvent ev = MotionEvent.obtain(0L, mTime, MotionEvent.ACTION_MOVE, mPx, mPy, 0); in addMovement() local
|
D | MotionEventTest.java | 720 private void dump(String label, MotionEvent ev) { in dump()
|
D | ViewGroupTest.java | 3230 public boolean onInterceptTouchEvent(MotionEvent ev) { in onInterceptTouchEvent()
|
/cts/tests/app/app/src/android/app/stubs/ |
D | TestDialog.java | 322 public boolean dispatchTrackballEvent(MotionEvent ev) { in dispatchTrackballEvent() 328 public boolean dispatchTouchEvent(MotionEvent ev) { in dispatchTouchEvent()
|
/cts/tests/tests/app.usage/src/android/app/usage/cts/ |
D | UsageStatsTest.java | 1053 final int ev = event.getEventType(); in getEvents() local
|
/cts/tests/tests/calendarprovider/src/android/provider/cts/calendar/ |
D | CalendarTest.java | 1747 ContentValues ev = EventHelper.getNewEventValues(account, seed++, cal_id, false); in testEventColors() local
|