HomeSort by relevance Sort by last modified time
    Searched refs:TextView (Results 776 - 800 of 1057) sorted by null

<<31323334353637383940>>

  /tools/motodev/src/plugins/android.codeutils/templates/activity_samples/endless_list_usingfragment/
FragmentEndlessList.java 38 import android.widget.TextView;
316 TextView textView;
326 textView = (TextView) rowView.findViewById(R.id.text01);
328 textView.setText(items.get(position).text);
340 textView.setText(R.string.loading_message);
343 LayoutParams layoutParameters = (LayoutParams) textView
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/camera/analyzer/
CameraAnalyzerActivity.java 46 import android.widget.TextView;
461 TextView nameField = (TextView) row.findViewById(R.id.caTestName);
462 TextView resultField = (TextView) row.findViewById(R.id.caTestResult);
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/sensors/
GyroscopeTestActivity.java 33 import android.widget.TextView;
64 private TextView mProgressText;
65 private TextView mSensorText;
95 mProgressText = (TextView) findViewById(R.id.progress);
99 mSensorText = (TextView) findViewById(R.id.sensor_value);
  /development/samples/ApiDemos/src/com/example/android/apis/app/
PresentationActivity.java 49 import android.widget.TextView;
354 TextView tv = (TextView)v.findViewById(R.id.display_id);
421 TextView text = (TextView)findViewById(R.id.text);
RemoteService.java 38 import android.widget.TextView;
269 TextView mCallbackText;
292 mCallbackText = (TextView)findViewById(R.id.callback);
473 TextView mCallbackText;
540 mCallbackText = (TextView)findViewById(R.id.callback);
  /development/samples/ContactManager/src/com/example/android/contactmanager/
ContactAdder.java 40 import android.widget.TextView;
374 TextView firstAccountLine = (TextView) convertView.findViewById(R.id.firstAccountLine);
375 TextView secondAccountLine = (TextView) convertView.findViewById(R.id.secondAccountLine);
  /frameworks/base/core/java/android/app/
LauncherActivity.java 45 import android.widget.TextView;
163 TextView text = (TextView) view;
364 TextView alertTitle = (TextView) findViewById(com.android.internal.R.id.alertTitle);
  /packages/apps/Contacts/src/com/android/contacts/activities/
