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.java589 private void verifyPositionY(View content, int contentEdge, int flags, in verifyPositionY() argument
601 if ((contentEdge & BOTTOM) == BOTTOM) { in verifyPositionY()
608 private void verifyPositionX(View content, int contentEdge, int flags, in verifyPositionX() argument
620 if ((contentEdge & RIGHT) == RIGHT) { in verifyPositionX()