Searched refs:swipeDown (Results 1 – 7 of 7) sorted by relevance
38 public Workspace switchToWorkspace(boolean swipeDown) { in switchToWorkspace() argument45 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()
127 onView(withId(PRIVACY_TEXT_ID)).perform(ViewActions.swipeDown()); in testBottomSheetState()166 onView(withId(R.id.bottom_sheet)).perform(ViewActions.swipeDown()); in testBottomSheetStateInLandscapeMode()
71 return withCustomConstraints(ViewActions.swipeDown(), in customSwipeDownPartialScreen()
151 onView(withId(R.id.bottom_sheet)).perform(ViewActions.swipeDown()); in testBottomSheetStateInLandscapeMode()
295 onView(withId(R.id.bottom_sheet)).perform(ViewActions.swipeDown()); in testMultiSelectScrollDownToClose()
381 public void swipeDown() {431 public void swipeDown() {
130 void swipeDown(); in swipeDown() method499 swipeDown(); in initGestureDetector()1416 protected void swipeDown() { in swipeDown() method in KeyboardView1417 mKeyboardActionListener.swipeDown(); in swipeDown()