Searched refs:CheckedTextView (Results 1 – 11 of 11) sorted by relevance
/frameworks/base/core/java/android/widget/ |
D | CheckedTextView.java | 41 public class CheckedTextView extends TextView implements Checkable { class 53 public CheckedTextView(Context context) { in CheckedTextView() method in CheckedTextView 57 public CheckedTextView(Context context, AttributeSet attrs) { in CheckedTextView() method in CheckedTextView 61 public CheckedTextView(Context context, AttributeSet attrs, int defStyle) { in CheckedTextView() method in CheckedTextView 65 R.styleable.CheckedTextView, defStyle, 0); in CheckedTextView() 276 event.setClassName(CheckedTextView.class.getName()); in onInitializeAccessibilityEvent() 283 info.setClassName(CheckedTextView.class.getName()); in onInitializeAccessibilityNodeInfo()
|
/frameworks/base/core/java/com/android/internal/app/ |
D | AlertController.java | 46 import android.widget.CheckedTextView; 902 CheckedTextView text = (CheckedTextView) view.findViewById(R.id.text1); in createListView()
|
/frameworks/base/docs/html/sdk/api_diff/16/ |
D | missingSinces.txt | 143 NO DOC BLOCK: android.widget.CheckedTextView Method getCheckMarkDrawable() 310 NO DOC BLOCK: android.widget.CheckedTextView Method onPaddingChanged(int)
|
/frameworks/base/core/java/android/webkit/ |
D | WebViewClassic.java | 108 import android.widget.CheckedTextView; 8162 Assert.assertTrue(convertView instanceof CheckedTextView); in getView() 8163 ((CheckedTextView) convertView).setCheckMarkDrawable(null); in getView()
|
/frameworks/base/ |
D | preloaded-classes | 1163 android.widget.CheckedTextView
|
/frameworks/base/docs/html/ |
D | sitemap.txt | 1543 http://developer.android.com/reference/android/widget/CheckedTextView.html 4403 http://developer.android.com/sdk/api_diff/17/changes/android.widget.CheckedTextView.html 5438 http://developer.android.com/sdk/api_diff/16/changes/android.widget.CheckedTextView.html 5919 http://developer.android.com/sdk/api_diff/4/changes/android.widget.CheckedTextView.html
|
/frameworks/base/api/ |
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);
|
D | 15.txt | 25936 public class CheckedTextView extends android.widget.TextView implements android.widget.Checkable { 25937 ctor public CheckedTextView(android.content.Context); 25938 ctor public CheckedTextView(android.content.Context, android.util.AttributeSet); 25939 ctor public CheckedTextView(android.content.Context, android.util.AttributeSet, int);
|
D | 16.txt | 27149 public class CheckedTextView extends android.widget.TextView implements android.widget.Checkable { 27150 ctor public CheckedTextView(android.content.Context); 27151 ctor public CheckedTextView(android.content.Context, android.util.AttributeSet); 27152 ctor public CheckedTextView(android.content.Context, android.util.AttributeSet, int);
|
D | 17.txt | 27982 public class CheckedTextView extends android.widget.TextView implements android.widget.Checkable { 27983 ctor public CheckedTextView(android.content.Context); 27984 ctor public CheckedTextView(android.content.Context, android.util.AttributeSet); 27985 ctor public CheckedTextView(android.content.Context, android.util.AttributeSet, int);
|
D | current.txt | 27982 public class CheckedTextView extends android.widget.TextView implements android.widget.Checkable { 27983 ctor public CheckedTextView(android.content.Context); 27984 ctor public CheckedTextView(android.content.Context, android.util.AttributeSet); 27985 ctor public CheckedTextView(android.content.Context, android.util.AttributeSet, int);
|