Searched refs:EMPTY_STATE_SET (Results 1 – 6 of 6) sorted by relevance
159 private static final int[] EMPTY_STATE_SET = {}; field in ExpandableListView175 EMPTY_STATE_SET, // 00369 : EMPTY_STATE_SET; in getIndicator()
745 mCloseButton.getDrawable().setState(hasText ? ENABLED_STATE_SET : EMPTY_STATE_SET); in updateCloseButton()754 mSearchPlate.getBackground().setState(focused ? FOCUSED_STATE_SET : EMPTY_STATE_SET); in updateFocusedState()755 mSubmitArea.getBackground().setState(focused ? FOCUSED_STATE_SET : EMPTY_STATE_SET); in updateFocusedState()
936 key.popupResId != 0 ? LONG_PRESSABLE_STATE_SET : EMPTY_STATE_SET); in showKey()
1084 protected static final int[] EMPTY_STATE_SET; field in View1401 EMPTY_STATE_SET = VIEW_STATE_SETS[0];
23183 field protected static final int[] EMPTY_STATE_SET;