Home
last modified time | relevance | path

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

/appcompat/appcompat/src/androidTest/java/androidx/appcompat/widget/
DAppCompatCheckBoxTest.java67 AppCompatCheckBox checkBox = mContainer.findViewById(R.id.checkbox_fontresource); in testFontResources() local
70 assertEquals(expected, checkBox.getTypeface()); in testFontResources()
76 final AppCompatCheckBox checkBox = mContainer.findViewById(R.id.checkbox_button_compat); in testDefaultButton_isAnimated() local
77 final Drawable button = CompoundButtonCompat.getButtonDrawable(checkBox); in testDefaultButton_isAnimated()
90 final AppCompatCheckBox checkBox = mContainer.findViewById( in testNullCompatButton() local
92 final Drawable button = CompoundButtonCompat.getButtonDrawable(checkBox); in testNullCompatButton()
DAppCompatAttributeTest.kt92 val checkBox = root.findViewById<CheckBox>(R.id.check_box) in testAppCompatCheckBoxAttributes() constant
93 assertTrue(checkBox.attributeSourceResourceMap.isNotEmpty()) in testAppCompatCheckBoxAttributes()
96 checkBox.attributeSourceResourceMap[R.attr.buttonTint] in testAppCompatCheckBoxAttributes()