HomeSort by relevance Sort by last modified time
    Searched full:sndxy (Results 1 - 1 of 1) sorted by null

  /cts/tests/tests/widget/src/android/widget/cts/
PopupWindowTest.java 447 int[] sndXY = new int[2];
487 mPopupWindow.getContentView().getLocationOnScreen(sndXY);
488 assertEquals(viewInWindowXY[0] + 4, sndXY[0]);
489 assertEquals(viewInWindowXY[1], sndXY[1]);

Completed in 392 milliseconds