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

1 2 3 4 5

  /platform_testing/libraries/system-helpers/sysui-helper/src/android/system/helpers/
OverviewHelper.java 188 // Drag and drop the app object to the multiwindow area
189 appObject.drag(new Point(xCoordinate, yCoordinate), 1000);
190 // Adding a sleep to allow the drag and drop animation to finish.
227 mDevice.drag(xCoordinate, appBounds.bottom, xCoordinate,
229 // Adding a sleep to allow the drag and drop animation to finish.
QuickSettingsHelper.java 89 // Drag and drop QS item onto existing QS tile to replace it
101 // Long press the icon, then drag it to the destination slowly.
104 quickSettingTileObject.drag(destination, 1000);
LockscreenHelper.java 102 mDevice.drag((w - 25), (h - 25), (int) (w * 0.5), (int) (w * 0.5), 40);
357 // Drag coordinates from one point to another
  /platform_testing/tests/functional/overviewtests/src/com/android/overview/functional/
OverviewHelper.java 151 // Drag and drop the app object to the multiwindow area
152 appObject.drag(new Point(xCoordinate, yCoordinate), 1000);
153 // Adding a sleep to allow the drag and drop animation to finish.
191 mDevice.drag(xCoordinate, appBounds.bottom, xCoordinate,
193 // Adding a sleep to allow the drag and drop animation to finish.
MultiWindowTests.java 116 mDevice.drag(xCoordinate, initialCalcBounds.bottom,
  /cts/tests/accessibilityservice/src/android/accessibilityservice/cts/utils/
GestureUtils.java 87 public static StrokeDescription drag(StrokeDescription from, PointF to) { method in class:GestureUtils
  /packages/apps/Music/src/com/android/music/
TouchInterceptor.java 331 mDragListener.drag(mDragPos, itemnum);
464 public interface DragListener { void drag(int from, int to); } method in interface:TouchInterceptor.DragListener
  /platform_testing/tests/jank/UbSystemUiJankTests/src/android/platform/systemui/tests/jank/
LauncherJankTests.java 207 chrome.drag(dest, 2000);
208 // Drag Camera icon to next screen
211 camera.drag(dest, 2000);
  /external/droiddriver/src/io/appium/droiddriver/actions/
SwipeAction.java 98 private final boolean drag; field in class:SwipeAction
106 * Defaults timeoutMillis to 1000 and no drag.
115 public SwipeAction(PhysicalDirection direction, int steps, boolean drag, long timeoutMillis) {
116 this(direction, steps, drag, timeoutMillis, 0.1F, 0.1F, 0.1F, 0.1F);
124 * @param drag whether this is a drag
131 public SwipeAction(PhysicalDirection direction, int steps, boolean drag, long timeoutMillis,
136 this.drag = drag;
195 if (drag) {
    [all...]
  /frameworks/base/core/tests/coretests/src/android/view/
VelocityTest.java 51 drag(vt, 100, 200, 100, 200, 10, t, 300); method
66 drag(vt, 100, 200, 100, 200, 15, t, 400, new AccelerateInterpolator()); method
77 drag(vt, 100, 200, 100, 200, 15, t, 400, new DecelerateInterpolator()); method
90 drag(vt, 100, 200, 200, 200, 15, t, 400); method
103 drag(vt, 200, 200, 100, 200, 15, t, 400); method
120 drag(vt, 100, 200, 100, 200, 2, t, 100); method
136 drag(vt, 100, 200, 100, 200, 10, t, 400); // 10 steps over 400ms method
141 drag(vt, 100, 200, 100, 200, 20, t, 400); // 20 steps over 400ms method
158 drag(vt, 100, 200, 100, 200, 10, t, 400); method
163 drag(vt, 100, 200, 100, 200, 10, t + 3600*1000, 400); // on hour late method
180 drag(vt, 100, 200, 100, 200, 10, t, 400); method
185 drag(vt, 200, 300, 200, 300, 10, t, 400); \/\/ 100px further method
202 drag(vt, 100, 200, 100, 200, 10, t, 300); method
221 drag(vt, 100, 200, 100, 200, 10, t, 300); method
237 private void drag(VelocityTracker vt, int startX, int endX, int startY, int endY, int steps, method in class:VelocityTest
239 drag(vt, startX, endX, startY, endY, steps, startime, duration, new LinearInterpolator()); method
246 private void drag(VelocityTracker vt, int startX, int endX, int startY, int endY, int steps, method in class:VelocityTest
    [all...]
  /frameworks/base/test-runner/src/android/test/
TouchUtils.java 70 drag(test, x, x, fromY, toY, 4); method
100 drag(test, x, x, fromY, toY, 4); method
203 * @param stepCount How many move steps to include in the drag
221 * @param stepCount How many move steps to include in the drag
237 drag(test, x, x, fromY, toY, stepCount); method
441 * @param stepCount How many move steps to include in the drag
467 * @param stepCount How many move steps to include in the drag
480 drag(test, x, x, fromY, toY, stepCount); method
532 * @param deltaX Amount to drag horizontally in pixels
533 * @param deltaY Amount to drag vertically in pixel
575 drag(test, fromX, fromX + deltaX, fromY, fromY + deltaY, distance); method
627 drag(test, fromX, toX, fromY, toY, distance); method
674 drag(test, fromX, toX, fromY, fromY, deltaX); method
721 drag(test, fromX, fromX, fromY, toY, deltaY); method
742 public static void drag(ActivityInstrumentationTestCase test, float fromX, float toX, method in class:TouchUtils
744 drag((InstrumentationTestCase) test, fromX, toX, fromY, toY, stepCount); method
757 public static void drag(InstrumentationTestCase test, float fromX, float toX, float fromY, method in class:TouchUtils
    [all...]
  /frameworks/support/v7/recyclerview/src/androidTest/java/androidx/recyclerview/widget/
TouchUtils.java 183 drag(inst, x, x, fromY, toY, stepCount); method
232 drag(inst, fromX, toX, fromY, toY, calculateStepsForDistance(distance)); method
247 drag(inst, fromX, toX, fromY, fromY, calculateStepsForDistance(deltaX)); method
262 drag(inst, fromX, fromX, fromY, toY, calculateStepsForDistance(deltaY)); method
268 public static void drag(Instrumentation inst, float fromX, float toX, float fromY, method in class:TouchUtils
RecyclerViewLayoutTest.java 2790 drag(mRecyclerView, 0, 0, 0, 500, 5); method
2796 public void drag(ViewGroup view, float fromX, float toX, float fromY, float toY, method in class:RecyclerViewLayoutTest
    [all...]
  /cts/tests/accessibilityservice/src/android/accessibilityservice/cts/
MagnificationGestureHandlerTest.java 25 import static android.accessibilityservice.cts.utils.GestureUtils.drag;
209 StrokeDescription drag = drag(down, add(lastPointOf(down), mPan, 0f)); local
210 dispatch(drag);
215 dispatch(pointerUp(drag));
  /frameworks/base/cmds/uiautomator/library/core-src/com/android/uiautomator/core/
UiDevice.java 451 public boolean drag(int startX, int startY, int endX, int endY, int steps) { method in class:UiDevice
  /platform_testing/libraries/system-helpers/accessibility-helper/src/android/system/helpers/
AccessibilityScannerHelper.java 293 btn.drag(new Point(locX, locY));
296 // drag cause a click on the scanner button, bring the UI into scanner app
  /frameworks/base/packages/SystemUI/src/com/android/systemui/
ExpandHelper.java 191 float drag = mSGD.getFocusY() - mInitialTouchFocusY; local
192 drag *= USE_DRAG ? 1f : 0f;
193 drag *= mGravity == Gravity.BOTTOM ? -1f : 1f;
194 float pull = Math.abs(drag) + Math.abs(span) + 1f;
195 float hand = drag * Math.abs(drag) / pull + span * Math.abs(span) / pull;
  /external/python/cpython2/Mac/Modules/win/
_Winmodule.c 1201 DragReference drag; local
    [all...]
  /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 
  /prebuilts/sdk/23/
uiautomator.jar 
  /prebuilts/sdk/24/
uiautomator.jar 

Completed in 171 milliseconds

1 2 3 4 5