Searched defs:mAggregationSuggestionPopup (Results 1 - 1 of 1) sorted by relevance

/packages/apps/Contacts/src/com/android/contacts/editor/
H A DContactEditorFragment.java265 private ListPopupWindow mAggregationSuggestionPopup; field in class:ContactEditorFragment
316 UiClosables.closeQuietly(mAggregationSuggestionPopup);
317 mAggregationSuggestionPopup = null;
357 UiClosables.closeQuietly(mAggregationSuggestionPopup);
1505 UiClosables.closeQuietly(mAggregationSuggestionPopup);
1517 mAggregationSuggestionPopup = new ListPopupWindow(mContext, null);
1518 mAggregationSuggestionPopup.setAnchorView(anchorView);
1519 mAggregationSuggestionPopup.setWidth(anchorView.getWidth());
1520 mAggregationSuggestionPopup.setInputMethodMode(ListPopupWindow.INPUT_METHOD_NOT_NEEDED);
1521 mAggregationSuggestionPopup
[all...]

Completed in 11 milliseconds