Home
last modified time | relevance | path

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

/aosp12/packages/apps/Dialer/java/com/android/incallui/answer/impl/hint/
H A 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()
H A 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()
/aosp12/frameworks/base/packages/Shell/tests/src/com/android/shell/
H A DUiBot.java215 swipeUp(); in chooseActivity()
231 public void swipeUp() { in swipeUp() method in UiBot
/aosp12/frameworks/base/core/tests/coretests/src/com/android/internal/app/
H A DResolverActivityTest.java21 import static androidx.test.espresso.action.ViewActions.swipeUp;
651 .perform(swipeUp()); in testWorkTab_crossProfileIntentsDisabled_personalToWork_emptyStateShown()
675 .perform(swipeUp()); in testWorkTab_workProfileDisabled_emptyStateShown()
699 .perform(swipeUp()); in testWorkTab_noWorkAppsAvailable_emptyStateShown()
725 .perform(swipeUp()); in testWorkTab_xProfileOff_noAppsAvailable_workOff_xProfileOffEmptyStateShown()
750 .perform(swipeUp()); in testWorkTab_noAppsAvailable_workOff_noAppsAvailableEmptyStateShown()
H A DChooserActivityTest.java1613 .perform(swipeUp()); in testWorkTab_crossProfileIntentsDisabled_personalToWork_emptyStateShown()
1638 .perform(swipeUp()); in testWorkTab_workProfileDisabled_emptyStateShown()
1663 .perform(swipeUp()); in testWorkTab_noWorkAppsAvailable_emptyStateShown()
1689 .perform(swipeUp()); in testWorkTab_xProfileOff_noAppsAvailable_workOff_xProfileOffEmptyStateShown()
1714 .perform(swipeUp()); in testWorkTab_noAppsAvailable_workOff_noAppsAvailableEmptyStateShown()
2172 .perform(swipeUp()); in testWorkTab_xProfileIntentsDisabled_personalToWork_nonSendIntent_emptyStateShown()
2200 .perform(swipeUp()); in testWorkTab_noWorkAppsAvailable_nonSendIntent_emptyStateShown()
2264 .perform(swipeUp()); in testWorkTab_selectingWorkTabWithPausedWorkProfile_directShareTargetsNotQueried()
2303 .perform(swipeUp()); in testWorkTab_selectingWorkTabWithNotRunningWorkUser_directShareTargetsNotQueried()
2331 .perform(swipeUp()); in testWorkTab_workUserNotRunning_workTargetsShown()
[all …]
/aosp12/packages/apps/Car/LatinIME/src/com/android/inputmethod/latin/
H A DCarLatinIME.java385 public void swipeUp() {
435 public void swipeUp() {
/aosp12/frameworks/base/core/java/android/inputmethodservice/
H A DKeyboardView.java133 void swipeUp(); in swipeUp() method
437 swipeUp(); in initGestureDetector()
1119 public void swipeUp() { } in onLongPress()
1387 protected void swipeUp() { in swipeUp() method
1388 mKeyboardActionListener.swipeUp(); in swipeUp()
/aosp12/packages/apps/Car/LatinIME/src/com/android/inputmethod/latin/car/
H A 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()
/aosp12/frameworks/base/cmds/uiautomator/library/core-src/com/android/uiautomator/core/
H A DUiScrollable.java314 return swipeUp(10); in ensureFullyVisible()
H A DUiObject.java240 public boolean swipeUp(int steps) throws UiObjectNotFoundException { in swipeUp() method in UiObject
/aosp12/frameworks/base/cmds/uiautomator/api/
H A D16.txt87 … method public boolean swipeUp(int) throws com.android.uiautomator.core.UiObjectNotFoundException;
H A D17.txt96 … method public boolean swipeUp(int) throws com.android.uiautomator.core.UiObjectNotFoundException;
H A Dcurrent.txt123 …method @Deprecated public boolean swipeUp(int) throws com.android.uiautomator.core.UiObjectNotFoun…
/aosp12/frameworks/base/tools/aapt2/integration-tests/CommandTests/
H A Dandroid-28.jarMETA-INF/ META-INF/MANIFEST.MF javax/ javax/net/ javax/ ...
/aosp12/frameworks/base/core/api/
H A Dcurrent.txt19489 method @Deprecated protected void swipeUp();
19500 method @Deprecated public void swipeUp();
/aosp12/frameworks/opt/setupwizard/tools/docs/
H A Dandroid-22.txt13656 method protected void swipeUp();
13667 method public abstract void swipeUp();