Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/widget/
DCheckedTextView.java55 public class CheckedTextView extends TextView implements Checkable { class
77 public CheckedTextView(Context context) { in CheckedTextView() method in CheckedTextView
81 public CheckedTextView(Context context, AttributeSet attrs) { in CheckedTextView() method in CheckedTextView
85 public CheckedTextView(Context context, AttributeSet attrs, int defStyleAttr) { in CheckedTextView() method in CheckedTextView
89 public CheckedTextView(Context context, AttributeSet attrs, int defStyleAttr, int defStyleRes) { in CheckedTextView() method in CheckedTextView
93 attrs, R.styleable.CheckedTextView, defStyleAttr, defStyleRes); in CheckedTextView()
94 saveAttributeDataForStyleable(context, R.styleable.CheckedTextView, in CheckedTextView()
496 return CheckedTextView.class.getName(); in getAccessibilityClassName()
/frameworks/base/core/java/com/android/internal/app/
DAlertController.java50 import android.widget.CheckedTextView;
1172 CheckedTextView text = (CheckedTextView) view.findViewById(R.id.text1); in createListView()
/frameworks/base/config/
Dhiddenapi-greylist-max-q.txt20 Landroid/R$styleable;->CheckedTextView:[I
517 Lcom/android/internal/R$styleable;->CheckedTextView:[I
Dpreloaded-classes4256 android.widget.CheckedTextView
Dhiddenapi-greylist-max-o.txt80918 Landroid/widget/CheckedTextView$SavedState;-><init>(Landroid/os/Parcel;)V
80919 Landroid/widget/CheckedTextView$SavedState;-><init>(Landroid/os/Parcelable;)V
80920 Landroid/widget/CheckedTextView$SavedState;->checked:Z
80921 Landroid/widget/CheckedTextView$SavedState;->CREATOR:Landroid/os/Parcelable$Creator;
80922 Landroid/widget/CheckedTextView;->applyCheckMarkTint()V
80923 Landroid/widget/CheckedTextView;->CHECKED_STATE_SET:[I
80924 Landroid/widget/CheckedTextView;->encodeProperties(Landroid/view/ViewHierarchyEncoder;)V
80925 Landroid/widget/CheckedTextView;->internalSetPadding(IIII)V
80926 Landroid/widget/CheckedTextView;->isCheckMarkAtStart()Z
80927 Landroid/widget/CheckedTextView;->mBasePadding:I
[all …]
Dboot-image-profile.txt36991 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/non-updatable-api/
Dcurrent.txt56659 public class CheckedTextView extends android.widget.TextView implements android.widget.Checkable {
56660 ctor public CheckedTextView(android.content.Context);
56661 ctor public CheckedTextView(android.content.Context, android.util.AttributeSet);
56662 ctor public CheckedTextView(android.content.Context, android.util.AttributeSet, int);
56663 ctor public CheckedTextView(android.content.Context, android.util.AttributeSet, int, int);
/frameworks/base/api/
Dcurrent.txt56803 public class CheckedTextView extends android.widget.TextView implements android.widget.Checkable {
56804 ctor public CheckedTextView(android.content.Context);
56805 ctor public CheckedTextView(android.content.Context, android.util.AttributeSet);
56806 ctor public CheckedTextView(android.content.Context, android.util.AttributeSet, int);
56807 ctor public CheckedTextView(android.content.Context, android.util.AttributeSet, int, int);