Searched defs:getAbsoluteLocationFromRelative (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/content/public/test/android/javatests/src/org/chromium/content/browser/test/util/
H A DTestTouchUtils.java29 public static int[] getAbsoluteLocationFromRelative(View v, int x, int y) { method in class:TestTouchUtils
67 int location[] = getAbsoluteLocationFromRelative(v, x, y);
103 int location[] = getAbsoluteLocationFromRelative(v, x, y);
179 int fromLocation[] = getAbsoluteLocationFromRelative(view, fromX, fromY);
180 int toLocation[] = getAbsoluteLocationFromRelative(view, toX, toY);
H A DTouchCommon.java114 int location[] = getAbsoluteLocationFromRelative(v, x, y);
186 int location[] = getAbsoluteLocationFromRelative(v, x, y);
229 private static int[] getAbsoluteLocationFromRelative(View v, int x, int y) { method in class:TouchCommon

Completed in 3468 milliseconds