Home
last modified time | relevance | path

Searched refs:switchCompat (Results 1 – 2 of 2) sorted by relevance

/appcompat/appcompat/src/androidTest/java/androidx/appcompat/testutils/
DTestUtilsMatchers.java404 protected boolean matchesSafely(SwitchCompat switchCompat) {
405 final Drawable thumb = switchCompat.getThumbDrawable();
447 protected boolean matchesSafely(SwitchCompat switchCompat) {
448 final Drawable track = switchCompat.getTrackDrawable();
/appcompat/appcompat/src/androidTest/java/androidx/appcompat/widget/
DAppCompatAttributeTest.kt131 val switchCompat = root.findViewById<SwitchCompat>(R.id.switch_compat) in testSwitchCompatAttributes() constant
132 assertTrue(switchCompat.attributeSourceResourceMap.isNotEmpty()) in testSwitchCompatAttributes()
135 switchCompat.attributeSourceResourceMap[R.attr.thumbTint] in testSwitchCompatAttributes()