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 48 int[] xyRoot = new int[2];
49 origin.getLocationOnScreen(xyRoot);
51 int y = xy[1] - xyRoot[1];
70 int[] xyRoot = new int[2];
71 origin.getLocationOnScreen(xyRoot);
73 int y = xy[1] - xyRoot[1];
90 int[] xyRoot = new int[2];
91 origin.getLocationOnScreen(xyRoot);
93 int y = xy[1] - xyRoot[1];
110 int[] xyRoot = new int[2]
    [all...]
  /frameworks/base/core/tests/coretests/src/android/widget/scroll/
RequestRectangleVisibleTest.java 205 int[] xyRoot = new int[2];
206 origin.getLocationOnScreen(xyRoot);
209 int bottomOfRoot = xyRoot[1] + origin.getHeight();
226 int[] xyRoot = new int[2];
227 origin.getLocationOnScreen(xyRoot);
230 int bottomOfRoot = xyRoot[1] + origin.getHeight();
233 assertTrue(bottom > xyRoot[1]);
235 assertTrue(xy[1] < xyRoot[1]);

Completed in 785 milliseconds