HomeSort by relevance Sort by last modified time
    Searched refs:MoreKeysPanel (Results 1 - 5 of 5) sorted by null

  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/
MoreKeysPanel.java 21 public interface MoreKeysPanel {
24 * Add the {@link MoreKeysPanel} to the target view.
27 public void onShowMoreKeysPanel(final MoreKeysPanel panel);
30 * Remove the current {@link MoreKeysPanel} from the target view.
41 * Initializes the layout and event handling of this {@link MoreKeysPanel} and calls the
44 * @param parentView the parent view of this {@link MoreKeysPanel}
45 * @param controller the controller that can dismiss this {@link MoreKeysPanel}
46 * @param pointX x coordinate of this {@link MoreKeysPanel}
47 * @param pointY y coordinate of this {@link MoreKeysPanel}
49 * {@link MoreKeysPanel}
    [all...]
MoreKeysKeyboardView.java 33 public class MoreKeysKeyboardView extends KeyboardView implements MoreKeysPanel {
MainKeyboardView.java 122 PointerTracker.DrawingProxy, MoreKeysPanel.Controller,
184 private MoreKeysPanel mMoreKeysPanel;
    [all...]
PointerTracker.java 327 private MoreKeysPanel mMoreKeysPanel;
    [all...]
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/suggestions/
SuggestionStripView.java 55 import com.android.inputmethod.keyboard.MoreKeysPanel;
668 private final MoreKeysPanel.Controller mMoreSuggestionsController =
669 new MoreKeysPanel.Controller() {
676 public void onShowMoreKeysPanel(final MoreKeysPanel panel) {
715 final MoreKeysPanel moreKeysPanel = mMoreSuggestionsView;
718 moreKeysPanel.showMoreKeysPanel(this, mMoreSuggestionsController, pointX, pointY,
    [all...]

Completed in 6647 milliseconds