Home
last modified time | relevance | path

Searched refs:KeyBackgroundState (Results 1 – 1 of 1) sorted by relevance

/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/
DKey.java952 static class KeyBackgroundState { class in Key
956 private KeyBackgroundState(final int ... attrs) { in KeyBackgroundState() method in Key.KeyBackgroundState
966 public static final KeyBackgroundState[] STATES = {
968 new KeyBackgroundState(android.R.attr.state_empty),
970 new KeyBackgroundState(),
972 new KeyBackgroundState(),
974 new KeyBackgroundState(android.R.attr.state_checkable),
976 new KeyBackgroundState(android.R.attr.state_checkable, android.R.attr.state_checked),
978 new KeyBackgroundState(android.R.attr.state_active),
980 new KeyBackgroundState(),
[all …]