ActionBarAdapter.java 36 import android.widget.TextView;
112 TextView textView = (TextView) super.getView(position, convertView, parent);
113 textView.setTextAppearance(mContext,
115 return textView;
119 TextView textView = (TextView) super.getDropDownView(position, convertView, parent);
120 textView.setTextAppearance(mContext
    [all...]
  /packages/apps/Contacts/src/com/android/contacts/editor/
GroupMembershipView.java 36 import android.widget.TextView;
134 private TextView mGroupList;
175 TextView kindTitle = (TextView) findViewById(R.id.kind_title);
260 mGroupList = (TextView) findViewById(R.id.group_list);
RawContactEditorView.java 37 import android.widget.TextView;
72 private TextView mAccountTypeTextView;
73 private TextView mAccountNameTextView;
139 mAccountTypeTextView = (TextView) findViewById(R.id.account_type);
140 mAccountNameTextView = (TextView) findViewById(R.id.account_name);
  /packages/apps/Contacts/src/com/android/contacts/group/
GroupDetailFragment.java 46 import android.widget.TextView;
101 private TextView mGroupTitle;
102 private TextView mGroupSize;
152 mGroupTitle = (TextView) mRootView.findViewById(R.id.group_title);
153 mGroupSize = (TextView) mRootView.findViewById(R.id.group_size);
  /packages/apps/DeskClock/src/com/android/deskclock/
Utils.java 43 import android.widget.TextView;
364 TextView nextAlarmView;
365 nextAlarmView = (TextView) clock.findViewById(R.id.nextAlarm);
384 TextView dateDisplay;
385 dateDisplay = (TextView) clock.findViewById(R.id.date);
  /packages/apps/Email/src/com/android/email/activity/
MessageViewFragmentBase.java 56 import android.widget.TextView;
115 private TextView mSubjectView;
116 private TextView mFromNameView;
117 private TextView mFromAddressView;
118 private TextView mDateTimeView;
119 private TextView mAddressesView;
131 private TextView mMessageTab;
132 private TextView mAttachmentTab;
133 private TextView mInviteTab;
135 private TextView mShowPicturesTab
    [all...]
MailboxFragmentAdapter.java 34 import android.widget.TextView;
347 final TextView nameView = (TextView) view.findViewById(R.id.display_name);
376 final TextView nameView = (TextView) view.findViewById(R.id.mailbox_name);
386 final TextView countView = (TextView) view.findViewById(R.id.message_count);
  /packages/apps/Gallery2/src/com/android/gallery3d/app/
GalleryActionBar.java 36 import android.widget.TextView;
133 TextView view = (TextView) convertView;
173 TextView view = (TextView) convertView;
  /packages/apps/Settings/src/com/android/settings/
TrustedCredentialsSettings.java 41 import android.widget.TextView;
195 holder.mSubjectPrimaryView = (TextView)
197 holder.mSubjectSecondaryView = (TextView)
331 private TextView mSubjectPrimaryView;
332 private TextView mSubjectSecondaryView;
ChooseLockPassword.java 46 import android.widget.TextView;
47 import android.widget.TextView.OnEditorActionListener;
82 private TextView mPasswordEntry;
95 private TextView mHeaderText;
194 mPasswordEntry = (TextView) view.findViewById(R.id.password_entry);
205 mHeaderText = (TextView) view.findViewById(R.id.headerText);
432 public boolean onEditorAction(TextView v, int actionId, KeyEvent event) {
  /packages/apps/Settings/src/com/android/settings/inputmethod/
KeyboardLayoutDialogFragment.java 44 import android.widget.TextView;
272 TextView headline = (TextView) view.findViewById(android.R.id.text1);
273 TextView subText = (TextView) view.findViewById(android.R.id.text2);
  /sdk/apps/SdkController/src/com/android/tools/sdkcontroller/activities/
MultiTouchActivity.java 30 import android.widget.TextView;
53 private TextView mTextError;
54 private TextView mTextStatus;
72 mTextError = (TextView) findViewById(R.id.textError);
73 mTextStatus = (TextView) findViewById(R.id.textStatus);
  /cts/tests/tests/widget/src/android/widget/cts/
RemoteViewsTest.java 47 import android.widget.TextView;
128 TextView textView = (TextView) mResult.findViewById(R.id.remoteView_text);
129 assertEquals("", textView.getText().toString());
134 assertEquals(expected, textView.getText().toString());
138 assertEquals("", textView.getText().toString());
275 TextView text = new TextView(mActivity);
295 assertTrue(mRemoteViews.onLoadClass(TextView.class))
    [all...]
  /packages/apps/Contacts/src/com/android/contacts/
CallDetailActivity.java 51 import android.widget.TextView;
106 private TextView mHeaderTextView;
127 private TextView mStatusMessageText;
128 private TextView mStatusMessageAction;
264 mHeaderTextView = (TextView) findViewById(R.id.header_text);
267 mStatusMessageText = (TextView) findViewById(R.id.voicemail_status_message);
268 mStatusMessageAction = (TextView) findViewById(R.id.voicemail_status_action);
692 TextView text = (TextView) convertView.findViewById(R.id.call_and_sms_text);
713 TextView label = (TextView) convertView.findViewById(R.id.call_and_sms_label)
    [all...]
  /packages/apps/Mms/src/com/android/mms/ui/
ConversationList.java 68 import android.widget.TextView;
109 private TextView mUnreadConvCount;
159 mUnreadConvCount = (TextView)v.findViewById(R.id.unread_conv_count);
314 ((TextView)(getListView().getEmptyView())).setText(R.string.loading_conversations);
603 TextView msg = (TextView)contents.findViewById(R.id.message);
743 ((TextView)(getListView().getEmptyView())).setText(R.string.no_conversations);
    [all...]
  /frameworks/base/media/tests/ScoAudioTest/src/com/android/scoaudiotest/
ScoAudioTest.java 49 import android.widget.TextView;
84 TextView mScoStateTxt;
85 TextView mVdStateTxt;
100 mScoStateTxt = (TextView) findViewById(R.id.scoStateTxt);
101 mVdStateTxt = (TextView) findViewById(R.id.vdStateTxt);
115 TextView name = (TextView) findViewById(R.id.playPause1Text);
  /packages/apps/Contacts/src/com/android/contacts/list/
ContactEntryListAdapter.java 34 import android.widget.TextView;
540 TextView labelTextView = (TextView)view.findViewById(R.id.label);
541 TextView displayNameTextView = (TextView)view.findViewById(R.id.display_name);
554 TextView countText = (TextView)view.findViewById(R.id.count);
  /packages/apps/Music/src/com/android/music/
MusicPicker.java 46 import android.widget.TextView;
179 TextView line1;
180 TextView line2;
181 TextView duration;
219 vh.line1 = (TextView) v.findViewById(R.id.line1);
220 vh.line2 = (TextView) v.findViewById(R.id.line2);
221 vh.duration = (TextView) v.findViewById(R.id.duration);

Completed in 859 milliseconds

<<31323334353637383940>>