Searched refs:CheckedTextView (Results 1 – 7 of 7) sorted by relevance
/frameworks/base/core/java/android/widget/ |
D | CheckedTextView.java | 39 public class CheckedTextView extends TextView implements Checkable { class 51 public CheckedTextView(Context context) { in CheckedTextView() method in CheckedTextView 55 public CheckedTextView(Context context, AttributeSet attrs) { in CheckedTextView() method in CheckedTextView 59 public CheckedTextView(Context context, AttributeSet attrs, int defStyle) { in CheckedTextView() method in CheckedTextView 63 R.styleable.CheckedTextView, defStyle, 0); in CheckedTextView()
|
/frameworks/base/core/java/com/android/internal/app/ |
D | AlertController.java | 46 import android.widget.CheckedTextView; 885 CheckedTextView text = (CheckedTextView) view.findViewById(R.id.text1); in createListView()
|
/frameworks/base/core/java/android/webkit/ |
D | WebView.java | 96 import android.widget.CheckedTextView; 8867 Assert.assertTrue(convertView instanceof CheckedTextView); 8868 ((CheckedTextView) convertView).setCheckMarkDrawable(null);
|
/frameworks/base/ |
D | preloaded-classes | 976 android.widget.CheckedTextView
|
/frameworks/base/docs/html/ |
D | sitemap.txt | 1091 http://developer.android.com/reference/android/widget/CheckedTextView.html 3782 http://developer.android.com/sdk/api_diff/4/changes/android.widget.CheckedTextView.html
|
/frameworks/base/api/ |
D | current.txt | 25782 public class CheckedTextView extends android.widget.TextView implements android.widget.Checkable { 25783 ctor public CheckedTextView(android.content.Context); 25784 ctor public CheckedTextView(android.content.Context, android.util.AttributeSet); 25785 ctor public CheckedTextView(android.content.Context, android.util.AttributeSet, int);
|
D | 14.txt | 25782 public class CheckedTextView extends android.widget.TextView implements android.widget.Checkable { 25783 ctor public CheckedTextView(android.content.Context); 25784 ctor public CheckedTextView(android.content.Context, android.util.AttributeSet); 25785 ctor public CheckedTextView(android.content.Context, android.util.AttributeSet, int);
|