Home
last modified time | relevance | path

Searched refs:steps (Results 1 – 5 of 5) sorted by relevance

/cts/tests/tests/keystore/src/android/server/am/
DUiDeviceUtils.java60 public static void dragPointer(Point from, Point to, int steps) { in dragPointer() argument
61 if (DEBUG) Log.d(TAG, "dragPointer: from=" + from + " to=" + to + " steps=" + steps); in dragPointer()
62 getDevice().drag(from.x, from.y, to.x, to.y, steps); in dragPointer()
/cts/tests/framework/base/windowmanager/util/src/android/server/wm/
DUiDeviceUtils.java59 public static void dragPointer(Point from, Point to, int steps) { in dragPointer() argument
60 if (DEBUG) Log.d(TAG, "dragPointer: from=" + from + " to=" + to + " steps=" + steps); in dragPointer()
61 getDevice().drag(from.x, from.y, to.x, to.y, steps); in dragPointer()
/cts/hostsidetests/devicepolicy/app/AccountCheck/Tester/
DREADME.txt5 after you followed the below steps to add an ALLOWED account, AccountCheckHostSideTest should
/cts/tests/framework/base/windowmanager/src/android/server/wm/
DCrossAppDragAndDropTests.java149 private void injectInput(Point from, Point to, int steps) throws Exception { in injectInput() argument
150 dragPointer(from, to, steps); in injectInput()
/cts/tests/tests/webkit/src/android/webkit/cts/
DWebViewTest.java2752 private void assertGoBackOrForwardBySteps(boolean expected, int steps) { in assertGoBackOrForwardBySteps() argument
2754 if (steps == 0) in assertGoBackOrForwardBySteps()
2757 int start = steps > 0 ? 1 : steps; in assertGoBackOrForwardBySteps()
2758 int end = steps > 0 ? steps : -1; in assertGoBackOrForwardBySteps()