HomeSort by relevance Sort by last modified time
    Searched defs:swipeUp (Results 1 - 25 of 63) sorted by null

1 2 3

  /platform_testing/tests/jank/sysapp_wear/src/com/android/wearable/sysapp/janktests/
QuickSettingsJankTest.java 92 mHelper.swipeUp();
CardsJankTest.java 50 mHelper.swipeUp();
59 mHelper.swipeUp();
66 mHelper.swipeUp();
WatchFaceJankTest.java 57 mHelper.swipeUp();
68 mHelper.swipeUp();
SysAppTestHelper.java 89 public void swipeUp() {
156 swipeUp();
  /packages/apps/Dialer/java/com/android/incallui/answer/impl/hint/
DotAnswerHint.java 96 Animator swipeUp =
101 swipeUp.setInterpolator(new FastOutSlowInInterpolator());
102 swipeUp.setDuration(SWIPE_UP_DURATION_ALPHA_MILLIS);
107 answerGestureHintAnim.play(swipeUp).after(fadeIn);
PawAnswerHint.java 102 Animator swipeUp =
107 swipeUp.setInterpolator(new FastOutSlowInInterpolator());
108 swipeUp.setDuration(SWIPE_UP_DURATION_ALPHA_MILLIS);
113 answerGestureHintAnim.play(swipeUp).after(fadeIn);
  /platform_testing/tests/functional/notificationtests/src/com/android/notification/functional/
NotificationSecurityLargeTests.java 59 mHelper.swipeUp();
NotificationSecurityTests.java 53 mHelper.swipeUp();
NotificationInlineReplyTests.java 90 mHelper.swipeUp();
NotificationHelper.java 233 public void swipeUp() throws Exception {
250 swipeUp();
  /cts/tests/tests/content/CtsSyncAccountAccessOtherCertTests/src/com/android/cts/content/
CtsSyncAccountAccessOtherCertTestCases.java 151 swipeUp(uiDevice);
156 if (!swipeUp(uiDevice)) {
167 private boolean swipeUp(UiDevice uiDevice) {
  /platform_testing/libraries/system-helpers/sysui-helper/src/android/system/helpers/
QuickSettingsHelper.java 134 public void swipeUp() throws Exception {
  /platform_testing/tests/jank/uibench_wear/src/com/android/wearable/uibench/janktests/
UiBenchJankTestsHelper.java 120 swipeUp();
146 public void swipeUp() {
  /frameworks/base/cmds/uiautomator/library/core-src/com/android/uiautomator/core/
UiObject.java 240 public boolean swipeUp(int steps) throws UiObjectNotFoundException {
    [all...]
  /platform_testing/tests/perf/PerfTransitionTest/src/com/android/apptransition/tests/
LatencyTests.java 136 swipeUp();
155 private void swipeUp() {
  /development/samples/SoftKeyboard/src/com/example/android/softkeyboard/
SoftKeyboard.java 712 public void swipeUp() {
  /frameworks/base/core/java/android/inputmethodservice/
KeyboardView.java 126 void swipeUp();
427 swipeUp();
    [all...]
  /packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/
KeyboardView.java 119 void swipeUp();
414 swipeUp();
    [all...]
DefaultSoftKeyboard.java 337 public void swipeUp() { }
808 /** @see jp.co.omronsoft.openwnn.KeyboardView.OnKeyboardActionListener#swipeUp */
809 public void swipeUp() { }
    [all...]
  /packages/apps/Car/LatinIME/src/com/android/inputmethod/latin/car/
KeyboardView.java 135 void swipeUp();
489 swipeUp();
    [all...]
  /platform_testing/tests/jank/UbSystemUiJankTests/src/android/platform/systemui/tests/jank/
SystemUiJankTests.java 401 private void swipeUp() {
433 swipeUp();
452 swipeUp();
489 swipeUp();
563 swipeUp();
    [all...]
  /prebuilts/sdk/16/
uiautomator.jar 
  /prebuilts/sdk/17/
uiautomator.jar 
  /prebuilts/sdk/18/
uiautomator.jar 
  /prebuilts/sdk/19/
uiautomator.jar 

Completed in 369 milliseconds

1 2 3