Home
last modified time | relevance | path

Searched refs:contentEdge (Results 1 – 1 of 1) sorted by relevance

/cts/tests/tests/widget/src/android/widget/cts/
DPopupWindowTest.java659 private void verifyPositionY(View content, int contentEdge, int flags, in verifyPositionY() argument
671 if ((contentEdge & BOTTOM) == BOTTOM) { in verifyPositionY()
678 private void verifyPositionX(View content, int contentEdge, int flags, in verifyPositionX() argument
690 if ((contentEdge & RIGHT) == RIGHT) { in verifyPositionX()