Home
last modified time | relevance | path

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

/cts/tests/tests/widget/src/android/widget/cts/
DPopupMenuTest.java551 public Builder withAnchorId(int anchorId) { in withAnchorId() argument
552 mAnchorId = anchorId; in withAnchorId()
DListPopupWindowTest.java988 Builder withAnchor(int anchorId) { in withAnchor() argument
989 mAnchorId = anchorId; in withAnchor()
DPopupWindowTest.java604 private void verifyPosition(PopupWindow popup, int anchorId, in verifyPosition() argument
607 verifyPosition(popup, mActivity.findViewById(anchorId), in verifyPosition()
613 private void verifyPosition(PopupWindow popup, int anchorId, in verifyPosition() argument
617 verifyPosition(popup, mActivity.findViewById(anchorId), in verifyPosition()