Searched refs:KeyBackgroundState (Results 1 – 1 of 1) sorted by relevance
952 static class KeyBackgroundState { class in Key956 private KeyBackgroundState(final int ... attrs) { in KeyBackgroundState() method in Key.KeyBackgroundState966 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 …]