Home
last modified time | relevance | path

Searched defs:upEvent (Results 1 – 4 of 4) sorted by relevance

/packages/apps/Settings/tests/robotests/src/com/android/settings/connecteddevice/display/
DDisplayTopologyPreferenceTest.kt202 val upEvent = MotionEventBuilder.newBuilder().setAction(MotionEvent.ACTION_UP).build() in dragDisplayDownward() constant
237 val upEvent = MotionEventBuilder.newBuilder().setAction(MotionEvent.ACTION_UP).build() in dragRootDisplayToNewSide() constant
275 val upEvent = MotionEventBuilder.newBuilder().setAction(MotionEvent.ACTION_UP).build() in noRefreshForUnmovingDrag() constant
/packages/apps/Car/SystemUI/multivalentTests/src/com/android/systemui/car/keyguard/passenger/
DPassengerPinPadViewTest.java101 MotionEvent upEvent = MotionEvent.obtain(downTime, eventTime, MotionEvent.ACTION_UP, in testBackspaceClickHandler() local
/packages/apps/Car/Settings/tests/deviceless/src/com/android/car/settings/common/
DPreferenceControllerTestHelper.java274 private static Lifecycle.Event upEvent(Lifecycle.State state) { in upEvent() method in PreferenceControllerTestHelper
/packages/services/Car/service/src/com/android/car/
DCarInputService.java649 KeyEvent upEvent = createKeyEvent(/* down= */ false, uptime, uptime, keyCode); in rotaryEventToKeyEvents() local