Home
last modified time | relevance | path

Searched refs:swipeDown (Results 1 – 7 of 7) sorted by relevance

/packages/apps/Launcher3/tests/tapl/com/android/launcher3/tapl/
DHomeAllApps.java38 public Workspace switchToWorkspace(boolean swipeDown) { in switchToWorkspace() argument
45 final int startY = swipeDown ? getTopVisibleIconBounds(allAppsContainer).centerY() in switchToWorkspace()
48 swipeDown ? mLauncher.getDevice().getDisplayHeight() : getTopVisibleIconBounds( in switchToWorkspace()
53 + ", swipeDown = " + swipeDown); in switchToWorkspace()
62 swipeDown ? LauncherInstrumentation.GestureScope.DONT_EXPECT_PILFER in switchToWorkspace()
/packages/providers/MediaProvider/tests/src/com/android/providers/media/photopicker/espresso/
DDisabledAccessibilityTest.java127 onView(withId(PRIVACY_TEXT_ID)).perform(ViewActions.swipeDown()); in testBottomSheetState()
166 onView(withId(R.id.bottom_sheet)).perform(ViewActions.swipeDown()); in testBottomSheetStateInLandscapeMode()
DCustomSwipeAction.java71 return withCustomConstraints(ViewActions.swipeDown(), in customSwipeDownPartialScreen()
DPhotoPickerActivityTest.java151 onView(withId(R.id.bottom_sheet)).perform(ViewActions.swipeDown()); in testBottomSheetStateInLandscapeMode()
DMultiSelectTest.java295 onView(withId(R.id.bottom_sheet)).perform(ViewActions.swipeDown()); in testMultiSelectScrollDownToClose()
/packages/apps/Car/LatinIME/src/com/android/inputmethod/latin/
DCarLatinIME.java381 public void swipeDown() {
431 public void swipeDown() {
/packages/apps/Car/LatinIME/src/com/android/inputmethod/latin/car/
DKeyboardView.java130 void swipeDown(); in swipeDown() method
499 swipeDown(); in initGestureDetector()
1416 protected void swipeDown() { in swipeDown() method in KeyboardView
1417 mKeyboardActionListener.swipeDown(); in swipeDown()