Searched refs:checkBox (Results 1 – 2 of 2) sorted by relevance
67 AppCompatCheckBox checkBox = mContainer.findViewById(R.id.checkbox_fontresource); in testFontResources() local70 assertEquals(expected, checkBox.getTypeface()); in testFontResources()76 final AppCompatCheckBox checkBox = mContainer.findViewById(R.id.checkbox_button_compat); in testDefaultButton_isAnimated() local77 final Drawable button = CompoundButtonCompat.getButtonDrawable(checkBox); in testDefaultButton_isAnimated()90 final AppCompatCheckBox checkBox = mContainer.findViewById( in testNullCompatButton() local92 final Drawable button = CompoundButtonCompat.getButtonDrawable(checkBox); in testNullCompatButton()
92 val checkBox = root.findViewById<CheckBox>(R.id.check_box) in testAppCompatCheckBoxAttributes() constant93 assertTrue(checkBox.attributeSourceResourceMap.isNotEmpty()) in testAppCompatCheckBoxAttributes()96 checkBox.attributeSourceResourceMap[R.attr.buttonTint] in testAppCompatCheckBoxAttributes()