Home
last modified time | relevance | path

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

/cts/tests/tests/widget/src/android/widget/cts/
DPopupMenuTest.java445 private int mAnchorId = R.id.anchor_middle_left; field in PopupMenuTest.Builder
501 mAnchorId = anchorId; in withAnchorId()
511 mAnchor = mActivity.findViewById(mAnchorId); in configure()
DListPopupWindowTest.java803 final View anchor = mActivity.findViewById(mPopupWindowBuilder.mAnchorId); in testCreateOnDragListener()
856 private int mAnchorId = R.id.anchor_upper; field in ListPopupWindowTest.Builder
873 mAnchorId = anchorId; in withAnchor()
1020 mPopupWindow.setAnchorView(mActivity.findViewById(mAnchorId)); in configure()