Searched refs:mAggregationSuggestionPopup (Results 1 – 1 of 1) sorted by relevance
323 protected ListPopupWindow mAggregationSuggestionPopup; field in ContactEditorFragment672 UiClosables.closeQuietly(mAggregationSuggestionPopup); in onStop()1607 UiClosables.closeQuietly(mAggregationSuggestionPopup); in onAggregationSuggestionChange()1617 mAggregationSuggestionPopup = new ListPopupWindow(mContext, null); in onAggregationSuggestionChange()1618 mAggregationSuggestionPopup.setAnchorView(anchorView); in onAggregationSuggestionChange()1619 mAggregationSuggestionPopup.setWidth(anchorView.getWidth()); in onAggregationSuggestionChange()1620 mAggregationSuggestionPopup.setInputMethodMode(ListPopupWindow.INPUT_METHOD_NOT_NEEDED); in onAggregationSuggestionChange()1621 mAggregationSuggestionPopup.setAdapter( in onAggregationSuggestionChange()1626 mAggregationSuggestionPopup.setOnItemClickListener(new AdapterView.OnItemClickListener() { in onAggregationSuggestionChange()1631 UiClosables.closeQuietly(mAggregationSuggestionPopup); in onAggregationSuggestionChange()[all …]