Home
last modified time | relevance | path

Searched defs:to (Results 1 – 15 of 15) sorted by relevance

/cts/tests/accessibilityservice/src/android/accessibilityservice/cts/utils/
DGestureUtils.java79 public static StrokeDescription swipe(PointF from, PointF to) { in swipe()
83 public static StrokeDescription swipe(PointF from, PointF to, long duration) { in swipe()
87 public static StrokeDescription drag(StrokeDescription from, PointF to) { in drag()
/cts/libs/rollback/src/com/android/cts/rollback/lib/
DRollback.java53 public Rollback to(TestApp app) { in to() method in Rollback
/cts/tests/tests/keystore/src/android/server/am/
DUiDeviceUtils.java60 public static void dragPointer(Point from, Point to, int 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()
/cts/tests/tests/database/src/android/database/sqlite/cts/
DSQLiteWalTest.java66 private void copyFile(String from, String to) throws Exception { in copyFile()
/cts/hostsidetests/net/app/src/com/android/cts/net/hostside/
DVpnTest.java316 private static void checkPing(String to) throws IOException, ErrnoException { in checkPing()
385 private void checkTcpReflection(String to, String expectedFrom) throws IOException { in checkTcpReflection()
473 private void checkUdpEcho(String to, String expectedFrom) throws IOException { in checkUdpEcho()
/cts/tests/tests/widget/src/android/widget/cts/
DSimpleCursorAdapterTest.java163 final int [] to = { R.id.cursorAdapter_host }; in testBindView() local
DHorizontalScrollViewTest.java795 private boolean isInRange(int current, int from, int to) { in isInRange()
DScrollViewTest.java842 private boolean isInRange(int current, int from, int to) { in isInRange()
/cts/tests/tests/media/libmediandkjni/
Dnative_media_utils.cpp96 auto to = mInfos.begin() + frameNumTo; in getBitrateAverage() local
/cts/tests/tests/uirendering/src/android/uirendering/cts/testclasses/
DHardwareBitmapTests.java312 private void testBitmapCopy(int id, Bitmap.Config from, Bitmap.Config to) { in testBitmapCopy()
/cts/tests/fragment/src/android/fragment/cts/
DFragmentTransitionTest.java863 private void verifyTransition(TransitionFragment from, TransitionFragment to, in verifyTransition()
1002 TransitionFragment to, TransitionFragment... others) throws Throwable { in verifyPopTransition()
/cts/tests/framework/base/windowmanager/src/android/server/wm/
DCrossAppDragAndDropTests.java152 private void injectInput(Point from, Point to, int steps) throws Exception { in injectInput()
/cts/tests/tests/security/jni/
Dandroid_security_cts_cve_2019_2213_Test.c315 void do_send_txn(int fd, u32 to, u32 code, buf_t *trdat, buf_t *troff, int oneway, int is_reply, bi… in do_send_txn()
337 void send_txn(int fd, u32 to, u32 code, buf_t *trdat, buf_t *troff) { in send_txn()
/cts/tests/camera/src/android/hardware/cts/
DCameraTest.java228 private static int align(int x, int to) { in align()