Searched refs:CheckedTextView (Results 1 - 11 of 11) sorted by relevance

/frameworks/data-binding/extensions/baseAdapters/src/main/java/android/databinding/adapters/
H A DCheckedTextViewBindingAdapter.java22 @BindingMethod(type = android.widget.CheckedTextView.class, attribute = "android:checkMark", method = "setCheckMarkDrawable"),
23 @BindingMethod(type = android.widget.CheckedTextView.class, attribute = "android:checkMarkTint", method = "setCheckMarkTintList"),
/frameworks/support/v7/appcompat/src/main/java/androidx/appcompat/widget/
H A DAppCompatCheckedTextView.java23 import android.widget.CheckedTextView;
29 * A {@link CheckedTextView} which supports compatible features on older versions of the platform.
31 * <p>This will automatically be used when you use {@link CheckedTextView} in your layouts
36 public class AppCompatCheckedTextView extends CheckedTextView {
/frameworks/support/v7/appcompat/src/androidTest/java/androidx/appcompat/testutils/
H A DTestUtilsMatchers.java26 import android.widget.CheckedTextView;
171 * Returns a matcher that matches <code>CheckedTextView</code>s which are in checked state.
174 return new BoundedMatcher<View, CheckedTextView>(CheckedTextView.class) {
185 public boolean matchesSafely(final CheckedTextView view) {
197 * Returns a matcher that matches <code>CheckedTextView</code>s which are in checked state.
200 return new BoundedMatcher<View, CheckedTextView>(CheckedTextView.class) {
211 public boolean matchesSafely(final CheckedTextView view) {
/frameworks/data-binding/integration-tests/TestApp/app/src/androidTestApi7/java/android/databinding/testapp/
H A DCheckedTextViewBindingAdapterTest.java23 import android.widget.CheckedTextView;
/frameworks/base/core/java/android/widget/
H A DCheckedTextView.java52 public class CheckedTextView extends TextView implements Checkable { class in inherits:TextView,Checkable
72 public CheckedTextView(Context context) { method in class:CheckedTextView
76 public CheckedTextView(Context context, AttributeSet attrs) { method in class:CheckedTextView
80 public CheckedTextView(Context context, AttributeSet attrs, int defStyleAttr) { method in class:CheckedTextView
84 public CheckedTextView(Context context, AttributeSet attrs, int defStyleAttr, int defStyleRes) { method in class:CheckedTextView
88 attrs, R.styleable.CheckedTextView, defStyleAttr, defStyleRes);
452 return CheckedTextView.class.getName();
459 * Constructor called from {@link CheckedTextView#onSaveInstanceState()}
481 return "CheckedTextView.SavedState{"
/frameworks/support/v7/appcompat/src/androidTest/java/androidx/appcompat/app/
H A DAlertDialogCursorTest.java53 import android.widget.CheckedTextView;
241 // Check that the corresponding row is rendered as CheckedTextView with expected
249 isAssignableFrom(CheckedTextView.class),
358 // Check that the corresponding row is rendered as CheckedTextView with expected
366 isAssignableFrom(CheckedTextView.class),
H A DAlertDialogTest.java68 import android.widget.CheckedTextView;
96 * is rendered by a single <code>CheckedTextView</code>.</li>
98 * is rendered by a single <code>CheckedTextView</code>.</li>
530 // Check that the corresponding row is rendered as CheckedTextView with expected
535 isAssignableFrom(CheckedTextView.class),
657 // Check that the corresponding row is rendered as CheckedTextView with expected
662 isAssignableFrom(CheckedTextView.class),
/frameworks/support/v7/appcompat/src/main/java/androidx/appcompat/app/
H A DAlertController.java47 import android.widget.CheckedTextView;
1021 CheckedTextView text = (CheckedTextView) view.findViewById(
/frameworks/base/core/java/com/android/internal/app/
H A DAlertController.java54 import android.widget.CheckedTextView;
1122 CheckedTextView text = (CheckedTextView) view.findViewById(R.id.text1);
/frameworks/base/config/
H A Dboot-image-profile.txt7297 HPLandroid/widget/CheckedTextView;-><init>(Landroid/content/Context;Landroid/util/AttributeSet;)V
7298 HPLandroid/widget/CheckedTextView;->drawableHotspotChanged(FF)V
[all...]
H A Dpreloaded-classes3703 android.widget.CheckedTextView

Completed in 268 milliseconds