Home
last modified time | relevance | path

Searched defs:stateSpec (Results 1 – 4 of 4) sorted by relevance

/frameworks/base/core/tests/coretests/src/android/util/
DStateSetTest.java30 int[] stateSpec = new int[2]; in testStateSetPositiveMatches() local
52 int[] stateSpec = new int[2]; in testStatesSetMatchMixEmUp() local
74 int[] stateSpec = new int[2]; in testStateSetNegativeMatches() local
96 int[] stateSpec = {-12345, -6789}; in testEmptySetMatchesNegtives() local
105 int[] stateSpec = {12345}; in testEmptySetFailsPositives() local
114 int[] stateSpec = StateSet.WILD_CARD; in testEmptySetMatchesWildcard() local
123 int[] stateSpec = new int[2]; in testSingleStatePositiveMatches() local
139 int[] stateSpec = new int[2]; in testSingleStateNegativeMatches() local
155 int[] stateSpec = new int[3]; in testZeroStateOnlyMatchesDefault() local
170 int[] stateSpec = new int[3]; in testNullStateOnlyMatchesDefault() local
/frameworks/base/core/java/android/util/
DStateSet.java148 public static boolean stateSetMatches(int[] stateSpec, int[] stateSet) { in stateSetMatches()
208 public static boolean stateSetMatches(int[] stateSpec, int state) { in stateSetMatches()
/frameworks/support/v7/appcompat/src/android/support/v7/content/res/
DAppCompatColorStateListInflater.java129 int[] stateSpec = new int[numAttrs]; in inflate() local
/frameworks/base/core/java/android/content/res/
DColorStateList.java337 int[] stateSpec = new int[numAttrs]; in inflate() local
557 final int[] stateSpec = mStateSpecs[i]; in getColorForState() local