Home
last modified time | relevance | path

Searched defs:ev (Results 1 – 16 of 16) sorted by relevance

/cts/tests/tests/hardware/src/android/hardware/input/cts/
DInputCtsActivity.java41 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()
DInputCallback.java23 void onKeyEvent(KeyEvent ev); in onKeyEvent()
24 void onMotionEvent(MotionEvent ev); in onMotionEvent()
/cts/tests/accessibilityservice/src/android/accessibilityservice/cts/utils/
DEventCapturingTouchListener.java75 MotionEvent ev; in assertPropagated() local
111 MotionEvent ev; in getRawEvents() local
DEventCapturingHoverListener.java72 MotionEvent ev; in assertPropagated() local
/cts/tests/tests/view/src/android/view/cts/input/
DInputDeviceKeyLayoutMapTestActivity.java40 public boolean dispatchKeyEvent(KeyEvent ev) { in dispatchKeyEvent()
/cts/tests/framework/base/windowmanager/src/android/server/wm/
DWindowInputTests.java244 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
DDragDropTest.java174 private void logEvent(View v, DragEvent ev) { in logEvent()
336 v.setOnDragListener((_v, ev) -> { in setRejectingHandlersOnTree() argument
/cts/apps/CameraITS/tests/scene1_1/
Dtest_ev_compensation_advanced.py43 def create_request_with_ev(ev): argument
Dtest_ev_compensation_basic.py46 def create_request_with_ev(ev): argument
/cts/tests/tests/hardware/src/android/hardware/input/cts/tests/
DInputTestCase.java375 public void onKeyEvent(KeyEvent ev) { in onKeyEvent()
384 public void onMotionEvent(MotionEvent ev) { in onMotionEvent()
/cts/tests/tests/view/src/android/view/cts/
DVelocityTrackerTest.java205 MotionEvent ev = MotionEvent.obtain(0L, mTime, MotionEvent.ACTION_MOVE, mPx, mPy, 0); in addMovement() local
DMotionEventTest.java720 private void dump(String label, MotionEvent ev) { in dump()
DViewGroupTest.java3230 public boolean onInterceptTouchEvent(MotionEvent ev) { in onInterceptTouchEvent()
/cts/tests/app/app/src/android/app/stubs/
DTestDialog.java322 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/
DUsageStatsTest.java1053 final int ev = event.getEventType(); in getEvents() local
/cts/tests/tests/calendarprovider/src/android/provider/cts/calendar/
DCalendarTest.java1747 ContentValues ev = EventHelper.getNewEventValues(account, seed++, cal_id, false); in testEventColors() local