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

<<31323334353637383940>>

  /frameworks/base/packages/SystemUI/src/com/android/systemui/usb/
UsbConfirmActivity.java 39 import android.widget.TextView;
51 private TextView mClearDefaultHint;
96 mClearDefaultHint = (TextView)ap.mView.findViewById(
UsbPermissionActivity.java 40 import android.widget.TextView;
52 private TextView mClearDefaultHint;
109 mClearDefaultHint = (TextView)ap.mView.findViewById(
  /frameworks/base/tests/AccessoryDisplay/source/src/com/android/accessorydisplay/source/
SourceActivity.java 35 import android.widget.TextView;
48 private TextView mLogTextView;
66 mLogTextView = (TextView) findViewById(R.id.logTextView);
  /frameworks/base/tests/CanvasCompare/src/com/android/test/hwuicompare/
ManualActivity.java 34 import android.widget.TextView;
40 private TextView mErrorTextView;
117 mErrorTextView = (TextView) findViewById(R.id.current_error);
  /frameworks/base/tests/ImfTest/src/com/android/imftest/samples/
InputTypeActivity.java 25 import android.widget.TextView;
150 TextView textView = (TextView) view.findViewById(R.id.label);
151 textView.setText(label);
  /frameworks/rs/java/tests/SampleTest/src/com/android/rs/sample/
SampleRSActivity.java 40 import android.widget.TextView;
78 private TextView mBenchmarkResult;
99 mBenchmarkResult = (TextView) findViewById(R.id.benchmarkText);
  /packages/apps/Bluetooth/src/com/android/bluetooth/opp/
BluetoothOppIncomingFileConfirmActivity.java 50 import android.widget.TextView;
78 private TextView mContentView;
130 mContentView = (TextView)view.findViewById(R.id.content);
  /packages/apps/Bluetooth/src/com/android/bluetooth/pbap/
BluetoothPbapActivity.java 51 import android.widget.TextView;
82 private TextView messageView;
161 messageView = (TextView)mView.findViewById(R.id.message);
  /packages/apps/Browser/src/com/android/browser/preferences/
GeneralPreferencesFragment.java 35 import android.widget.TextView;
36 import android.widget.TextView.OnEditorActionListener;
148 public boolean onEditorAction(TextView v, int actionId, KeyEvent event) {
  /packages/apps/Calendar/src/com/android/calendar/selectcalendars/
SelectCalendarsSyncFragment.java 42 import android.widget.TextView;
73 private TextView mSyncStatus;
101 mSyncStatus = (TextView) v.findViewById(R.id.account_status);
  /packages/apps/Contacts/src/com/android/contacts/datepicker/
DatePickerDialog.java 31 import android.widget.TextView;
184 TextView title = (TextView) findViewById(com.android.internal.R.id.alertTitle);
  /packages/apps/Contacts/src/com/android/contacts/group/
GroupBrowseListFragment.java 43 import android.widget.TextView;
84 private TextView mEmptyView;
112 mEmptyView = (TextView)mRootView.findViewById(R.id.empty);
  /packages/apps/Contacts/src/com/android/contacts/list/
ContactTileListFragment.java 33 import android.widget.TextView;
61 private TextView mEmptyView;
89 mEmptyView = (TextView) listLayout.findViewById(R.id.contact_tile_list_empty);
JoinContactListAdapter.java 31 import android.widget.TextView;
147 ((TextView) view.findViewById(R.id.text)).setText(
153 ((TextView) view.findViewById(R.id.text)).setText(
  /packages/apps/ContactsCommon/src/com/android/contacts/common/interactions/
ImportExportDialogFragment.java 37 import android.widget.TextView;
91 final TextView result = (TextView)(convertView != null ? convertView :
  /packages/apps/DeskClock/src/com/android/deskclock/
LabelDialogFragment.java 30 import android.widget.TextView;
31 import android.widget.TextView.OnEditorActionListener;
89 public boolean onEditorAction(TextView v, int actionId, KeyEvent event) {
  /packages/apps/DeskClock/src/com/android/deskclock/alarms/
AlarmActivity.java 36 import android.widget.TextView;
193 TextView tv = (TextView)findViewById(R.id.alertTitle);
  /packages/apps/Gallery2/src/com/android/gallery3d/ui/
PopupList.java 32 import android.widget.TextView;
201 TextView text = (TextView) convertView.findViewById(android.R.id.text1);
  /packages/apps/Launcher3/WallpaperPicker/src/com/android/launcher3/
LiveWallpaperListAdapter.java 36 import android.widget.TextView;
107 TextView label = (TextView) view.findViewById(R.id.wallpaper_item_label);
  /packages/apps/Launcher3/src/com/android/launcher3/
Hotseat.java 31 import android.widget.TextView;
150 TextView allAppsButton = (TextView)
WeightWatcher.java 35 import android.widget.TextView;
135 TextView mText;
148 mText = new TextView(getContext());
  /packages/apps/Music/src/com/android/music/
CreatePlaylist.java 36 import android.widget.TextView;
41 private TextView mPrompt;
54 mPrompt = (TextView)findViewById(R.id.prompt);
RenamePlaylist.java 34 import android.widget.TextView;
40 private TextView mPrompt;
55 mPrompt = (TextView)findViewById(R.id.prompt);
  /packages/apps/PackageInstaller/src/com/android/packageinstaller/
PackageUtil.java 31 import android.widget.TextView;
86 ((TextView)snippetView.findViewById(R.id.app_name)).setText(label);
123 ((TextView)appSnippet.findViewById(R.id.app_name)).setText(as.label);
UninstallAppProgress.java 34 import android.widget.TextView;
49 private TextView mStatusTextView;
140 mStatusTextView = (TextView) findViewById(R.id.center_text);

Completed in 2148 milliseconds

<<31323334353637383940>>