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

1 2

  /system/extras/tests/workloads/
chromefling.sh 77 function swipe { function
105 swipe "$UP" $upCount
108 swipe "$DOWN" $downCount
recentfling.sh 83 function swipe { function
111 swipe "$DOWN" $downCount
113 swipe "$UP" $upCount
115 swipe "$DOWN" $downCount
117 swipe "$UP" $upCount
youtube.sh 70 function swipe { function
  /packages/apps/DocumentsUI/tests/common/com/android/documentsui/bots/
GestureBot.java 75 mDevice.swipe(points, STEPS_INBETWEEN_POINTS);
86 swipe(start.x, start.y, end.x, end.y, steps, MotionEvent.BUTTON_PRIMARY); method
101 private void swipe(int downX, int downY, int upX, int upY, int steps, int button) { method in class:GestureBot
  /platform_testing/tests/functional/calculator/src/com/android/calculator/functional/
CalculatorHelper.java 110 resultText.swipe(Direction.LEFT, 1.0f, 5000);
113 resultText.swipe(Direction.RIGHT, 1.0f, 5000);
131 padAdvanced.swipe(Direction.RIGHT, 1.0f);
  /platform_testing/tests/jank/uibench/src/com/android/uibench/janktests/
UiBenchJankTestsHelper.java 122 * To perform the swipe right and left on given content for swipeCount number
128 content.swipe(Direction.RIGHT, 1);
130 content.swipe(Direction.LEFT, 1);
  /cts/hostsidetests/devicepolicy/app/IntentSender/src/com/android/cts/intent/sender/
SuspendPackageTest.java 89 title.swipe(Direction.RIGHT, 1.0f);
  /frameworks/support/v7/recyclerview/tests/src/android/support/v7/widget/helper/
ItemTouchHelperTest.java 155 final SwipeRecord swipe = mCalback.getSwipe(target); local
156 assertNotNull(swipe);
157 assertEquals(dir, swipe.dir);
216 for (SwipeRecord swipe : mSwipeRecords) {
217 if (swipe.viewHolder == vh) {
218 return swipe;
  /platform_testing/tests/functional/notificationtests/src/com/android/notification/functional/
HeadsUpNotificationTests.java 94 obj.swipe(Direction.LEFT, 1.0f);
NotificationInteractionTests.java 83 obj.swipe(Direction.LEFT, 1.0f);
281 mDevice.swipe(mDevice.getDisplayWidth() / 2, mDevice.getDisplayHeight() / 2,
  /platform_testing/tests/functional/overviewtests/src/com/android/overview/functional/
RecentsTests.java 120 // easily identifiable and swipe all the way from the
123 mDevice.swipe(calcBounds.left, calcBounds.top + calcBounds.height() / 2,
  /platform_testing/tests/jank/sysapp_wear/src/com/android/wearable/sysapp/janktests/
WatchFaceHelper.java 92 // Swipe to the end of the list.
182 watchFaces.get(0).swipe(Direction.DOWN, 1.0f); method
  /frameworks/base/services/core/java/com/android/server/policy/
SystemGesturesPointerEventListener.java 120 final int swipe = detectSwipe(event);
121 mSwipeFireable = swipe == SWIPE_NONE;
122 if (swipe == SWIPE_FROM_TOP) {
125 } else if (swipe == SWIPE_FROM_BOTTOM) {
128 } else if (swipe == SWIPE_FROM_RIGHT) {
131 } else if (swipe == SWIPE_FROM_LEFT) {
201 final int swipe = detectSwipe(i, time, x, y); local
202 if (swipe != SWIPE_NONE) {
203 return swipe;
206 final int swipe = detectSwipe(i, move.getEventTime(), move.getX(p), move.getY(p)) local
    [all...]
  /packages/apps/UnifiedEmail/src/com/android/mail/providers/
Settings.java 30 import com.android.mail.providers.UIProvider.Swipe;
93 public final int swipe; field in class:Settings
132 swipe = DEFAULT;
156 swipe = inParcel.readInt();
185 swipe = cursor.getInt(cursor.getColumnIndex(SettingsColumns.SWIPE));
219 swipe = json.optInt(SettingsColumns.SWIPE, sDefault.swipe);
268 json.put(SettingsColumns.SWIPE, swipe)
    [all...]
  /frameworks/base/cmds/uiautomator/library/core-src/com/android/uiautomator/core/
UiDevice.java 418 * Performs a swipe from one coordinate to another using the number of steps
420 * per step. So for a 100 steps, the swipe will take about 1/2 second to complete.
430 public boolean swipe(int startX, int startY, int endX, int endY, int steps) { method in class:UiDevice
433 .swipe(startX, startY, endX, endY, steps);
437 * Performs a swipe from one coordinate to another coordinate. You can control
438 * the smoothness and speed of the swipe by specifying the number of steps.
440 * steps, the swipe will take around 0.5 seconds to complete.
446 * @param steps is the number of steps for the swipe action
447 * @return true if swipe is performed, false if the operation fails
454 .swipe(startX, startY, endX, endY, steps, true)
466 public boolean swipe(Point[] segments, int segmentSteps) { method in class:UiDevice
    [all...]
  /frameworks/base/services/tests/servicestests/src/com/android/server/accessibility/
GestureDescriptionTest.java 71 GestureDescription swipe = local
74 .getGestureStepsFromGestureDescription(swipe, samplePeriod);
93 GestureDescription swipe = createSwipe(10.1f, 20.6f, 11.9f, 22.1f, strokeTime); local
95 .getGestureStepsFromGestureDescription(swipe, strokeTime);
105 // 1: a swipe that starts in the middle of the L-shaped path and ends when the L ends
106 // 2: a swipe that starts at the same time as #1 but extends past the end of the L
107 // 3: a swipe that starts when #3 ends
235 GestureDescription swipe = new GestureDescription.Builder().addStroke(swipeStroke).build(); local
237 .getGestureStepsFromGestureDescription(swipe, 10);
  /platform_testing/libraries/system-helpers/sysui-helper/src/android/system/helpers/
LockscreenHelper.java 187 mDevice.wait(Until.findObject(By.text("Swipe")), LONG_TIMEOUT).click();
198 * up the device, swipe up to reveal the keyguard,
262 * swipe up to unlock the screen
267 mDevice.swipe(mDevice.getDisplayWidth() / 2,
346 mDevice.swipe(xCoordinate, y1Coordinate, xCoordinate, y2Coordinate, 2);
365 mDevice.swipe(coordinateArray, 50);
384 mDevice.swipe(coordinateArray, 50);
  /platform_testing/tests/jank/UbSystemUiJankTests/src/android/platform/systemui/tests/jank/
SystemUiJankTests.java 267 mDevice.swipe(r.width() / 2, top, r.width() / 2, bottom, DEFAULT_FLING_STEPS);
269 mDevice.swipe(r.width() / 2, bottom, r.width() / 2, top, DEFAULT_FLING_STEPS);
297 mDevice.swipe(mDevice.getDisplayWidth() / 2,
304 mDevice.swipe(mDevice.getDisplayWidth() / 2,
473 mDevice.swipe(mDevice.getDisplayWidth() / 2,
550 mDevice.swipe(bounds.left, bounds.centerY(),
628 mDevice.swipe(mDevice.getDisplayWidth() - SWIPE_MARGIN,
710 mDevice.swipe(mDevice.getDisplayWidth() / 2, mDevice.getDisplayHeight() / 2,
797 mDevice.swipe(mDevice.getDisplayWidth() / 2, mDevice.getDisplayHeight() - SWIPE_MARGIN,
    [all...]
  /prebuilts/sdk/16/
uiautomator.jar 
  /prebuilts/sdk/17/
uiautomator.jar 
  /prebuilts/sdk/18/
uiautomator.jar 
  /prebuilts/sdk/19/
uiautomator.jar 
  /prebuilts/sdk/20/
uiautomator.jar 
  /prebuilts/sdk/21/
uiautomator.jar 
  /prebuilts/sdk/22/
uiautomator.jar 

Completed in 1063 milliseconds

1 2