HomeSort by relevance Sort by last modified time
    Searched refs:xyRoot (Results 1 - 2 of 2) sorted by null

  /frameworks/base/test-runner/src/android/test/
ViewAsserts.java 40 int[] xyRoot = new int[2];
41 origin.getLocationOnScreen(xyRoot);
43 int y = xy[1] - xyRoot[1];
62 int[] xyRoot = new int[2];
63 origin.getLocationOnScreen(xyRoot);
65 int y = xy[1] - xyRoot[1];
82 int[] xyRoot = new int[2];
83 origin.getLocationOnScreen(xyRoot);
85 int y = xy[1] - xyRoot[1];
102 int[] xyRoot = new int[2]
    [all...]
  /frameworks/base/core/tests/coretests/src/android/widget/scroll/
RequestRectangleVisibleTest.java 203 int[] xyRoot = new int[2];
204 origin.getLocationOnScreen(xyRoot);
207 int bottomOfRoot = xyRoot[1] + origin.getHeight();
224 int[] xyRoot = new int[2];
225 origin.getLocationOnScreen(xyRoot);
228 int bottomOfRoot = xyRoot[1] + origin.getHeight();
231 assertTrue(bottom > xyRoot[1]);
233 assertTrue(xy[1] < xyRoot[1]);

Completed in 86 milliseconds