Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/widget/
DEditor.java377 private SuggestionsPopupWindow mSuggestionsPopupWindow; field in Editor
690 if (mSuggestionsPopupWindow == null) { in replace()
691 mSuggestionsPopupWindow = new SuggestionsPopupWindow(); in replace()
694 mSuggestionsPopupWindow.show(); in replace()
1050 if (mSuggestionsPopupWindow != null && ((mTextView.isInExtractedMode()) in hideCursorControllers()
1051 || !mSuggestionsPopupWindow.isShowingUp())) { in hideCursorControllers()
1053 mSuggestionsPopupWindow.hide(); in hideCursorControllers()
1743 if (mSuggestionsPopupWindow != null) { in onWindowFocusChanged()
1744 mSuggestionsPopupWindow.onParentLostFocus(); in onWindowFocusChanged()
/frameworks/base/boot/hiddenapi/
Dhiddenapi-max-target-o.txt66693 Landroid/widget/Editor;->mSuggestionsPopupWindow:Landroid/widget/Editor$SuggestionsPopupWindow;