Home | History | Annotate | Download | only in editor

Lines Matching defs:anchorView

1008         final View anchorView = editor.findViewById(R.id.account_container);
1016 popup.setWidth(anchorView.getWidth());
1017 popup.setAnchorView(anchorView);
1632 final View anchorView = rawContactView.findViewById(R.id.anchor_view);
1634 mAggregationSuggestionPopup.setAnchorView(anchorView);
1635 mAggregationSuggestionPopup.setWidth(anchorView.getWidth());