| /cts/tests/tests/hardware/src/android/hardware/input/cts/ | 
| D | InputCallback.java | 23     void onKeyEvent(KeyEvent ev);  in onKeyEvent()24     void onMotionEvent(MotionEvent ev);  in onMotionEvent()
 
 | 
| D | InputCtsActivity.java | 42     public boolean dispatchGenericMotionEvent(MotionEvent ev) {  in dispatchGenericMotionEvent()54     public boolean dispatchTouchEvent(MotionEvent ev) {  in dispatchTouchEvent()
 62     public boolean dispatchTrackballEvent(MotionEvent ev) {  in dispatchTrackballEvent()
 70     public boolean dispatchKeyEvent(KeyEvent ev) {  in dispatchKeyEvent()
 
 | 
| /cts/tests/accessibilityservice/src/android/accessibilityservice/cts/utils/ | 
| D | EventCapturingTouchListener.java | 75         MotionEvent ev;  in assertPropagated()  local114         MotionEvent ev;  in getRawEvents()  local
 
 | 
| D | EventCapturingHoverListener.java | 75         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/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 | 47 def create_request_with_ev(ev):  argument
 | 
| /cts/tests/framework/base/windowmanager/src/android/server/wm/ | 
| D | WindowInputTests.java | 257             mView.setOnTouchListener((v, ev) -> {  in testFilterTouchesWhenObscuredByWindowFromSameUid()  argument303                 mView.setOnTouchListener((v, ev) -> {  in testFilterTouchesWhenObscuredByWindowFromDifferentUid()  argument
 357                 mView.setOnTouchListener((v, ev) -> {  in testFlagTouchesWhenObscuredByWindowFromDifferentUid()  argument
 414                 mView.setOnTouchListener((v, ev) -> {  in testDoNotFlagTouchesWhenObscuredByZeroOpacityWindow()  argument
 461                 mView.setOnTouchListener((v, ev) -> {  in testFlagTouchesWhenObscuredByMinPositiveOpacityWindow()  argument
 517                 mView.setOnTouchListener((v, ev) -> {  in testFlagTouchesWhenPartiallyObscuredByZeroOpacityWindow()  argument
 574                 mView.setOnTouchListener((v, ev) -> {  in testDoNotFlagTouchesWhenPartiallyObscuredByNotTouchableZeroOpacityWindow()  argument
 
 | 
| D | DragDropTest.java | 189     private void logEvent(View v, DragEvent ev) {  in logEvent()375         v.setOnDragListener((_v, ev) -> {  in setRejectingHandlersOnTree()  argument
 
 | 
| D | SurfaceControlViewHostTests.java | 157         public boolean onTouchEvent(MotionEvent ev) {  in onTouchEvent()1406         public boolean onTouchEvent(MotionEvent ev) {  in onTouchEvent()
 
 | 
| /cts/tests/tests/hardware/src/android/hardware/input/cts/tests/ | 
| D | InputTestCase.java | 418         public void onKeyEvent(KeyEvent ev) {  in onKeyEvent()427         public void onMotionEvent(MotionEvent ev) {  in onMotionEvent()
 
 | 
| /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/view/src/android/view/cts/ | 
| D | VelocityTrackerTest.java | 312             MotionEvent ev = MotionEvent.obtain(0L, mTime, MotionEvent.ACTION_MOVE, mPx, mPy, 0);  in addMovement()  local
 | 
| D | MotionEventTest.java | 764     private void dump(String label, MotionEvent ev) {  in dump()
 | 
| D | ViewGroupTest.java | 3247         public boolean onInterceptTouchEvent(MotionEvent ev) {  in onInterceptTouchEvent()
 | 
| /cts/tests/tests/car/src/android/car/cts/ | 
| D | CarInputTest.java | 501         public boolean dispatchTouchEvent(MotionEvent ev) {  in dispatchTouchEvent()
 | 
| /cts/tests/tests/app.usage/src/android/app/usage/cts/ | 
| D | UsageStatsTest.java | 1465             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
 |