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.java556 public Builder withAnchorId(int anchorId) { in withAnchorId() argument
557 mAnchorId = anchorId; in withAnchorId()
DListPopupWindowTest.java944 Builder withAnchor(int anchorId) { in withAnchor() argument
945 mAnchorId = anchorId; in withAnchor()
DPopupWindowTest.java580 private void verifyPosition(PopupWindow popup, int anchorId, in verifyPosition() argument
583 verifyPosition(popup, mActivity.findViewById(anchorId), in verifyPosition()
589 private void verifyPosition(PopupWindow popup, int anchorId, in verifyPosition() argument
593 verifyPosition(popup, mActivity.findViewById(anchorId), in verifyPosition()