Home
last modified time | relevance | path

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

/aosp14/frameworks/base/core/tests/coretests/src/android/util/
H A DStateSetTest.java31 int[] stateSpec = new int[2]; in testStateSetPositiveMatches() local
53 int[] stateSpec = new int[2]; in testStatesSetMatchMixEmUp() local
75 int[] stateSpec = new int[2]; in testStateSetNegativeMatches() local
97 int[] stateSpec = {-12345, -6789}; in testEmptySetMatchesNegtives() local
106 int[] stateSpec = {12345}; in testEmptySetFailsPositives() local
115 int[] stateSpec = StateSet.WILD_CARD; in testEmptySetMatchesWildcard() local
124 int[] stateSpec = new int[2]; in testSingleStatePositiveMatches() local
140 int[] stateSpec = new int[2]; in testSingleStateNegativeMatches() local
156 int[] stateSpec = new int[3]; in testZeroStateOnlyMatchesDefault() local
171 int[] stateSpec = new int[3]; in testNullStateOnlyMatchesDefault() local
/aosp14/frameworks/base/core/java/android/util/
H A DStateSet.java148 public static boolean stateSetMatches(int[] stateSpec, int[] stateSet) { in stateSetMatches()
208 public static boolean stateSetMatches(int[] stateSpec, int state) { in stateSetMatches()
/aosp14/frameworks/base/core/java/android/content/res/
H A DColorStateList.java377 int[] stateSpec = new int[numAttrs]; in inflate() local
613 final int[] stateSpec = mStateSpecs[i]; in getColorForState() local
/aosp14/frameworks/base/tools/aapt2/integration-tests/CommandTests/
H A Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...