Home | History | Annotate | Download | only in editor

Lines Matching refs:anchorView

970         final View anchorView = editor.findViewById(R.id.account_container);
978 popup.setWidth(anchorView.getWidth());
979 popup.setAnchorView(anchorView);
1516 final View anchorView = rawContactView.findViewById(R.id.anchor_view);
1518 mAggregationSuggestionPopup.setAnchorView(anchorView);
1519 mAggregationSuggestionPopup.setWidth(anchorView.getWidth());