Home
last modified time | relevance | path

Searched refs:Checkable (Results 1 – 17 of 17) sorted by relevance

/aosp14/frameworks/base/core/java/android/preference/
H A DCheckBoxPreference.java23 import android.widget.Checkable;
74 if (checkboxView != null && checkboxView instanceof Checkable) { in onBindView()
75 ((Checkable) checkboxView).setChecked(mChecked); in onBindView()
H A DSwitchPreference.java26 import android.widget.Checkable;
136 if (checkableView != null && checkableView instanceof Checkable) { in onBindView()
142 ((Checkable) checkableView).setChecked(mChecked); in onBindView()
/aosp14/frameworks/base/packages/SoundPicker/src/com/android/soundpicker/
H A DCheckedListItem.java20 import android.widget.Checkable;
30 public class CheckedListItem extends RelativeLayout implements Checkable {
/aosp14/frameworks/base/core/java/android/widget/
H A DCheckable.java23 public interface Checkable { interface
H A DSimpleAdapter.java211 if (v instanceof Checkable) { in bindView()
213 ((Checkable) v).setChecked((Boolean) data); in bindView()
H A DCheckedTextView.java55 public class CheckedTextView extends TextView implements Checkable {
H A DCompoundButton.java63 public abstract class CompoundButton extends Button implements Checkable {
H A DGridView.java1523 if (child instanceof Checkable) { in setupChild()
1524 ((Checkable) child).setChecked(mCheckStates.get(position)); in setupChild()
H A DListView.java2123 if (child instanceof Checkable) { in setupChild()
2124 ((Checkable) child).setChecked(mCheckStates.get(position)); in setupChild()
H A DAbsListView.java1285 if (child instanceof Checkable) { in updateOnScreenCheckedViews()
1286 ((Checkable) child).setChecked(mCheckStates.get(position)); in updateOnScreenCheckedViews()
/aosp14/frameworks/base/core/java/android/view/
H A DView.java166 import android.widget.Checkable;
9282 if (this instanceof Checkable) {
9284 if (((Checkable)this).isChecked()) {
/aosp14/frameworks/base/tools/aapt2/integration-tests/CommandTests/
H A Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
/aosp14/frameworks/base/boot/
H A Dpreloaded-classes9530 android.widget.Checkable
H A Dboot-image-profile.txt32328 Landroid/widget/Checkable;
/aosp14/frameworks/base/config/
H A Dpreloaded-classes9561 android.widget.Checkable
H A Dboot-image-profile.txt42462 Landroid/widget/Checkable;
/aosp14/frameworks/base/core/api/
H A Dcurrent.txt58323 public interface Checkable {
58329 public class CheckedTextView extends android.widget.TextView implements android.widget.Checkable {
58370 …c abstract class CompoundButton extends android.widget.Button implements android.widget.Checkable {