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

/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/
H A DMoreKeysPanel.java22 public interface MoreKeysPanel { interface
25 * Add the {@link MoreKeysPanel} to the target view.
28 public void onShowMoreKeysPanel(final MoreKeysPanel panel);
31 * Remove the current {@link MoreKeysPanel} from the target view.
43 public void onShowMoreKeysPanel(final MoreKeysPanel panel) {}
51 * Initializes the layout and event handling of this {@link MoreKeysPanel} and calls the
54 * @param parentView the parent view of this {@link MoreKeysPanel}
55 * @param controller the controller that can dismiss this {@link MoreKeysPanel}
56 * @param pointX x coordinate of this {@link MoreKeysPanel}
57 * @param pointY y coordinate of this {@link MoreKeysPanel}
[all...]

Completed in 63 milliseconds