Home
last modified time | relevance | path

Searched refs:swipeUp (Results 1 – 11 of 11) sorted by relevance

/packages/apps/Dialer/java/com/android/incallui/answer/impl/hint/
DPawAnswerHint.java102 Animator swipeUp = in onBounceStart() local
107 swipeUp.setInterpolator(new FastOutSlowInInterpolator()); in onBounceStart()
108 swipeUp.setDuration(SWIPE_UP_DURATION_ALPHA_MILLIS); in onBounceStart()
113 answerGestureHintAnim.play(swipeUp).after(fadeIn); in onBounceStart()
DDotAnswerHint.java96 Animator swipeUp = in onBounceStart() local
101 swipeUp.setInterpolator(new FastOutSlowInInterpolator()); in onBounceStart()
102 swipeUp.setDuration(SWIPE_UP_DURATION_ALPHA_MILLIS); in onBounceStart()
107 answerGestureHintAnim.play(swipeUp).after(fadeIn); in onBounceStart()
/packages/providers/MediaProvider/tests/src/com/android/providers/media/photopicker/espresso/
DBottomSheetTestUtils.java52 public static void swipeUp(ActivityScenario<PhotoPickerTestActivity> scenario) { in swipeUp() method in BottomSheetTestUtils
61 onView(withId(R.id.privacy_text)).perform(ViewActions.swipeUp()); in swipeUp()
DDisabledAccessibilityTest.java119 onView(withId(PRIVACY_TEXT_ID)).perform(ViewActions.swipeUp()); in testBottomSheetState()
197 onView(withId(PRIVACY_TEXT_ID)).perform(ViewActions.swipeUp()); in testTabSwiping()
DSpecialFormatSingleSelectTest.java164 BottomSheetTestUtils.swipeUp(mRule.getScenario()); in testPreview_singleSelect_nonAnimatedWebp()
/packages/providers/MediaProvider/photopicker/tests/src/com/android/photopicker/core/components/mediagrid/
DMediaGridTest.kt45 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>()
/packages/modules/IntentResolver/tests/activity/src/com/android/intentresolver/
DResolverActivityTest.java21 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()
DChooserActivityWorkProfileTest.java23 import static androidx.test.espresso.action.ViewActions.swipeUp;
392 .perform(swipeUp()); in switchToTab()
DChooserActivityTest.java24 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()
/packages/apps/Car/LatinIME/src/com/android/inputmethod/latin/
DCarLatinIME.java385 public void swipeUp() {
435 public void swipeUp() {
/packages/apps/Car/LatinIME/src/com/android/inputmethod/latin/car/
DKeyboardView.java135 void swipeUp(); in swipeUp() method
492 swipeUp(); in initGestureDetector()
1412 protected void swipeUp() { in swipeUp() method in KeyboardView
1413 mKeyboardActionListener.swipeUp(); in swipeUp()