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

<<31323334353637383940>>

  /packages/apps/Launcher3/src/com/android/launcher3/
InstallWidgetReceiver.java 32 import android.widget.TextView;
148 TextView t = (TextView) convertView.findViewById(R.id.provider);
  /packages/apps/LegacyCamera/src/com/android/camera/ui/
InLineSettingKnob.java 31 import android.widget.TextView;
40 private TextView mEntry;
102 mEntry = (TextView) findViewById(R.id.current_setting);
  /packages/apps/Mms/src/com/android/mms/ui/
BasicSlideEditorView.java 34 import android.widget.TextView;
47 private TextView mAudioNameView;
64 mAudioNameView = (TextView) findViewById(R.id.audio_name);
EditSlideDurationActivity.java 30 import android.widget.TextView;
43 private TextView mLabel;
79 mLabel = (TextView) findViewById(R.id.label);
  /packages/apps/Nfc/src/com/android/nfc/cardemulation/
TapAgainDialog.java 34 import android.widget.TextView;
77 TextView tv = (TextView) ap.mView.findViewById(com.android.nfc.R.id.textview);
  /packages/apps/Settings/src/com/android/settings/accessibility/
ToggleFeaturePreferenceFragment.java 35 import android.widget.TextView;
61 TextView summaryView = (TextView) view.findViewById(R.id.summary);
  /packages/apps/Stk/src/com/android/stk/
StkDialogActivity.java 31 import android.widget.TextView;
77 TextView mMessageView = (TextView) window
  /packages/apps/Tag/src/com/android/apps/tag/record/
TextRecord.java 30 import android.widget.TextView;
55 TextView text = (TextView) inflater.inflate(R.layout.tag_text, parent, false);
  /packages/apps/VideoEditor/src/com/android/videoeditor/
BaseAdapterWithImages.java 33 import android.widget.TextView;
65 protected final TextView mNameView;
69 mNameView = (TextView) rowView.findViewById(R.id.item_name);
TransitionsActivity.java 24 import android.widget.TextView;
48 private TextView mTransitionDurationView;
59 mTransitionDurationView = (TextView)findViewById(R.id.transition_duration);
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/settings/
SeekBarDialogPreference.java 27 import android.widget.TextView;
46 private TextView mValueView;
74 mValueView = (TextView)view.findViewById(R.id.seek_bar_dialog_value);
  /packages/services/Telephony/src/com/android/phone/
ADNList.java 35 import android.widget.TextView;
69 private TextView mEmptyText;
78 mEmptyText = (TextView) findViewById(android.R.id.empty);
EnableFdnScreen.java 30 import android.widget.TextView;
46 private TextView mStatusField;
90 mStatusField = (TextView) findViewById(R.id.status);
EnableIccPinScreen.java 30 import android.widget.TextView;
46 private TextView mStatusField;
84 mStatusField = (TextView) findViewById(R.id.status);
  /packages/services/Telephony/tests/src/com/android/phone/tests/
CallDialTest.java 32 import android.widget.TextView;
46 private TextView mLabel;
58 mLabel = (TextView) findViewById(R.id.label1);
  /developers/build/prebuilts/gradle/BluetoothLeGatt/BluetoothLeGattSample/src/main/java/com/example/android/bluetoothlegatt/
DeviceControlActivity.java 36 import android.widget.TextView;
54 private TextView mConnectionState;
55 private TextView mDataField;
165 ((TextView) findViewById(R.id.device_address)).setText(mDeviceAddress);
168 mConnectionState = (TextView) findViewById(R.id.connection_state);
169 mDataField = (TextView) findViewById(R.id.data_value);
  /developers/samples/android/connectivity/bluetooth/BluetoothLeGatt/BluetoothLeGattSample/src/main/java/com/example/android/bluetoothlegatt/
DeviceControlActivity.java 36 import android.widget.TextView;
54 private TextView mConnectionState;
55 private TextView mDataField;
165 ((TextView) findViewById(R.id.device_address)).setText(mDeviceAddress);
168 mConnectionState = (TextView) findViewById(R.id.connection_state);
169 mDataField = (TextView) findViewById(R.id.data_value);
  /development/samples/BluetoothChat/src/com/example/android/BluetoothChat/
BluetoothChat.java 40 import android.widget.TextView;
153 TextView view = (TextView) findViewById(R.id.edit_text_out);
220 private TextView.OnEditorActionListener mWriteListener =
221 new TextView.OnEditorActionListener() {
222 public boolean onEditorAction(TextView view, int actionId, KeyEvent event) {
  /development/samples/browseable/BluetoothLeGatt/src/com.example.android.bluetoothlegatt/
DeviceControlActivity.java 36 import android.widget.TextView;
54 private TextView mConnectionState;
55 private TextView mDataField;
165 ((TextView) findViewById(R.id.device_address)).setText(mDeviceAddress);
168 mConnectionState = (TextView) findViewById(R.id.connection_state);
169 mDataField = (TextView) findViewById(R.id.data_value);
  /packages/apps/Dialer/src/com/android/dialer/calllog/
CallLogFragment.java 38 import android.widget.TextView;
75 private TextView mStatusMessageText;
76 private TextView mStatusMessageAction;
222 mStatusMessageText = (TextView) view.findViewById(R.id.voicemail_status_message);
223 mStatusMessageAction = (TextView) view.findViewById(R.id.voicemail_status_action);
350 ((TextView) getListView().getEmptyView()).setText(message);
  /packages/apps/Gallery2/src/com/android/gallery3d/app/
CommonControllerOverlay.java 33 import android.widget.TextView;
62 protected final TextView mErrorView;
99 TextView loadingText = createOverlayTextView(context);
127 private TextView createOverlayTextView(Context context) {
128 TextView view = new TextView(context);
  /packages/apps/Music/src/com/android/music/
MediaPickerActivity.java 35 import android.widget.TextView;
250 TextView tv = (TextView) v.findViewById(R.id.duration);
261 TextView tv = (TextView) view.findViewById(R.id.line1);
265 tv = (TextView) view.findViewById(R.id.line2);
  /packages/apps/UnifiedEmail/src/com/android/mail/ui/
FolderSelectorAdapter.java 36 import android.widget.TextView;
335 final TextView view = convertView != null ? (TextView) convertView :
336 (TextView) mInflater.inflate(R.layout.folder_header, parent, false);
359 final TextView display = (TextView) view.findViewById(R.id.folder_name);
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/suggestions/
SuggestionStripView.java 30 import android.widget.TextView;
68 private final ArrayList<TextView> mWordViews = CollectionUtils.newArrayList();
69 private final ArrayList<TextView> mDebugInfoViews = CollectionUtils.newArrayList();
95 final TextView word = (TextView)inflater.inflate(R.layout.suggestion_word, null);
102 mDebugInfoViews.add((TextView)inflater.inflate(R.layout.suggestion_info, null));
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/bluetooth/
BleNotifyCharacteristicActivity.java 30 import android.widget.TextView;
89 ((TextView) findViewById(R.id.ble_notify_text)).setText(value);

Completed in 1080 milliseconds

<<31323334353637383940>>