Searched refs:stateSetMatches (Results 1 – 11 of 11) sorted by relevance
/aosp12/frameworks/base/core/tests/coretests/src/android/util/ |
H A D | StateSetTest.java | 36 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 D | StateSet.java | 148 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 D | StateListAnimatorTest.java | 106 StateSet.stateSetMatches(tuple2.getSpecs(), in testStateListLoading()
|
/aosp12/frameworks/base/core/java/android/animation/ |
H A D | StateListAnimator.java | 168 if (StateSet.stateSetMatches(tuple.mSpecs, state)) { in setState()
|
/aosp12/frameworks/base/graphics/java/android/graphics/drawable/ |
H A D | StateListDrawable.java | 347 if (StateSet.stateSetMatches(stateSets[i], stateSet)) { in indexOfStateSet()
|
/aosp12/frameworks/base/core/java/android/content/res/ |
H A D | ColorStateList.java | 614 if (StateSet.stateSetMatches(stateSpec, stateSet)) { in getColorForState()
|
/aosp12/frameworks/base/tools/aapt2/integration-tests/CommandTests/ |
H A D | android-28.jar | META-INF/
META-INF/MANIFEST.MF
javax/
javax/net/
javax/ ... |
/aosp12/frameworks/base/core/api/ |
H A D | current.txt | 46665 method public static boolean stateSetMatches(int[], int[]); 46666 method public static boolean stateSetMatches(int[], int);
|
/aosp12/frameworks/opt/setupwizard/tools/docs/ |
H A D | android-22.txt | 31870 method public static boolean stateSetMatches(int[], int[]); 31871 method public static boolean stateSetMatches(int[], int);
|
/aosp12/frameworks/base/boot/ |
H A D | boot-image-profile.txt | 16319 HSPLandroid/util/StateSet;->stateSetMatches([I[I)Z
|
/aosp12/frameworks/base/config/ |
H A D | boot-image-profile.txt | 16368 HSPLandroid/util/StateSet;->stateSetMatches([I[I)Z
|