Searched refs:mAggregationSuggestionPopup (Results 1 – 1 of 1) sorted by relevance
331 protected ListPopupWindow mAggregationSuggestionPopup; field in ContactEditorBaseFragment660 UiClosables.closeQuietly(mAggregationSuggestionPopup); in onStop()1582 UiClosables.closeQuietly(mAggregationSuggestionPopup); in onAggregationSuggestionChange()1592 mAggregationSuggestionPopup = new ListPopupWindow(mContext, null); in onAggregationSuggestionChange()1593 mAggregationSuggestionPopup.setAnchorView(anchorView); in onAggregationSuggestionChange()1594 mAggregationSuggestionPopup.setWidth(anchorView.getWidth()); in onAggregationSuggestionChange()1595 mAggregationSuggestionPopup.setInputMethodMode(ListPopupWindow.INPUT_METHOD_NOT_NEEDED); in onAggregationSuggestionChange()1596 mAggregationSuggestionPopup.setAdapter( in onAggregationSuggestionChange()1602 mAggregationSuggestionPopup.setOnItemClickListener(new AdapterView.OnItemClickListener() { in onAggregationSuggestionChange()1607 UiClosables.closeQuietly(mAggregationSuggestionPopup); in onAggregationSuggestionChange()[all …]