Home
last modified time | relevance | path

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

/cts/tests/tests/widget/src/android/widget/cts/
DListPopupWindowTest.java645 mPopupWindowBuilder = new Builder().withAnchor(R.id.anchor_upper_left) in testCustomDismissalWithBackButton()
670 mPopupWindowBuilder = new Builder().withAnchor(R.id.anchor_upper_left) in testListSelectionWithDPad()
831 public Builder withAnchor(int anchorId) { in withAnchor() method in ListPopupWindowTest.Builder