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

  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/internal/
KeyStyles.java 36 private static final KeyStyle EMPTY_KEY_STYLE = new EmptyKeyStyle();
38 public interface KeyStyle {
46 /* package */ static class EmptyKeyStyle implements KeyStyle {
234 public KeyStyle getKeyStyle(String styleName) {
238 public KeyStyle getEmptyKeyStyle() {
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/
Key.java 28 import com.android.inputmethod.keyboard.internal.KeyStyles.KeyStyle;
219 final KeyStyle style;

Completed in 142 milliseconds