/packages/apps/Mms/src/com/android/mms/ui/ |
DeliveryReportListItem.java | 26 import android.widget.TextView; 36 private TextView mRecipientView; 37 private TextView mStatusView; 38 private TextView mDeliveryDateView; 49 mRecipientView = (TextView) findViewById(R.id.recipient); 50 mStatusView = (TextView) findViewById(R.id.status); 51 mDeliveryDateView = (TextView) findViewById(R.id.delivery_date);
|
IconListAdapter.java | 28 import android.widget.TextView; 42 private TextView mTextView; 49 public TextView getTextView() { 51 mTextView = (TextView) mView.findViewById(R.id.text1); 84 TextView text = mViewHolder.getTextView();
|
/packages/apps/Settings/src/com/android/settings/quicklaunch/ |
ShortcutPreference.java | 26 import android.widget.TextView; 106 TextView shortcutView = (TextView) view.findViewById(R.id.shortcut); 111 TextView titleView = (TextView) view.findViewById(android.R.id.title); 125 TextView summaryView = (TextView) view.findViewById(android.R.id.summary);
|
/cts/tests/tests/view/src/android/view/cts/ |
View_IdsTest.java | 28 import android.widget.TextView; 42 TextView symbol = (TextView) activity.findViewById(R.id.symbolball); 43 TextView warning = (TextView) activity.findViewById(R.id.warning);
|
/development/samples/ApiDemos/src/com/example/android/apis/os/ |
TriggerSensors.java | 27 import android.widget.TextView; 51 private TextView mTextView; 53 TriggerListener(Context context, TextView textView) { 55 mTextView = textView; 72 private TextView mTextView; 101 mTextView = (TextView)findViewById(R.id.text);
|
/development/samples/ApiDemos/src/com/example/android/apis/view/ |
List4.java | 28 import android.widget.TextView; 126 mTitle = new TextView(context); 131 mDialogue = new TextView(context); 151 private TextView mTitle; 152 private TextView mDialogue;
|
TableLayout7.java | 28 import android.widget.TextView; 66 TextView label = new TextView(this); 70 TextView shortcut = new TextView(this);
|
/development/samples/BusinessCard/src/com/example/android/businesscard/ |
BusinessCardActivity.java | 27 import android.widget.TextView; 119 TextView displayNameView = (TextView) findViewById(R.id.display_name_text_view); 122 TextView phoneNumberView = (TextView) findViewById(R.id.phone_number_text_view);
|
/device/google/accessory/demokit/app/src/com/google/android/DemoKit/ |
DemoKitPhone.java | 8 import android.widget.TextView; 13 TextView mInputLabel; 14 TextView mOutputLabel; 40 mInputLabel = (TextView) findViewById(R.id.inputLabel); 41 mOutputLabel = (TextView) findViewById(R.id.outputLabel);
|
/external/chromium_org/chrome/test/android/javatests/src/org/chromium/chrome/test/util/ |
TranslateUtil.java | 11 import android.widget.TextView; 23 * Finds the first clickable span inside a TextView and clicks it. 34 TextView text = (TextView) view.findViewById(R.id.infobar_message); 71 TextView text = (TextView) view.findViewById(R.id.infobar_message);
|
/external/droiddriver/samples/testapp/src/com/google/android/apps/common/testing/ui/testapp/ |
LongListActivity.java | 12 import android.widget.TextView; 30 ((TextView) findViewById(R.id.selection_pos)).setText(""); 31 ((TextView) findViewById(R.id.selection_class)).setText(""); 42 ((TextView) findViewById(R.id.selection_pos)).setText(String.valueOf(position)); 43 ((TextView) findViewById(R.id.selection_class)).setText(
|
/frameworks/base/core/java/android/text/method/ |
ArrowKeyMovementMethod.java | 26 import android.widget.TextView; 42 private static int getPageHeight(TextView widget) { 51 protected boolean handleMovementKey(TextView widget, Spannable buffer, int keyCode, 69 protected boolean left(TextView widget, Spannable buffer) { 79 protected boolean right(TextView widget, Spannable buffer) { 89 protected boolean up(TextView widget, Spannable buffer) { 99 protected boolean down(TextView widget, Spannable buffer) { 109 protected boolean pageUp(TextView widget, Spannable buffer) { 133 protected boolean pageDown(TextView widget, Spannable buffer) { 157 protected boolean top(TextView widget, Spannable buffer) [all...] |
/frameworks/base/core/tests/coretests/src/android/widget/scroll/ |
RequestRectangleVisible.java | 26 import android.widget.TextView; 46 final TextView topBlob = (TextView) findViewById(R.id.topBlob); 47 final TextView bottomBlob = (TextView) findViewById(R.id.bottomBlob);
|
/frameworks/rs/java/tests/ImageProcessing/src/com/android/rs/image/ |
Mandelbrot.java | 29 import android.widget.TextView; 34 public boolean onBar1Setup(SeekBar b, TextView t) { 45 public boolean onBar2Setup(SeekBar b, TextView t) { 58 public boolean onBar3Setup(SeekBar b, TextView t) { 71 public boolean onBar4Setup(SeekBar b, TextView t) {
|
/frameworks/rs/java/tests/ImageProcessing2/src/com/android/rs/image/ |
Mandelbrot.java | 23 import android.widget.TextView; 28 public boolean onBar1Setup(SeekBar b, TextView t) { 39 public boolean onBar2Setup(SeekBar b, TextView t) { 52 public boolean onBar3Setup(SeekBar b, TextView t) { 65 public boolean onBar4Setup(SeekBar b, TextView t) {
|
/frameworks/rs/java/tests/ImageProcessing_jb/src/com/android/rs/image/ |
Mandelbrot.java | 29 import android.widget.TextView; 34 public boolean onBar1Setup(SeekBar b, TextView t) { 45 public boolean onBar2Setup(SeekBar b, TextView t) { 58 public boolean onBar3Setup(SeekBar b, TextView t) { 71 public boolean onBar4Setup(SeekBar b, TextView t) {
|
/packages/apps/Calculator/src/com/android/calculator2/ |
HistoryAdapter.java | 24 import android.widget.TextView; 70 TextView expr = (TextView) view.findViewById(R.id.historyExpr); 71 TextView result = (TextView) view.findViewById(R.id.historyResult);
|
/packages/apps/DeskClock/src/com/android/deskclock/widget/ |
EllipsizeLayout.java | 7 import android.widget.TextView; 10 * When this layout is in the Horizontal orientation and one and only one child is a TextView with a 11 * non-null android:ellipsize, this layout will reduce android:maxWidth of that TextView to ensure 49 * <li>Identifies the one TextView child with the non-null android:ellipsize.</li> 54 * the maximum width of the one TextView child with the non-null android:ellipsize is 69 TextView ellipsizeView = null; 79 if (child instanceof TextView) { 80 final TextView tv = (TextView) child;
|
/packages/apps/Gallery2/src/com/android/photos/adapters/ |
AlbumSetCursorAdapter.java | 29 import android.widget.TextView; 51 TextView titleTextView = (TextView) v.findViewById( 55 TextView countTextView = (TextView) v.findViewById(
|
/packages/apps/QuickSearchBox/src/com/android/quicksearchbox/ui/ |
BaseSuggestionView.java | 28 import android.widget.TextView; 35 protected TextView mText1; 36 protected TextView mText2; 57 mText1 = (TextView) findViewById(R.id.text1); 58 mText2 = (TextView) findViewById(R.id.text2);
|
/cts/tests/src/android/widget/cts/util/ |
ListItemFactory.java | 26 import android.widget.TextView; 62 final TextView middleFiller = new TextView(context); 155 TextView result = new Button(context); 195 TextView result = new TextView(context); 210 * @param convertView Non-null TextView created by {@link #text} 217 ((TextView) convertView).setText(text); 246 TextView t1 = new TextView(context) [all...] |
/cts/tests/tests/widget/src/android/widget/cts/ |
TabHost_TabSpecTest.java | 37 import android.widget.TextView; 70 TextView tvTitle = (TextView) currentTabView.findViewById(idTitle); 79 tvTitle = (TextView) currentTabView.findViewById(idTitle); 96 TextView tvTitle = (TextView) currentTabView.findViewById(idTitle); 108 tvTitle = (TextView) currentTabView.findViewById(idTitle); 119 tvTitle = (TextView) currentTabView.findViewById(idTitle); 130 tvTitle = (TextView) currentTabView.findViewById(idTitle); 140 // TabContentFactory to create a TextView as the content of the tab [all...] |
SimpleAdapterTest.java | 31 import android.widget.TextView; 147 assertTrue(result instanceof TextView); 148 assertEquals("01", ((TextView) result).getText().toString()); 151 assertTrue(result instanceof TextView); 152 assertEquals("191", ((TextView) result).getText().toString()); 156 TextView convertView = (TextView) result; 158 assertEquals("01", ((TextView) result).getText().toString()); 163 assertEquals("101", ((TextView) result).getText().toString()); 178 assertEquals("01", ((TextView) result).getText().toString()) [all...] |
/frameworks/base/core/tests/coretests/src/android/util/ |
ListItemFactory.java | 26 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(context) [all...] |
/frameworks/base/media/tests/CameraBrowser/src/com/android/camerabrowser/ |
ObjectViewer.java | 35 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)findViewById(R.id.height) [all...] |