Home
last modified time | relevance | path

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

12

/packages/services/Car/tests/carservice_unit_test/src/com/android/car/
DCarInputServiceTest.java108 KeyEvent event = send(Key.DOWN, KeyEvent.KEYCODE_ENTER, Display.MAIN); in ordinaryEvents_onMainDisplay_routedToInputManager()
115 send(Key.DOWN, KeyEvent.KEYCODE_ENTER, Display.INSTRUMENT_CLUSTER); in ordinaryEvents_onInstrumentClusterDisplay_notRoutedToInputManager()
125 KeyEvent event = send(Key.DOWN, KeyEvent.KEYCODE_ENTER, Display.INSTRUMENT_CLUSTER); in ordinaryEvents_onInstrumentClusterDisplay_routedToListener()
142 event = send(Key.DOWN, KeyEvent.KEYCODE_ENTER, Display.MAIN); in customEventHandler_capturesRegisteredEvents_ignoresUnregisteredEvents()
146 event = send(Key.DOWN, KeyEvent.KEYCODE_ENTER, Display.INSTRUMENT_CLUSTER); in customEventHandler_capturesRegisteredEvents_ignoresUnregisteredEvents()
150 event = send(Key.DOWN, KeyEvent.KEYCODE_MENU, Display.MAIN); in customEventHandler_capturesRegisteredEvents_ignoresUnregisteredEvents()
154 event = send(Key.DOWN, KeyEvent.KEYCODE_MENU, Display.INSTRUMENT_CLUSTER); in customEventHandler_capturesRegisteredEvents_ignoresUnregisteredEvents()
165 send(Key.DOWN, KeyEvent.KEYCODE_VOICE_ASSIST, Display.MAIN); in voiceKey_shortPress_withRegisteredEventHandler_triggersEventHandler()
179 send(Key.DOWN, KeyEvent.KEYCODE_VOICE_ASSIST, Display.MAIN); in voiceKey_longPress_withRegisteredEventHandler_triggersEventHandler()
199 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.java70 private enum Key { DOWN, UP } enumConstant
94 ImmutableList.of(makeKeyPropValue(Key.DOWN, KeyEvent.KEYCODE_ENTER))); in ignoresSetListener_beforeKeyInputSupported()
116 KeyEvent event = dispatchSingleEvent(Key.DOWN, KeyEvent.KEYCODE_ENTER); in dispatchesInputEvent_single_toListener()
136 makeKeyPropValue(Key.DOWN, KeyEvent.KEYCODE_ENTER), in dispatchesInputEvent_multiple_toListener()
137 makeKeyPropValue(Key.DOWN, KeyEvent.KEYCODE_MENU))); in dispatchesInputEvent_multiple_toListener()
149 KeyEvent event = dispatchSingleEvent(Key.DOWN, KeyEvent.KEYCODE_ENTER); in handlesRepeatedKeys()
157 event = dispatchSingleEvent(Key.DOWN, KeyEvent.KEYCODE_ENTER); in handlesRepeatedKeys()
175 event = dispatchSingleEvent(Key.DOWN, KeyEvent.KEYCODE_ENTER); in handlesRepeatedKeys()
223 dispatchSingleEvent(Key.DOWN, KeyEvent.KEYCODE_ENTER); in separateKeyDownEvents_areIndependent()
226 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/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/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/Launcher3/tests/tapl/com/android/launcher3/tapl/
DAllApps.java106 mLauncher.scroll(allAppsContainer, Direction.DOWN, 0.8f, null, 50); in getAppIcon()
175 allAppsContainer, Direction.DOWN, 1, new Rect(0, 0, 0, mHeight / 2), 10); in flingForward()
DWidgets.java46 widgetsContainer.fling(Direction.DOWN, in flingForward()
/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.java75 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/Settings/tests/unit/src/com/android/settings/applications/
DAppOpsSettingsTest.java150 preferenceList.scroll(Direction.DOWN, 0.2f)); in testAppList()
/packages/apps/Launcher3/protos/
Dlauncher_log.proto155 DOWN = 2; enumerator
/packages/apps/Settings/src/com/android/settings/localepicker/
DLocaleDragAndDropAdapter.java93 ItemTouchHelper.UP | ItemTouchHelper.DOWN, 0 /* no swipe */) { in LocaleDragAndDropAdapter()
/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/localepicker/
DLocaleDragAndDropAdapter.java93 ItemTouchHelper.UP | ItemTouchHelper.DOWN, 0 /* no swipe */) { in LocaleDragAndDropAdapter()
/packages/apps/Launcher3/tests/src/com/android/launcher3/ui/
DAbstractLauncherUiTest.java204 container.scroll(Direction.DOWN, 1f); in scrollAndFind()
/packages/apps/Launcher3/src/com/android/launcher3/touch/
DAbstractStateChangeTouchController.java514 return mToState.ordinal > mFromState.ordinal ? Direction.UP : Direction.DOWN; in getDirectionForLog()
/packages/apps/Bluetooth/src/com/android/bluetooth/opp/
DBluetoothOppUtility.java290 df.setRoundingMode(RoundingMode.DOWN); in formatProgressText()

12