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

1 2 3

  /frameworks/support/design/tests/src/android/support/design/testutils/
SwipeUtils.java 27 public static GeneralSwipeAction swipeUp(final int swipeX,
  /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 56 mHelper.swipeUp();
NotificationSecurityTests.java 53 mHelper.swipeUp();
NotificationInlineReplyTests.java 83 mHelper.swipeUp();
NotificationHelper.java 291 public void swipeUp() throws Exception {
308 swipeUp();
  /cts/hostsidetests/content/test-apps/CtsSyncAccountAccessOtherCertTests/src/com/android/cts/content/
CtsSyncAccountAccessOtherCertTestCases.java 152 swipeUp(uiDevice);
157 if (!swipeUp(uiDevice)) {
168 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() {
  /platform_testing/tests/perf/PerfTransitionTest/src/com/android/apptransition/tests/
LatencyTests.java 69 swipeUp();
84 private void swipeUp() {
  /frameworks/base/cmds/uiautomator/library/core-src/com/android/uiautomator/core/
UiObject.java 240 public boolean swipeUp(int steps) throws UiObjectNotFoundException {
    [all...]
  /development/samples/SoftKeyboard/src/com/example/android/softkeyboard/
SoftKeyboard.java 712 public void swipeUp() {
  /platform_testing/tests/jank/UbSystemUiJankTests/src/android/platform/systemui/tests/jank/
SystemUiJankTests.java 303 private void swipeUp() {
335 swipeUp();
356 swipeUp();
430 swipeUp();
    [all...]
  /frameworks/base/core/java/android/inputmethodservice/
KeyboardView.java 128 void swipeUp();
429 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...]
  /prebuilts/sdk/16/
uiautomator.jar 
  /prebuilts/sdk/17/
uiautomator.jar 
  /prebuilts/sdk/18/
uiautomator.jar 

Completed in 1036 milliseconds

1 2 3