Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/widget/
DEditor.java2330 private class CustomPopupWindow extends PopupWindow { class in Editor.SuggestionsPopupWindow
2331 public CustomPopupWindow(Context context, int defStyleAttr) { in CustomPopupWindow() method in Editor.SuggestionsPopupWindow.CustomPopupWindow
2359 mPopupWindow = new CustomPopupWindow(mTextView.getContext(), in createPopupWindow()