Searched refs:withAnchor (Results 1 – 1 of 1) sorted by relevance
694 mPopupWindowBuilder = new Builder().withAnchor(R.id.anchor_upper_left) in testCustomDismissalWithBackButton()718 mPopupWindowBuilder = new Builder().withAnchor(R.id.anchor_upper_left) in testListSelectionWithDPad()872 Builder withAnchor(int anchorId) { in withAnchor() method in ListPopupWindowTest.Builder