Searched refs:TextView (Results 51 - 75 of 454) sorted by relevance

1234567891011>>

/frameworks/data-binding/integration-tests/TestApp/app/src/main/java/android/databinding/testapp/view/
H A DMyTextView.java18 import android.widget.TextView;
20 public class MyTextView extends TextView {
/frameworks/opt/datetimepicker/src/com/android/datetimepicker/
H A DAccessibleTextView.java24 import android.widget.TextView;
29 public class AccessibleTextView extends TextView {
/frameworks/support/v17/leanback/src/android/support/v17/leanback/widget/
H A DRowHeaderView.java19 import android.widget.TextView;
24 public final class RowHeaderView extends TextView {
/frameworks/base/tests/HwAccelerationTest/src/com/android/test/hwui/
H A DViewLayerInvalidationActivity.java25 import android.widget.TextView;
35 ArrayList<TextView> textViews = new ArrayList<TextView>();
38 TextView nestedStatusTV, invalidateStatusTV;
56 nestedStatusTV = (TextView) findViewById(R.id.nestedStatus);
57 invalidateStatusTV = (TextView) findViewById(R.id.invalidateStatus);
58 final TextView tva = (TextView) findViewById(R.id.textviewa);
84 for (TextView tv : textViews) {
150 if (view instanceof TextView) {
[all...]
H A DGlyphCacheActivity.java25 import android.widget.TextView;
54 private TextView createTextView() {
55 TextView textview = new TextView(this);
/frameworks/base/core/tests/coretests/src/android/widget/listview/
H A DListTakeFocusFromSide.java28 import android.widget.TextView;
64 TextView view;
67 view = (TextView) mInflater.inflate(android.R.layout.simple_list_item_1, null);
69 view = (TextView) convertView;
/frameworks/base/core/tests/coretests/src/android/widget/scroll/
H A DRequestRectangleVisibleWithInternalScroll.java24 import android.widget.TextView;
33 private TextView mTextBlob;
42 public TextView getTextBlob() {
56 mTextBlob = (TextView) findViewById(R.id.blob);
H A DRequestRectangleVisible.java26 import android.widget.TextView;
46 final TextView topBlob = (TextView) findViewById(R.id.topBlob);
47 final TextView bottomBlob = (TextView) findViewById(R.id.bottomBlob);
/frameworks/base/packages/SystemUI/src/com/android/systemui/volume/
H A DSpTexts.java25 import android.widget.TextView;
34 private final ArrayMap<TextView, Integer> mTexts = new ArrayMap<>();
40 public int add(final TextView text) {
66 private void setTextSizeH(TextView text, int sp) {
/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/
H A DTextViewTarget.java20 import android.widget.TextView;
30 private TextView mTextView = null;
38 if (view instanceof TextView) {
39 mTextView = (TextView)view;
41 throw new IllegalArgumentException("View must be a TextView!");
/frameworks/base/tests/Split/src/java/com/android/example/split/
H A DActivityMain.java21 import android.widget.TextView;
/frameworks/support/v4/java/android/support/v4/widget/
H A DTextViewCompat.java23 import android.widget.TextView;
26 * Helper for accessing features in {@link TextView} introduced after API level
37 public void setCompoundDrawablesRelative(@NonNull TextView textView,
41 public void setCompoundDrawablesRelativeWithIntrinsicBounds(@NonNull TextView textView,
45 public void setCompoundDrawablesRelativeWithIntrinsicBounds(@NonNull TextView textView,
53 public void setCompoundDrawablesRelative(@NonNull TextView textView,
60 public void setCompoundDrawablesRelativeWithIntrinsicBounds(@NonNull TextView textView,
67 public void setCompoundDrawablesRelativeWithIntrinsicBounds(@NonNull TextView textView,
77 public void setCompoundDrawablesRelative(@NonNull TextView textView,
84 public void setCompoundDrawablesRelativeWithIntrinsicBounds(@NonNull TextView textVie
[all...]
/frameworks/support/v4/jellybean-mr1/android/support/v4/widget/
H A DTextViewCompatJbMr1.java23 import android.widget.TextView;
27 public static void setCompoundDrawablesRelative(@NonNull TextView textView,
34 public static void setCompoundDrawablesRelativeWithIntrinsicBounds(@NonNull TextView textView,
42 public static void setCompoundDrawablesRelativeWithIntrinsicBounds(@NonNull TextView textView,
/frameworks/base/tests/BiDiTests/src/com/android/bidi/
H A DBiDiTestGridLayoutCodeLtr.java30 import android.widget.TextView;
86 TextView c = new TextView(context);
92 TextView c = new TextView(context);
98 TextView c = new TextView(context);
109 TextView c = new TextView(context);
114 TextView
[all...]
H A DBiDiTestGridLayoutCodeRtl.java30 import android.widget.TextView;
86 TextView c = new TextView(context);
92 TextView c = new TextView(context);
98 TextView c = new TextView(context);
109 TextView c = new TextView(context);
114 TextView
[all...]
/frameworks/base/core/java/android/text/method/
H A DArrowKeyMovementMethod.java27 import android.widget.TextView;
43 private static int getPageHeight(TextView widget) {
52 protected boolean handleMovementKey(TextView widget, Spannable buffer, int keyCode,
70 protected boolean left(TextView widget, Spannable buffer) {
80 protected boolean right(TextView widget, Spannable buffer) {
90 protected boolean up(TextView widget, Spannable buffer) {
100 protected boolean down(TextView widget, Spannable buffer) {
110 protected boolean pageUp(TextView widget, Spannable buffer) {
134 protected boolean pageDown(TextView widget, Spannable buffer) {
158 protected boolean top(TextView widge
[all...]
/frameworks/rs/java/tests/ImageProcessing/src/com/android/rs/image/
H A DMandelbrot.java29 import android.widget.TextView;
39 public boolean onBar1Setup(SeekBar b, TextView t) {
50 public boolean onBar2Setup(SeekBar b, TextView t) {
63 public boolean onBar3Setup(SeekBar b, TextView t) {
76 public boolean onBar4Setup(SeekBar b, TextView t) {
/frameworks/rs/java/tests/ImageProcessing2/src/com/android/rs/image/
H A DMandelbrot.java23 import android.widget.TextView;
33 public boolean onBar1Setup(SeekBar b, TextView t) {
44 public boolean onBar2Setup(SeekBar b, TextView t) {
57 public boolean onBar3Setup(SeekBar b, TextView t) {
70 public boolean onBar4Setup(SeekBar b, TextView t) {
/frameworks/rs/java/tests/ImageProcessing_jb/src/com/android/rs/image/
H A DMandelbrot.java23 import android.widget.TextView;
33 public boolean onBar1Setup(SeekBar b, TextView t) {
44 public boolean onBar2Setup(SeekBar b, TextView t) {
57 public boolean onBar3Setup(SeekBar b, TextView t) {
70 public boolean onBar4Setup(SeekBar b, TextView t) {
/frameworks/base/core/tests/coretests/src/android/util/
H A DListItemFactory.java26 import android.widget.TextView;
62 final TextView middleFiller = new TextView(context);
156 TextView result = new Button(context);
196 TextView result = new TextView(context);
211 * @param convertView Non-null TextView created by {@link #text}
218 ((TextView) convertView).setText(text);
247 TextView t1 = new TextView(contex
[all...]
/frameworks/base/media/tests/CameraBrowser/src/com/android/camerabrowser/
H A DObjectViewer.java35 import android.widget.TextView;
120 TextView view = (TextView)findViewById(R.id.name);
123 view = (TextView)findViewById(R.id.format);
125 view = (TextView)findViewById(R.id.size);
127 view = (TextView)findViewById(R.id.thumb_width);
129 view = (TextView)findViewById(R.id.thumb_height);
131 view = (TextView)findViewById(R.id.thumb_size);
133 view = (TextView)findViewById(R.id.width);
135 view = (TextView)findViewByI
[all...]
/frameworks/base/tests/TransitionTests/src/com/android/transitiontests/
H A DListViewAddRemove.java29 import android.widget.TextView;
65 TextView view = (TextView) listview.getChildAt(i);
92 TextView view = (TextView) listview.getChildAt(i);
101 TextView view = (TextView) listview.getChildAt(i);
118 TextView v = (TextView) listview.getChildAt(i);
131 // TextView
[all...]
/frameworks/base/core/java/android/transition/
H A DRecolor.java27 import android.widget.TextView;
34 * {@link TextView#setTextColor(android.content.res.ColorStateList)
53 if (transitionValues.view instanceof TextView) {
55 ((TextView)transitionValues.view).getCurrentTextColor());
89 if (view instanceof TextView) {
90 TextView textView = (TextView) view;
/frameworks/base/core/java/com/android/internal/widget/
H A DAccountItemView.java27 import android.widget.TextView;
39 private TextView mAccountName;
40 private TextView mAccountNumber;
63 mAccountName = (TextView)view.findViewById(android.R.id.title);
64 mAccountNumber = (TextView)view.findViewById(android.R.id.summary);
94 private void setText(TextView view, String text) {
/frameworks/base/core/tests/coretests/src/android/widget/gridview/
H A DGridThrasher.java31 import android.widget.TextView;
43 TextView mText;
90 TextView view;
93 view = (TextView) mInflater.inflate(android.R.layout.simple_list_item_1, null);
95 view = (TextView) convertView;
118 mText = (TextView) findViewById(R.id.text);

Completed in 635 milliseconds

1234567891011>>