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

<<41424344454647484950>>

  /packages/apps/QuickSearchBox/src/com/android/quicksearchbox/ui/
DefaultSuggestionView.java 38 import android.widget.TextView;
70 mText1 = (TextView) findViewById(R.id.text1);
71 mText2 = (TextView) findViewById(R.id.text2);
  /packages/apps/Settings/src/com/android/settings/
MasterClear.java 42 import android.widget.TextView;
242 TextView child = (TextView)inflater.inflate(R.layout.master_clear_account,
  /packages/apps/Settings/src/com/android/settings/bluetooth/
BluetoothNameDialogFragment.java 40 import android.widget.TextView;
134 mDeviceNameView.setOnEditorActionListener(new TextView.OnEditorActionListener() {
136 public boolean onEditorAction(TextView v, int actionId, KeyEvent event) {
  /packages/apps/Settings/src/com/android/settings/wifi/
WifiApDialog.java 34 import android.widget.TextView;
54 private TextView mSsid;
130 mSsid = (TextView) mView.findViewById(R.id.ssid);
WpsDialog.java 34 import android.widget.TextView;
50 private TextView mTextView;
137 mTextView = (TextView) mView.findViewById(R.id.wps_dialog_txt);
  /packages/apps/Stk/src/com/android/stk/
StkMenuActivity.java 32 import android.widget.TextView;
50 private TextView mTitleTextView = null;
85 mTitleTextView = (TextView) findViewById(R.id.title_text);
  /packages/apps/UnifiedEmail/src/com/android/mail/browse/
ConversationListFooterView.java 28 import android.widget.TextView;
48 private TextView mErrorText;
73 mErrorText = (TextView)findViewById(R.id.error_text);
ConversationViewHeader.java 34 import android.widget.TextView;
70 private TextView mSubjectView;
103 mSubjectView = (TextView) findViewById(R.id.subject);
MessageFooterView.java 31 import android.widget.TextView;
57 private TextView mTitleText;
81 mTitleText = (TextView) findViewById(R.id.attachments_header_text);
  /packages/apps/UnifiedEmail/src/com/android/mail/ui/
ConversationPhotoTeaserView.java 14 import android.widget.TextView;
95 final TextView text = (TextView) findViewById(R.id.text);
LeaveBehindItem.java 29 import android.widget.TextView;
46 private TextView mText;
125 mText = ((TextView) findViewById(R.id.undo_descriptionview));
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/dictionarypack/
WordListPreference.java 27 import android.widget.TextView;
216 final TextView status = (TextView)view.findViewById(android.R.id.summary);
  /packages/providers/DownloadProvider/ui/src/com/android/providers/downloads/ui/
DownloadAdapter.java 34 import android.widget.TextView;
200 TextView view = (TextView) parent.findViewById(textViewId);
  /packages/providers/MediaProvider/src/com/android/providers/media/
RingtonePickerActivity.java 33 import android.widget.TextView;
227 TextView textView = (TextView) getLayoutInflater().inflate(
229 textView.setText(textResId);
230 listView.addHeaderView(textView);
  /packages/services/Telephony/src/com/android/phone/
IccNetworkDepersonalizationPanel.java 35 import android.widget.TextView;
61 private TextView mStatusText;
149 mStatusText = (TextView) findViewById(R.id.status_text);
  /packages/wallpapers/LivePicker/src/com/android/wallpaper/livepicker/
LiveWallpaperListAdapter.java 41 import android.widget.TextView;
104 holder.title = (TextView) convertView.findViewById(R.id.title);
134 TextView title;
  /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);
  /external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/
ShadowTextView.java 17 import android.widget.TextView;
29 @Implements(TextView.class)
44 private TextView.OnEditorActionListener onEditorActionListener;
329 * Returns the text string of this {@code TextView}.
447 public void setOnEditorActionListener(android.widget.TextView.OnEditorActionListener onEditorActionListener) {
453 return onEditorActionListener.onEditorAction((TextView) realView, imeAction, null);
  /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);
  /frameworks/base/core/java/android/text/util/
Linkify.java 28 import android.widget.TextView;
251 * Scans the text of the provided TextView and turns all occurrences of
253 * are found the movement method for the TextView is set to
256 public static final boolean addLinks(TextView text, int mask) {
284 private static final void addLinkMovementMethod(TextView t) {
295 * Applies a regex to the text of a TextView turning the matches into
300 * @param text TextView whose text is to be marked-up with links
306 public static final void addLinks(TextView text, Pattern pattern, String scheme) {
311 * Applies a regex to the text of a TextView turning the matches into
316 * @param text TextView whose text is to be marked-up with link
    [all...]
  /frameworks/base/tests/AccessoryDisplay/sink/src/com/android/accessorydisplay/sink/
SinkActivity.java 44 import android.widget.TextView;
69 private TextView mLogTextView;
70 private TextView mFpsTextView;
98 mLogTextView = (TextView) findViewById(R.id.logTextView);
102 mFpsTextView = (TextView) findViewById(R.id.fpsTextView);

Completed in 1535 milliseconds

<<41424344454647484950>>