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

  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/
MoreKeysPanel.java 22 public interface MoreKeysPanel extends PointerTracker.KeyEventHandler {
42 * {@link MoreKeysPanel}.
45 * @return the local X-coordinate to this {@link MoreKeysPanel}
51 * {@link MoreKeysPanel}.
54 * @return the local Y-coordinate to this {@link MoreKeysPanel}
MoreKeysKeyboardView.java 36 public final class MoreKeysKeyboardView extends KeyboardView implements MoreKeysPanel {
MainKeyboardView.java 135 private MoreKeysPanel mMoreKeysPanel;
137 private final WeakHashMap<Key, MoreKeysPanel> mMoreKeysPanelCache =
138 new WeakHashMap<Key, MoreKeysPanel>();
564 protected MoreKeysPanel onCreateMoreKeysPanel(final Key parentKey) {
628 MoreKeysPanel moreKeysPanel = mMoreKeysPanelCache.get(parentKey);
629 if (moreKeysPanel == null) {
630 moreKeysPanel = onCreateMoreKeysPanel(parentKey);
631 if (moreKeysPanel == null)
633 mMoreKeysPanelCache.put(parentKey, moreKeysPanel);
    [all...]
PointerTracker.java 78 public interface DrawingProxy extends MoreKeysPanel.Controller {
    [all...]
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/suggestions/
MoreSuggestionsView.java 32 import com.android.inputmethod.keyboard.MoreKeysPanel;
43 public final class MoreSuggestionsView extends KeyboardView implements MoreKeysPanel {
SuggestionStripView.java 57 import com.android.inputmethod.keyboard.MoreKeysPanel;
732 private final MoreKeysPanel.Controller mMoreSuggestionsController =
733 new MoreKeysPanel.Controller() {
    [all...]

Completed in 89 milliseconds