Searched refs:KEY_STATE_NORMAL (Results 1 – 2 of 2) sorted by relevance
298 private final static int[] KEY_STATE_NORMAL = { field in Keyboard.Key492 int[] states = KEY_STATE_NORMAL; in getCurrentDrawableState()
779 private final static int[] KEY_STATE_NORMAL = { field in Key824 return mPressed ? KEY_STATE_PRESSED : KEY_STATE_NORMAL; in getCurrentDrawableState()