Searched refs:swipeUp (Results 1 – 11 of 11) sorted by relevance
102 Animator swipeUp = in onBounceStart() local107 swipeUp.setInterpolator(new FastOutSlowInInterpolator()); in onBounceStart()108 swipeUp.setDuration(SWIPE_UP_DURATION_ALPHA_MILLIS); in onBounceStart()113 answerGestureHintAnim.play(swipeUp).after(fadeIn); in onBounceStart()
96 Animator swipeUp = in onBounceStart() local101 swipeUp.setInterpolator(new FastOutSlowInInterpolator()); in onBounceStart()102 swipeUp.setDuration(SWIPE_UP_DURATION_ALPHA_MILLIS); in onBounceStart()107 answerGestureHintAnim.play(swipeUp).after(fadeIn); in onBounceStart()
52 public static void swipeUp(ActivityScenario<PhotoPickerTestActivity> scenario) { in swipeUp() method in BottomSheetTestUtils61 onView(withId(R.id.privacy_text)).perform(ViewActions.swipeUp()); in swipeUp()
119 onView(withId(PRIVACY_TEXT_ID)).perform(ViewActions.swipeUp()); in testBottomSheetState()197 onView(withId(PRIVACY_TEXT_ID)).perform(ViewActions.swipeUp()); in testTabSwiping()
164 BottomSheetTestUtils.swipeUp(mRule.getScenario()); in testPreview_singleSelect_nonAnimatedWebp()
45 import androidx.compose.ui.test.swipeUp in <lambda>()337 mediaGrid.performTouchInput { swipeUp() } in <lambda>()341 mediaGrid.performTouchInput { swipeUp() } in <lambda>()345 mediaGrid.performTouchInput { swipeUp() } in <lambda>()
21 import static androidx.test.espresso.action.ViewActions.swipeUp;627 .perform(swipeUp()); in testWorkTab_crossProfileIntentsDisabled_personalToWork_emptyStateShown()650 .perform(swipeUp()); in testWorkTab_workProfileDisabled_emptyStateShown()672 .perform(swipeUp()); in testWorkTab_noWorkAppsAvailable_emptyStateShown()696 .perform(swipeUp()); in testWorkTab_xProfileOff_noAppsAvailable_workOff_xProfileOffEmptyStateShown()765 .perform(swipeUp()); in testWorkTab_noAppsAvailable_workOff_noAppsAvailableEmptyStateShown()
23 import static androidx.test.espresso.action.ViewActions.swipeUp;392 .perform(swipeUp()); in switchToTab()
24 import static androidx.test.espresso.action.ViewActions.swipeUp;2198 .perform(swipeUp()); in testWorkTab_crossProfileIntentsDisabled_personalToWork_emptyStateShown()2220 .perform(swipeUp()); in testWorkTab_workProfileDisabled_emptyStateShown()2242 .perform(swipeUp()); in testWorkTab_noWorkAppsAvailable_emptyStateShown()2273 onView(withId(com.android.internal.R.id.contentPanel)).perform(swipeUp()); in testWorkTab_previewIsScrollable()2301 .perform(swipeUp()); in testWorkTab_xProfileOff_noAppsAvailable_workOff_xProfileOffEmptyStateShown()2324 .perform(swipeUp()); in testWorkTab_noAppsAvailable_workOff_noAppsAvailableEmptyStateShown()2651 .perform(swipeUp()); in testWorkTab_xProfileIntentsDisabled_personalToWork_nonSendIntent_emptyStateShown()2676 .perform(swipeUp()); in testWorkTab_noWorkAppsAvailable_nonSendIntent_emptyStateShown()2727 .perform(swipeUp()); in test_query_shortcut_loader_for_the_selected_tab()
385 public void swipeUp() {435 public void swipeUp() {
135 void swipeUp(); in swipeUp() method492 swipeUp(); in initGestureDetector()1412 protected void swipeUp() { in swipeUp() method in KeyboardView1413 mKeyboardActionListener.swipeUp(); in swipeUp()