Home
last modified time | relevance | path

Searched refs:stateSetMatches (Results 1 – 11 of 11) sorted by relevance

/aosp12/frameworks/base/core/tests/coretests/src/android/util/
H A DStateSetTest.java36 assertTrue(StateSet.stateSetMatches(stateSpec, stateSet)); in testStateSetPositiveMatches()
39 assertFalse(StateSet.stateSetMatches(stateSpec, stateSet)); in testStateSetPositiveMatches()
42 assertFalse(StateSet.stateSetMatches(stateSpec, stateSet)); in testStateSetPositiveMatches()
45 assertTrue(StateSet.stateSetMatches(stateSpec, stateSet)); in testStateSetPositiveMatches()
48 assertTrue(StateSet.stateSetMatches(stateSpec, stateSet)); in testStateSetPositiveMatches()
60 assertTrue(StateSet.stateSetMatches(stateSpec, stateSet)); in testStatesSetMatchMixEmUp()
129 assertTrue(StateSet.stateSetMatches(stateSpec, state)); in testSingleStatePositiveMatches()
132 assertFalse(StateSet.stateSetMatches(stateSpec, state)); in testSingleStatePositiveMatches()
148 assertTrue(StateSet.stateSetMatches(stateSpec, state)); in testSingleStateNegativeMatches()
151 assertTrue(StateSet.stateSetMatches(stateSpec, state)); in testSingleStateNegativeMatches()
[all …]
/aosp12/frameworks/base/core/java/android/util/
H A DStateSet.java148 public static boolean stateSetMatches(int[] stateSpec, int[] stateSet) { in stateSetMatches() method in StateSet
208 public static boolean stateSetMatches(int[] stateSpec, int state) { in stateSetMatches() method in StateSet
/aosp12/frameworks/base/core/tests/coretests/src/android/animation/
H A DStateListAnimatorTest.java106 StateSet.stateSetMatches(tuple2.getSpecs(), in testStateListLoading()
/aosp12/frameworks/base/core/java/android/animation/
H A DStateListAnimator.java168 if (StateSet.stateSetMatches(tuple.mSpecs, state)) { in setState()
/aosp12/frameworks/base/graphics/java/android/graphics/drawable/
H A DStateListDrawable.java347 if (StateSet.stateSetMatches(stateSets[i], stateSet)) { in indexOfStateSet()
/aosp12/frameworks/base/core/java/android/content/res/
H A DColorStateList.java614 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/ ...
/aosp12/frameworks/base/core/api/
H A Dcurrent.txt46665 method public static boolean stateSetMatches(int[], int[]);
46666 method public static boolean stateSetMatches(int[], int);
/aosp12/frameworks/opt/setupwizard/tools/docs/
H A Dandroid-22.txt31870 method public static boolean stateSetMatches(int[], int[]);
31871 method public static boolean stateSetMatches(int[], int);
/aosp12/frameworks/base/boot/
H A Dboot-image-profile.txt16319 HSPLandroid/util/StateSet;->stateSetMatches([I[I)Z
/aosp12/frameworks/base/config/
H A Dboot-image-profile.txt16368 HSPLandroid/util/StateSet;->stateSetMatches([I[I)Z