Searched refs:switchCompat (Results 1 – 2 of 2) sorted by relevance
404 protected boolean matchesSafely(SwitchCompat switchCompat) {405 final Drawable thumb = switchCompat.getThumbDrawable();447 protected boolean matchesSafely(SwitchCompat switchCompat) {448 final Drawable track = switchCompat.getTrackDrawable();
131 val switchCompat = root.findViewById<SwitchCompat>(R.id.switch_compat) in testSwitchCompatAttributes() constant132 assertTrue(switchCompat.attributeSourceResourceMap.isNotEmpty()) in testSwitchCompatAttributes()135 switchCompat.attributeSourceResourceMap[R.attr.thumbTint] in testSwitchCompatAttributes()