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

/packages/apps/Contacts/src/com/android/contacts/editor/
H A DContactEditorFragment.java309 protected ListPopupWindow mAggregationSuggestionPopup; field in class:ContactEditorFragment
636 UiClosables.closeQuietly(mAggregationSuggestionPopup);
1559 UiClosables.closeQuietly(mAggregationSuggestionPopup);
1569 mAggregationSuggestionPopup = new ListPopupWindow(mContext, null);
1570 mAggregationSuggestionPopup.setAnchorView(anchorView);
1571 mAggregationSuggestionPopup.setWidth(anchorView.getWidth());
1572 mAggregationSuggestionPopup.setInputMethodMode(ListPopupWindow.INPUT_METHOD_NOT_NEEDED);
1573 mAggregationSuggestionPopup.setAdapter(
1578 mAggregationSuggestionPopup.setOnItemClickListener(new AdapterView.OnItemClickListener() {
1583 UiClosables.closeQuietly(mAggregationSuggestionPopup);
[all...]

Completed in 13 milliseconds