Home
last modified time | relevance | path

Searched refs:DOWN (Results 1 – 25 of 33) sorted by relevance

12

/packages/services/Car/tests/carservice_unit_test/src/com/android/car/
DCarInputServiceTest.java229 KeyEvent event = send(Key.DOWN, KeyEvent.KEYCODE_ENTER, Display.MAIN); in ordinaryEvents_onMainDisplay_routedToInputManager()
236 send(Key.DOWN, KeyEvent.KEYCODE_ENTER, Display.INSTRUMENT_CLUSTER); in ordinaryEvents_onInstrumentClusterDisplay_notRoutedToInputManager()
246 KeyEvent event = send(Key.DOWN, KeyEvent.KEYCODE_ENTER, Display.INSTRUMENT_CLUSTER); in ordinaryEvents_onInstrumentClusterDisplay_routedToListener()
263 event = send(Key.DOWN, KeyEvent.KEYCODE_ENTER, Display.MAIN); in customEventHandler_capturesRegisteredEvents_ignoresUnregisteredEvents()
267 event = send(Key.DOWN, KeyEvent.KEYCODE_ENTER, Display.INSTRUMENT_CLUSTER); in customEventHandler_capturesRegisteredEvents_ignoresUnregisteredEvents()
271 event = send(Key.DOWN, KeyEvent.KEYCODE_MENU, Display.MAIN); in customEventHandler_capturesRegisteredEvents_ignoresUnregisteredEvents()
275 event = send(Key.DOWN, KeyEvent.KEYCODE_MENU, Display.INSTRUMENT_CLUSTER); in customEventHandler_capturesRegisteredEvents_ignoresUnregisteredEvents()
286 send(Key.DOWN, KeyEvent.KEYCODE_VOICE_ASSIST, Display.MAIN); in voiceKey_shortPress_withRegisteredEventHandler_triggersEventHandler()
300 send(Key.DOWN, KeyEvent.KEYCODE_VOICE_ASSIST, Display.MAIN); in voiceKey_longPress_withRegisteredEventHandler_triggersEventHandler()
320 send(Key.DOWN, KeyEvent.KEYCODE_VOICE_ASSIST, Display.MAIN); in voiceKey_shortPress_withoutRegisteredEventHandler_triggersAssistUtils()
[all …]
/packages/services/Car/tests/carservice_unit_test/src/com/android/car/hal/
DInputHalServiceTest.java68 private enum Key { DOWN, UP } enumConstant
92 ImmutableList.of(makeKeyPropValue(Key.DOWN, KeyEvent.KEYCODE_ENTER))); in ignoresSetListener_beforeKeyInputSupported()
140 KeyEvent event = dispatchSingleEvent(Key.DOWN, KeyEvent.KEYCODE_ENTER); in dispatchesInputEvent_single_toListener()
160 makeKeyPropValue(Key.DOWN, KeyEvent.KEYCODE_ENTER), in dispatchesInputEvent_multiple_toListener()
161 makeKeyPropValue(Key.DOWN, KeyEvent.KEYCODE_MENU))); in dispatchesInputEvent_multiple_toListener()
173 KeyEvent event = dispatchSingleEvent(Key.DOWN, KeyEvent.KEYCODE_ENTER); in handlesRepeatedKeys()
181 event = dispatchSingleEvent(Key.DOWN, KeyEvent.KEYCODE_ENTER); in handlesRepeatedKeys()
199 event = dispatchSingleEvent(Key.DOWN, KeyEvent.KEYCODE_ENTER); in handlesRepeatedKeys()
248 dispatchSingleEvent(Key.DOWN, KeyEvent.KEYCODE_ENTER); in separateKeyDownEvents_areIndependent()
251 KeyEvent event = dispatchSingleEvent(Key.DOWN, KeyEvent.KEYCODE_MENU); in separateKeyDownEvents_areIndependent()
[all …]
/packages/apps/Bluetooth/src/com/android/bluetooth/mapclient/obex/
DRequestSetPath.java34 mDir = SetPathDir.DOWN; in RequestSetPath()
56 case DOWN: in execute()
71 ROOT, UP, DOWN enumConstant
/packages/apps/TV/tests/common/src/com/android/tv/testing/uihelper/
DSidePanelHelper.java46 return assertNavigateToItem(resId, Direction.DOWN); in assertNavigateToItem()
55 return assertNavigateToItem(title, Direction.DOWN); in assertNavigateToItem()
DUiObject2Utils.java35 case DOWN: in hasSiblingInDirection()
DUiDeviceUtils.java30 case DOWN: in pressDpad()
DMenuHelper.java89 Direction.DOWN); in assertNavigateToRow()
/packages/apps/Settings/tests/uitests/src/com/android/settings/ui/
DAppsSettingsTests.java94 appSetting.scroll(Direction.DOWN, 10.0f); in testAppSettingsListForCalculator()
107 appInfoList.scroll(Direction.DOWN, 100.0f); in testDisablingAndEnablingSystemApp()
DAboutPhoneSettingsTests.java142 canScrollDown = view.scroll(Direction.DOWN, 1.0f); in searchForItemsAndTakeAction()
DNotificationSettingsTests.java109 UiObject2 phone = scrollTo(mDevice, apps, By.text("Phone"), Direction.DOWN); in testNotificationsSettingsListForPhone()
DLocationSettingsTests.java72 settingsPanel.scroll(Direction.DOWN, 1.0f); in testLoadingLocationSettings()
DSoundSettingsTest.java290 DOWN, enumConstant
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/state/
DStateView.java43 public static int DOWN = 2; field in StateView
59 private int mDirection = DOWN;
146 if (mDirection == DOWN) { in onDraw()
/packages/apps/Car/libs/car-ui-lib/src/com/android/car/ui/toolbar/
DToolbar.java184 setNavButtonMode(NavButtonMode.DOWN); in Toolbar()
394 DOWN enumConstant
/packages/apps/Settings/tests/uitests/src/com/android/settings/ui/testutils/
DSettingsTestUtils.java54 view.scroll(Direction.DOWN, 1.0f); in assertTitleMatch()
/packages/apps/Settings/tests/unit/src/com/android/settings/core/
DLifecycleEventHandlingTest.java77 view.scroll(Direction.DOWN, 100f); in launchDashboard_shouldSeeFooter()
/packages/apps/Dialer/java/com/android/dialer/speeddial/draghelper/
DSpeedDialItemTouchHelperCallback.java71 ItemTouchHelper.UP | ItemTouchHelper.DOWN | ItemTouchHelper.START | ItemTouchHelper.END; in getMovementFlags()
/packages/apps/Launcher3/tests/tapl/com/android/launcher3/tapl/
DWidgets.java56 Direction.DOWN, in flingForward()
DAllApps.java212 allAppsContainer, Direction.DOWN, new Rect(0, 0, 0, mHeight / 2), 10, false); in flingForward()
DLauncherInstrumentation.java1039 Direction.DOWN, in scrollToLastVisibleRow()
1071 case DOWN: { in scroll()
/packages/apps/Launcher3/quickstep/src/com/android/launcher3/uioverrides/touchcontrollers/
DStatusBarTouchController.java137 Touch.FLING : Touch.SWIPE, Direction.DOWN, ContainerType.WORKSPACE, in onControllerTouchEvent()
/packages/apps/Settings/tests/unit/src/com/android/settings/applications/
DAppOpsSettingsTest.java150 preferenceList.scroll(Direction.DOWN, 0.2f)); in testAppList()
/packages/apps/Launcher3/protos/
Dlauncher_log.proto199 DOWN = 2; enumerator
/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/localepicker/
DLocaleDragAndDropAdapter.java93 ItemTouchHelper.UP | ItemTouchHelper.DOWN, 0 /* no swipe */) { in LocaleDragAndDropAdapter()
/packages/apps/Settings/src/com/android/settings/localepicker/
DLocaleDragAndDropAdapter.java93 ItemTouchHelper.UP | ItemTouchHelper.DOWN, 0 /* no swipe */) { in LocaleDragAndDropAdapter()

12