Home
last modified time | relevance | path

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

/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/
DKey.java966 public static final KeyBackgroundState[] STATES = { field in Key.KeyBackgroundState
1001 final int[] state = KeyBackgroundState.STATES[mBackgroundType].getState(mPressed); in selectBackgroundDrawable()