Searched defs:ActionPopupWindow (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/core/java/android/widget/
H A DEditor.java2767 private class ActionPopupWindow extends PinnedPopupWindow implements OnClickListener { class in class:Editor
2879 protected ActionPopupWindow mActionPopupWindow;
2987 mActionPopupWindow = new ActionPopupWindow();
3171 // Used to detect taps on the insertion handle, which will affect the ActionPopupWindow
3330 public ActionPopupWindow getActionPopupWindow() {
3375 public void setActionPopupWindow(ActionPopupWindow actionPopupWindow) {
3496 // Make sure both left and right handles share the same ActionPopupWindow (so that

Completed in 26 milliseconds