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

  /cts/tests/tests/widget/src/android/widget/cts/
ListPopupWindowTest.java     [all...]
PopupWindowTest.java 591 final int[] anchorOnScreenXY = new int[2];
592 anchor.getLocationOnScreen(anchorOnScreenXY);
593 int anchorY = anchorOnScreenXY[1];
610 final int[] anchorOnScreenXY = new int[2];
611 anchor.getLocationOnScreen(anchorOnScreenXY);
612 int anchorX = anchorOnScreenXY[0];
    [all...]

Completed in 88 milliseconds