Home
last modified time | relevance | path

Searched refs:UP (Results 1 – 25 of 32) sorted by relevance

12

/packages/services/Car/tests/carservice_unit_test/src/com/android/car/
DCarInputServiceTest.java166 send(Key.UP, KeyEvent.KEYCODE_VOICE_ASSIST, Display.MAIN); in voiceKey_shortPress_withRegisteredEventHandler_triggersEventHandler()
188 send(Key.UP, KeyEvent.KEYCODE_VOICE_ASSIST, Display.MAIN); in voiceKey_longPress_withRegisteredEventHandler_triggersEventHandler()
200 send(Key.UP, KeyEvent.KEYCODE_VOICE_ASSIST, Display.MAIN); in voiceKey_shortPress_withoutRegisteredEventHandler_triggersAssistUtils()
229 send(Key.UP, KeyEvent.KEYCODE_VOICE_ASSIST, Display.MAIN); in voiceKey_longPress_withoutRegisteredEventHandler_triggersAssistUtils()
255 send(Key.UP, KeyEvent.KEYCODE_VOICE_ASSIST, Display.MAIN); in voiceKey_keyUp_afterLongPress_withEventHandler_triggersEventHandler()
279 send(Key.UP, KeyEvent.KEYCODE_CALL, Display.MAIN); in callKey_shortPress_withoutEventHandler_launchesDialer()
291 send(Key.UP, KeyEvent.KEYCODE_CALL, Display.MAIN); in callKey_shortPress_withoutEventHandler_whenCallRinging_answersCall()
305 send(Key.UP, KeyEvent.KEYCODE_CALL, Display.MAIN); in callKey_shortPress_withEventHandler_triggersEventHandler()
321 send(Key.UP, KeyEvent.KEYCODE_CALL, Display.MAIN); in callKey_shortPress_withEventHandler_whenCallRinging_answersCall()
345 send(Key.UP, KeyEvent.KEYCODE_CALL, Display.MAIN); in callKey_longPress_withoutEventHandler_redialsLastCall()
[all …]
/packages/apps/Bluetooth/src/com/android/bluetooth/mapclient/obex/
DRequestSetPath.java45 mDir = SetPathDir.UP; in RequestSetPath()
59 case UP: in execute()
71 ROOT, UP, DOWN enumConstant
/packages/services/Car/tests/carservice_unit_test/src/com/android/car/hal/
DInputHalServiceTest.java70 private enum Key { DOWN, UP } enumConstant
166 event = dispatchSingleEvent(Key.UP, KeyEvent.KEYCODE_ENTER); in handlesRepeatedKeys()
211 KeyEvent event = dispatchSingleEvent(Key.UP, KeyEvent.KEYCODE_ENTER); in handlesKeyUp_withoutKeyDown()
/packages/apps/TV/tests/func/src/com/android/tv/tests/ui/sidepanel/
DCustomizeChannelListFragmentTest.java88 R.string.edit_channels_item_group_by, Direction.UP); in testCustomizeChannelList_noraml()
126 R.string.edit_channels_item_group_by, Direction.UP); in testCustomizeChannelList_timeout()
/packages/apps/Launcher3/tests/tapl/com/android/launcher3/tapl/
DAllApps.java162 mLauncher.scroll(allAppsContainer, Direction.UP, margins, 50); in scrollBackToBeginning()
203 allAppsContainer, Direction.UP, new Rect(0, mHeight / 2, 0, 0), 10); in flingBackward()
DWidgets.java70 Direction.UP, in flingBackward()
DLauncherInstrumentation.java832 case UP: { in scroll()
/packages/apps/Bluetooth/src/com/android/bluetooth/avrcpcontroller/
DBrowseTree.java53 public static final String UP = "__UP__"; field in BrowseTree
85 .setUuid(UP).setTitle(UP).setBrowsable(true).build()); in BrowseTree()
/packages/apps/TV/tests/common/src/com/android/tv/testing/uihelper/
DUiObject2Utils.java30 case UP: in hasSiblingInDirection()
DUiDeviceUtils.java27 case UP: in pressDpad()
/packages/apps/Settings/tests/uitests/src/com/android/settings/ui/testutils/
DSettingsTestUtils.java39 view.scroll(Direction.UP, 1.0f); in scrollToTop()
/packages/apps/Settings/tests/uitests/src/com/android/settings/ui/
DHomepageDisplayTests.java92 view.scroll(Direction.UP, 100f); in testHomepageCategory()
DAboutPhoneSettingsTests.java83 view.scroll(Direction.UP, 1.0f); in setUp()
DSoundSettingsTest.java289 UP, enumConstant
DMoreWirelessSettingsTest2.java748 boolean canScrollAgain = scrollable.scroll(Direction.UP, SCROLL_UP_PERCENT, in scrollToObject()
/packages/apps/Dialer/java/com/android/dialer/speeddial/draghelper/
DSpeedDialItemTouchHelperCallback.java71 ItemTouchHelper.UP | ItemTouchHelper.DOWN | ItemTouchHelper.START | ItemTouchHelper.END; in getMovementFlags()
/packages/apps/Launcher3/quickstep/recents_ui_overrides/src/com/android/quickstep/inputconsumers/
DOverviewWithoutFocusInputConsumer.java157 touch, Direction.UP, containerType, pageIndex); in finishTouchTracking()
/packages/apps/Launcher3/protos/
Dlauncher_log.proto156 UP = 1; enumerator
/packages/apps/Launcher3/quickstep/recents_ui_overrides/src/com/android/launcher3/uioverrides/touchcontrollers/
DNavBarToHomeTouchController.java229 LauncherLogProto.Action.Direction.UP, in logStateChange()
/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()
/packages/apps/Launcher3/quickstep/recents_ui_overrides/src/com/android/quickstep/
DWindowTransformSwipeHandler.java225 private int mLogDirection = Direction.UP;
664 mLogDirection = velocity.y < 0 ? Direction.UP : Direction.DOWN; in onGestureEnded()
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/state/
DStateView.java42 public static int UP = 1; field in StateView
/packages/apps/Launcher3/src/com/android/launcher3/touch/
DAbstractStateChangeTouchController.java503 return mToState.ordinal > mFromState.ordinal ? Direction.UP : Direction.DOWN; in getDirectionForLog()
/packages/apps/Launcher3/quickstep/recents_ui_overrides/src/com/android/quickstep/views/
DRecentsView.java1081 onEndListener.logAction, Direction.UP, index, componentKey); in removeTask()

12