Home
last modified time | relevance | path

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

/frameworks/base/packages/SoundPicker/src/com/android/soundpicker/
DCheckedListItem.java21 import android.widget.CheckedTextView;
63 private CheckedTextView getCheckedTextView() { in getCheckedTextView()
64 return (CheckedTextView) findViewById(R.id.checked_text_view); in getCheckedTextView()
/frameworks/base/core/java/android/widget/
DCheckedTextView.java57 public class CheckedTextView extends TextView implements Checkable { class
79 public CheckedTextView(Context context) { in CheckedTextView() method in CheckedTextView
83 public CheckedTextView(Context context, AttributeSet attrs) { in CheckedTextView() method in CheckedTextView
87 public CheckedTextView(Context context, AttributeSet attrs, int defStyleAttr) { in CheckedTextView() method in CheckedTextView
91 public CheckedTextView(Context context, AttributeSet attrs, int defStyleAttr, int defStyleRes) { in CheckedTextView() method in CheckedTextView
95 attrs, R.styleable.CheckedTextView, defStyleAttr, defStyleRes); in CheckedTextView()
96 saveAttributeDataForStyleable(context, R.styleable.CheckedTextView, in CheckedTextView()
502 return CheckedTextView.class.getName(); in getAccessibilityClassName()
/frameworks/base/core/java/com/android/internal/app/
DAlertController.java55 import android.widget.CheckedTextView;
1240 CheckedTextView text = (CheckedTextView) view.findViewById(R.id.text1); in createListView()
/frameworks/base/boot/hiddenapi/
Dhiddenapi-max-target-q.txt20 Landroid/R$styleable;->CheckedTextView:[I
510 Lcom/android/internal/R$styleable;->CheckedTextView:[I
Dhiddenapi-max-target-o.txt65846 Landroid/widget/CheckedTextView$SavedState;-><init>(Landroid/os/Parcel;)V
65847 Landroid/widget/CheckedTextView$SavedState;-><init>(Landroid/os/Parcelable;)V
65848 Landroid/widget/CheckedTextView$SavedState;->checked:Z
65849 Landroid/widget/CheckedTextView$SavedState;->CREATOR:Landroid/os/Parcelable$Creator;
65850 Landroid/widget/CheckedTextView;->applyCheckMarkTint()V
65851 Landroid/widget/CheckedTextView;->CHECKED_STATE_SET:[I
65852 Landroid/widget/CheckedTextView;->encodeProperties(Landroid/view/ViewHierarchyEncoder;)V
65853 Landroid/widget/CheckedTextView;->internalSetPadding(IIII)V
65854 Landroid/widget/CheckedTextView;->isCheckMarkAtStart()Z
65855 Landroid/widget/CheckedTextView;->mBasePadding:I
[all …]
/frameworks/base/config/
Ddirty-image-objects1382 Landroid/widget/CheckedTextView; 777
Dpreloaded-classes10195 android.widget.CheckedTextView
/frameworks/base/boot/
Dpreloaded-classes10162 android.widget.CheckedTextView
Dboot-image-profile.txt33493 Landroid/widget/CheckedTextView;
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt37110 public class CheckedTextView extends android.widget.TextView implements android.widget.Checkable {
37111 ctor public CheckedTextView(android.content.Context);
37112 ctor public CheckedTextView(android.content.Context, android.util.AttributeSet);
37113 ctor public CheckedTextView(android.content.Context, android.util.AttributeSet, int);
37114 ctor public CheckedTextView(android.content.Context, android.util.AttributeSet, int, int);
/frameworks/base/core/api/
Dcurrent.txt60495 public class CheckedTextView extends android.widget.TextView implements android.widget.Checkable {
60496 ctor public CheckedTextView(android.content.Context);
60497 ctor public CheckedTextView(android.content.Context, android.util.AttributeSet);
60498 ctor public CheckedTextView(android.content.Context, android.util.AttributeSet, int);
60499 ctor public CheckedTextView(android.content.Context, android.util.AttributeSet, int, int);