HomeSort by relevance Sort by last modified time
    Searched refs:TextView (Results 1026 - 1050 of 1355) sorted by null

<<41424344454647484950>>

  /frameworks/support/v7/appcompat/src/android/support/v7/internal/widget/
ActionBarContextView.java 32 import android.widget.TextView;
47 private TextView mTitleView;
48 private TextView mSubtitleView;
171 mTitleView = (TextView) mTitleLayout.findViewById(R.id.action_bar_title);
172 mSubtitleView = (TextView) mTitleLayout.findViewById(R.id.action_bar_subtitle);
  /packages/apps/Calendar/src/com/android/calendar/event/
EventLocationAdapter.java 40 import android.widget.TextView;
182 TextView nameView = (TextView) view.findViewById(R.id.location_name);
193 TextView addressView = (TextView) view.findViewById(R.id.location_address);
  /packages/apps/Calendar/src/com/android/calendar/selectcalendars/
SelectCalendarsSimpleAdapter.java 37 import android.widget.TextView;
247 TextView calendarName = (TextView) view.findViewById(R.id.calendar);
289 TextView secondaryText = (TextView) view.findViewById(R.id.status);
  /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;
135 private TextView mGroupList;
176 TextView kindTitle = (TextView) findViewById(R.id.kind_title);
261 mGroupList = (TextView) findViewById(R.id.group_list);
  /packages/apps/Contacts/src/com/android/contacts/group/
GroupDetailFragment.java 47 import android.widget.TextView;
103 private TextView mGroupTitle;
104 private TextView mGroupSize;
154 mGroupTitle = (TextView) mRootView.findViewById(R.id.group_title);
155 mGroupSize = (TextView) mRootView.findViewById(R.id.group_size);
  /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/Gallery2/src/com/android/gallery3d/filtershow/editors/
EditorColorBorderTabletUI.java 29 import android.widget.TextView;
59 TextView mCBCornerSizeValue;
60 TextView mCBSizeValue;
101 mCBCornerSizeValue = (TextView) lp.findViewById(R.id.colorBorderCornerValue);
104 mCBSizeValue = (TextView) lp.findViewById(R.id.colorBorderSizeValue);
  /packages/apps/InCallUI/src/com/android/incallui/
DialpadFragment.java 35 import android.widget.TextView;
545 TextView numberView;
546 TextView lettersView;
555 numberView = (TextView) button.findViewById(R.id.dialpad_key_number);
556 lettersView = (TextView) button.findViewById(R.id.dialpad_key_letters);
  /packages/apps/Settings/src/com/android/settings/
NotificationAccessSettings.java 50 import android.widget.TextView;
265 TextView name;
267 TextView description;
302 h.name = (TextView) v.findViewById(R.id.name);
304 h.description = (TextView) v.findViewById(R.id.description);
ChooseLockPassword.java 47 import android.widget.TextView;
48 import android.widget.TextView.OnEditorActionListener;
89 private TextView mPasswordEntry;
102 private TextView mHeaderText;
204 mPasswordEntry = (TextView) view.findViewById(R.id.password_entry);
215 mHeaderText = (TextView) view.findViewById(R.id.headerText);
443 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);
  /packages/apps/UnifiedEmail/src/com/android/mail/browse/
MessageAttachmentBar.java 40 import android.widget.TextView;
62 private TextView mTitle;
63 private TextView mSubTitle;
150 mTitle = (TextView) findViewById(R.id.attachment_title);
151 mSubTitle = (TextView) findViewById(R.id.attachment_subtitle);
  /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/Dialer/src/com/android/dialer/
CallDetailActivity.java 55 import android.widget.TextView;
122 private TextView mHeaderTextView;
143 private TextView mStatusMessageText;
144 private TextView mStatusMessageAction;
311 mHeaderTextView = (TextView) findViewById(R.id.header_text);
314 mStatusMessageText = (TextView) findViewById(R.id.voicemail_status_message);
315 mStatusMessageAction = (TextView) findViewById(R.id.voicemail_status_action);
    [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);
  /frameworks/base/packages/PrintSpooler/src/com/android/printspooler/
SelectPrinterFragment.java 67 import android.widget.TextView;
344 TextView titleView = (TextView) getActivity().findViewById(R.id.title);
551 TextView titleView = (TextView) convertView.findViewById(R.id.title);
554 TextView subtitleView = (TextView) convertView.findViewById(R.id.subtitle);
  /frameworks/ex/chips/src/com/android/ex/chips/
RecipientAlternatesAdapter.java 35 import android.widget.TextView;
460 TextView display = (TextView) view.findViewById(android.R.id.title);
474 TextView destination = (TextView) view.findViewById(android.R.id.text1);
477 TextView destinationType = (TextView) view.findViewById(android.R.id.text2);
  /frameworks/support/v7/appcompat/src/android/support/v7/widget/
SuggestionsAdapter.java 45 import android.widget.TextView;
252 public final TextView mText1;
253 public final TextView mText2;
259 mText1 = (TextView) v.findViewById(android.R.id.text1);
260 mText2 = (TextView) v.findViewById(android.R.id.text2);
343 private void setViewText(TextView v, CharSequence text) {
450 TextView tv = views.mText1;
  /packages/apps/DeskClock/src/com/android/deskclock/worldclock/
CitiesActivity.java 47 import android.widget.TextView;
340 ((TextView) view.getTag()).setText(
347 holder.name = (TextView) view.findViewById(R.id.city_name);
348 holder.time = (TextView) view.findViewById(R.id.city_time);
383 holder.name.setText(c.mCityName, TextView.BufferType.SPANNABLE);
406 TextView name;
407 TextView time;
  /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);
  /packages/apps/Settings/src/com/android/settings/accounts/
AccountSyncSettings.java 50 import android.widget.TextView;
73 private TextView mUserId;
74 private TextView mProviderId;
76 private TextView mErrorInfoView;
168 mErrorInfoView = (TextView) rootView.findViewById(R.id.sync_settings_error_info);
171 mUserId = (TextView) rootView.findViewById(R.id.user_id);
172 mProviderId = (TextView) rootView.findViewById(R.id.provider_id);
  /cts/tests/tests/text/src/android/text/method/cts/
ScrollingMovementMethodTest.java 34 import android.widget.TextView;
35 import android.widget.TextView.BufferType;
51 private TextView mTextView;
64 mTextView = new TextView(getActivity());
84 * All these assertions depends on whether the TextView has a layout.The text view will not
190 * All these assertions depends on whether the TextView has a layout.The text view will not
293 * All these assertions depends on whether the TextView has a layout.The text view will not
371 * All these assertions depends on whether the TextView has a layout.The text view will not
406 * All these assertions depends on whether the TextView has a layout.The text view will not
459 * All these assertions depends on whether the TextView has a layout.The text view will no
    [all...]
  /packages/experimental/LoaderApp/src/com/android/loaderapp/fragments/
ContactFragment.java 75 import android.widget.TextView;
645 public TextView label;
646 public TextView data;
647 public TextView footer;
680 views.label = (TextView) v.findViewById(android.R.id.text1);
681 views.data = (TextView) v.findViewById(android.R.id.text2);
682 views.footer = (TextView) v.findViewById(R.id.footer);
713 TextView label = views.label;
718 TextView data = views.data;
786 private void setMaxLines(TextView textView, int maxLines)
    [all...]

Completed in 1206 milliseconds

<<41424344454647484950>>