HomeSort by relevance Sort by last modified time
    Searched refs:TextView (Results 351 - 375 of 864) sorted by null

<<11121314151617181920>>

  /packages/apps/Contacts/src/com/android/contacts/list/
ContactListItemView.java 50 import android.widget.TextView;
130 private TextView mHeaderTextView;
136 private TextView mNameTextView;
137 private TextView mPhoneticNameTextView;
139 private TextView mLabelView;
140 private TextView mDataView;
141 private TextView mSnippetView;
142 private TextView mStatusView;
143 private TextView mCountView;
190 // TODO: some TextView fields are using CharArrayBuffer while some are not. Determine which i
    [all...]
DefaultContactBrowseListFragment.java 37 import android.widget.TextView;
48 private TextView mCounterHeaderView;
55 private TextView mProfileTitle;
103 mCounterHeaderView = (TextView) getView().findViewById(R.id.contacts_count);
204 TextView textView = (TextView) mSearchHeaderView.findViewById(
210 textView.setText(R.string.search_results_searching);
213 textView.setText(R.string.listFoundAllContactsZero);
214 textView.sendAccessibilityEvent(AccessibilityEvent.TYPE_VIEW_SELECTED)
    [all...]
  /cts/tests/tests/holo/src/android/holo/cts/
ThemeAdapter.java 23 import android.widget.TextView;
185 TextView textView;
187 textView = (TextView) convertView;
189 textView = (TextView) mInflater.inflate(android.R.layout.simple_list_item_1,
193 textView.setText(themeInfo.mName);
194 return textView;
  /cts/tests/tests/text/src/android/text/method/cts/
CharacterPickerDialogTest.java 34 import android.widget.TextView;
61 final View view = new TextView(mActivity);
91 final View view = new TextView(mActivity);
136 final View view = new TextView(mActivity);
  /development/samples/AndroidBeamDemo/src/com/example/android/beam/
Beam.java 36 import android.widget.TextView;
45 TextView mInfoText;
53 mInfoText = (TextView) findViewById(R.id.textView);
57 mInfoText = (TextView) findViewById(R.id.textView);
130 * Parses the NDEF Message from the intent and prints to the TextView
  /development/samples/ApiDemos/src/com/example/android/apis/view/
OverscanActivity.java 32 import android.widget.TextView;
146 TextView mText1, mText2;
165 mText1 = (TextView) findViewById(R.id.text1);
166 mText2 = (TextView) findViewById(R.id.text2);
  /external/replicaisland/src/com/replica/replicaisland/
GameOverActivity.java 30 import android.widget.TextView;
41 private TextView mEndingView;
43 public static class IncrementingTextView extends TextView {
138 mEndingView = (TextView)findViewById(R.id.ending);
ConversationDialogActivity.java 35 import android.widget.TextView;
85 private void formatPages(Conversation conversation, TextView textView) {
87 final int maxWidth = textView.getWidth();
88 final int maxHeight = textView.getHeight();
89 paint.setTextSize(textView.getTextSize());
90 paint.setTypeface(textView.getTypeface());
192 TextView title = (TextView)findViewById(R.id.speakername);
204 TextView textView = (TextView)findViewById(R.id.typewritertext)
    [all...]
  /frameworks/base/core/tests/coretests/src/android/widget/listview/
ListInHorizontal.java 24 import android.widget.TextView;
ListInVertical.java 24 import android.widget.TextView;
  /frameworks/base/tests/ImfTest/src/com/android/imftest/samples/
AutoCompleteTextViewActivityPortrait.java 28 import android.widget.TextView;
48 AutoCompleteTextView textView = (AutoCompleteTextView) findViewById(R.id.edit);
49 textView.setAdapter(adapter);
  /frameworks/support/v4/java/android/support/v4/widget/
SimpleCursorAdapter.java 24 import android.widget.TextView;
104 * returned value is false and the view to bind is a TextView,
105 * {@link #setViewText(TextView, String)} is invoked. If the returned value is
117 * @see #setViewText(TextView, String)
140 if (v instanceof TextView) {
141 setViewText((TextView) v, text);
202 * Called by bindView() to set the text for a TextView but only if
204 * handle binding to an TextView.
209 * @param v TextView to receive text
210 * @param text the text to be set for the TextView
    [all...]
  /packages/apps/Settings/src/com/android/settings/
Display.java 32 import android.widget.TextView;
55 mPreview = (TextView) findViewById(R.id.preview);
64 obtainStyledAttributes(android.R.styleable.TextView);
134 private TextView mPreview;
DeviceAdminAdd.java 49 import android.widget.TextView;
70 TextView mAdminName;
71 TextView mAdminDescription;
72 TextView mAddMsg;
75 TextView mAdminWarning;
158 mAdminName = (TextView)findViewById(R.id.admin_name);
159 mAdminDescription = (TextView)findViewById(R.id.admin_description);
161 mAddMsg = (TextView)findViewById(R.id.add_msg);
172 mAdminWarning = (TextView) findViewById(R.id.admin_warning);
327 TextView tv = (TextView) v
    [all...]
  /packages/apps/Settings/src/com/android/settings/fuelgauge/
BatteryHistoryPreference.java 25 import android.widget.TextView;
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
SuggestionsView.java 54 import android.widget.TextView;
86 private final ArrayList<TextView> mWords = new ArrayList<TextView>();
87 private final ArrayList<TextView> mInfos = new ArrayList<TextView>();
91 private final TextView mPreviewText;
148 private final List<TextView> mWords;
150 private final List<TextView> mInfos;
173 public final TextView mWordToSaveView;
174 private final TextView mHintToSaveView
    [all...]
  /packages/apps/KeyChain/src/com/android/keychain/
KeyChainActivity.java 41 import android.widget.TextView;
158 TextView contextView = (TextView) View.inflate(this, R.layout.cert_chooser_header, null);
245 TextView installText = (TextView) footer.findViewById(R.id.cert_chooser_install_message);
288 holder.mAliasTextView = (TextView) view.findViewById(R.id.cert_item_alias);
289 holder.mSubjectTextView = (TextView) view.findViewById(R.id.cert_item_subject);
316 private final TextView mSubjectView;
317 private CertLoader(int adapterPosition, TextView subjectView) {
349 TextView mAliasTextView
    [all...]
  /cts/tests/tests/view/src/android/view/cts/
ViewDebugTest.java 30 import android.widget.TextView;
112 ViewDebug.dumpCapturedView("TAG", new TextView(getContext()));
  /development/samples/ApiDemos/src/com/example/android/apis/app/
FragmentAlertDialog.java 31 import android.widget.TextView;
44 ((TextView)tv).setText("Example of displaying an alert dialog with a DialogFragment");
FragmentDialogOrActivity.java 31 import android.widget.TextView;
77 ((TextView)tv).setText("This is an instance of MyDialogFragment");
  /development/samples/Support4Demos/src/com/example/android/supportv4/app/
FragmentAlertDialogSupport.java 32 import android.widget.TextView;
45 ((TextView)tv).setText("Example of displaying an alert dialog with a DialogFragment");
FragmentDialogOrActivitySupport.java 30 import android.widget.TextView;
76 ((TextView)tv).setText("This is an instance of MyDialogFragment");
  /frameworks/base/core/tests/coretests/src/android/view/
VisibilityCallback.java 22 import android.widget.TextView;
77 public static class MonitoredTextView extends TextView {
  /packages/apps/DeskClock/src/com/android/deskclock/
AlarmClock.java 42 import android.widget.TextView;
115 TextView daysOfWeekView =
116 (TextView) digitalClock.findViewById(R.id.daysOfWeek);
127 TextView labelView =
128 (TextView) view.findViewById(R.id.label);
266 // Inflate the custom view and set each TextView's text.
268 TextView textView = (TextView) v.findViewById(R.id.header_time);
269 textView.setText(time)
    [all...]
  /packages/apps/Stk/src/com/android/stk/
StkInputActivity.java 35 import android.widget.TextView;
37 import android.widget.TextView.BufferType;
52 private TextView mPromptView = null;
120 mPromptView = (TextView) this.findViewById(R.id.prompt);
265 TextView numOfCharsView = (TextView) findViewById(R.id.num_of_chars);
266 TextView inTypeView = (TextView) findViewById(R.id.input_type);

Completed in 1284 milliseconds

<<11121314151617181920>>