Searched refs:mSuggestionsPopupWindow (Results 1 – 1 of 1) sorted by relevance
246 private SuggestionsPopupWindow mSuggestionsPopupWindow; field in Editor377 if (mSuggestionsPopupWindow == null) { in replace()378 mSuggestionsPopupWindow = new SuggestionsPopupWindow(); in replace()381 mSuggestionsPopupWindow.show(); in replace()680 if (mSuggestionsPopupWindow != null && ((mTextView.isInExtractedMode()) in hideCursorControllers()681 || !mSuggestionsPopupWindow.isShowingUp())) { in hideCursorControllers()683 mSuggestionsPopupWindow.hide(); in hideCursorControllers()1299 if (mSuggestionsPopupWindow != null) { in onWindowFocusChanged()1300 mSuggestionsPopupWindow.onParentLostFocus(); in onWindowFocusChanged()5808 return mSuggestionsPopupWindow;