Home
last modified time | relevance | path

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

/aosp12/frameworks/base/core/tests/coretests/src/android/util/
H A DStateSetTest.java34 stateSpec[0] = 1; in testStateSetPositiveMatches()
41 stateSpec[1] = 2; in testStateSetPositiveMatches()
57 stateSpec[0] = 1; in testStatesSetMatchMixEmUp()
58 stateSpec[1] = -2; in testStatesSetMatchMixEmUp()
78 stateSpec[0] = -1; in testStateSetNegativeMatches()
88 stateSpec[1] = -2; in testStateSetNegativeMatches()
127 stateSpec[0] = 1; in testSingleStatePositiveMatches()
143 stateSpec[0] = -1; in testSingleStateNegativeMatches()
159 stateSpec[0] = 1; in testZeroStateOnlyMatchesDefault()
162 stateSpec[1] = -1; in testZeroStateOnlyMatchesDefault()
[all …]
/aosp12/frameworks/base/core/java/android/util/
H A DStateSet.java148 public static boolean stateSetMatches(int[] stateSpec, int[] stateSet) { in stateSetMatches() argument
150 return (stateSpec == null || isWildCard(stateSpec)); in stateSetMatches()
152 int stateSpecSize = stateSpec.length; in stateSetMatches()
155 int stateSpecState = stateSpec[i]; in stateSetMatches()
208 public static boolean stateSetMatches(int[] stateSpec, int state) { in stateSetMatches() argument
209 int stateSpecSize = stateSpec.length; in stateSetMatches()
211 int stateSpecState = stateSpec[i]; in stateSetMatches()
/aosp12/frameworks/base/core/java/android/content/res/
H A DColorStateList.java377 int[] stateSpec = new int[numAttrs]; in inflate() local
390 stateSpec[j++] = attrs.getAttributeBooleanValue(i, false) in inflate()
394 stateSpec = StateSet.trimStateSet(stateSpec, j); in inflate()
401 if (listSize == 0 || stateSpec.length == 0) { in inflate()
411 stateSpecList = GrowingArrayUtils.append(stateSpecList, listSize, stateSpec); in inflate()
613 final int[] stateSpec = mStateSpecs[i]; in getColorForState() local
614 if (StateSet.stateSetMatches(stateSpec, stateSet)) { in getColorForState()
/aosp12/frameworks/base/tools/aapt2/integration-tests/CommandTests/
H A Dandroid-28.jarMETA-INF/ META-INF/MANIFEST.MF javax/ javax/net/ javax/ ...