Home
last modified time | relevance | path

Searched refs:mSuggestionsPopupWindow (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/core/java/android/widget/
DEditor.java352 private SuggestionsPopupWindow mSuggestionsPopupWindow; field in Editor
657 if (mSuggestionsPopupWindow == null) { in replace()
658 mSuggestionsPopupWindow = new SuggestionsPopupWindow(); in replace()
661 mSuggestionsPopupWindow.show(); in replace()
987 if (mSuggestionsPopupWindow != null && ((mTextView.isInExtractedMode()) in hideCursorControllers()
988 || !mSuggestionsPopupWindow.isShowingUp())) { in hideCursorControllers()
990 mSuggestionsPopupWindow.hide(); in hideCursorControllers()
1661 if (mSuggestionsPopupWindow != null) { in onWindowFocusChanged()
1662 mSuggestionsPopupWindow.onParentLostFocus(); in onWindowFocusChanged()
/frameworks/base/boot/hiddenapi/
Dhiddenapi-max-target-o.txt70659 Landroid/widget/Editor;->mSuggestionsPopupWindow:Landroid/widget/Editor$SuggestionsPopupWindow;