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

/frameworks/base/core/java/android/widget/
H A DEditor.java163 SuggestionsPopupWindow mSuggestionsPopupWindow; field in class:Editor
474 if (mSuggestionsPopupWindow != null && !mSuggestionsPopupWindow.isShowingUp()) {
476 mSuggestionsPopupWindow.hide();
1005 if (mSuggestionsPopupWindow != null) {
1006 mSuggestionsPopupWindow.onParentLostFocus();
1681 if (mSuggestionsPopupWindow == null) {
1682 mSuggestionsPopupWindow = new SuggestionsPopupWindow();
1685 mSuggestionsPopupWindow.show();
1689 return mSuggestionsPopupWindow !
[all...]

Completed in 9 milliseconds