/aosp12/packages/apps/Dialer/java/com/android/incallui/answer/impl/hint/ |
H A D | PawAnswerHint.java | 102 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 D | DotAnswerHint.java | 96 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 D | UiBot.java | 215 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 D | ResolverActivityTest.java | 21 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 D | ChooserActivityTest.java | 1613 .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 D | CarLatinIME.java | 385 public void swipeUp() { 435 public void swipeUp() {
|
/aosp12/frameworks/base/core/java/android/inputmethodservice/ |
H A D | KeyboardView.java | 133 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 D | KeyboardView.java | 135 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 D | UiScrollable.java | 314 return swipeUp(10); in ensureFullyVisible()
|
H A D | UiObject.java | 240 public boolean swipeUp(int steps) throws UiObjectNotFoundException { in swipeUp() method in UiObject
|
/aosp12/frameworks/base/cmds/uiautomator/api/ |
H A D | 16.txt | 87 … method public boolean swipeUp(int) throws com.android.uiautomator.core.UiObjectNotFoundException;
|
H A D | 17.txt | 96 … method public boolean swipeUp(int) throws com.android.uiautomator.core.UiObjectNotFoundException;
|
H A D | current.txt | 123 …method @Deprecated public boolean swipeUp(int) throws com.android.uiautomator.core.UiObjectNotFoun…
|
/aosp12/frameworks/base/tools/aapt2/integration-tests/CommandTests/ |
H A D | android-28.jar | META-INF/
META-INF/MANIFEST.MF
javax/
javax/net/
javax/ ... |
/aosp12/frameworks/base/core/api/ |
H A D | current.txt | 19489 method @Deprecated protected void swipeUp(); 19500 method @Deprecated public void swipeUp();
|
/aosp12/frameworks/opt/setupwizard/tools/docs/ |
H A D | android-22.txt | 13656 method protected void swipeUp(); 13667 method public abstract void swipeUp();
|