Searched refs:withAnchor (Results 1 – 1 of 1) sorted by relevance
645 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