Searched
refs:TextView (Results
1076 -
1100 of
1355) sorted by null
<<41424344454647484950>>
| /packages/apps/Browser/src/com/android/browser/ |
| AddBookmarkPage.java | 62 import android.widget.TextView; 69 implements View.OnClickListener, TextView.OnEditorActionListener, 95 private TextView mButton; 114 private TextView mFakeTitle; 119 private TextView mTopLevelLabel; 184 public boolean onEditorAction(TextView v, int actionId, KeyEvent event) { 543 TextView tv = (TextView) view.findViewById(android.R.id.text1); 576 ((TextView) view.findViewById(android.R.id.text1)).setText( 611 mFakeTitle = (TextView) findViewById(R.id.fake_title) [all...] |
| UrlInputView.java | 36 import android.widget.TextView; 37 import android.widget.TextView.OnEditorActionListener; 235 public boolean onEditorAction(TextView v, int actionId, KeyEvent event) {
|
| /packages/apps/Calendar/src/com/android/calendar/selectcalendars/ |
| SelectCalendarsSyncAdapter.java | 36 import android.widget.TextView; 224 TextView textView = (TextView) view.findViewById(id); 225 textView.setText(text);
|
| /packages/apps/CellBroadcastReceiver/src/com/android/cellbroadcastreceiver/ |
| CellBroadcastAlertFullScreen.java | 42 import android.widget.TextView; 354 ((TextView) findViewById(R.id.alertTitle)).setText(titleId); 355 ((TextView) findViewById(R.id.message)).setText(message.getMessageBody());
|
| /packages/apps/Contacts/src/com/android/contacts/detail/ |
| ContactDetailTabCarousel.java | 30 import android.widget.TextView; 63 private TextView mStatusView; 142 mStatusView = (TextView) mUpdatesTab.findViewById(R.id.status);
|
| /packages/apps/Contacts/src/com/android/contacts/editor/ |
| KindSectionView.java | 27 import android.widget.TextView; 47 private TextView mTitle; 99 mTitle = (TextView) findViewById(R.id.kind_title);
|
| /packages/apps/Contacts/tests/src/com/android/contacts/activities/ |
| PeopleActivityTest.java | 33 import android.widget.TextView; 158 TextView nameText = (TextView) detailFragment.getView().findViewById(R.id.name);
|
| /packages/apps/DeskClock/src/com/android/deskclock/stopwatch/ |
| StopwatchFragment.java | 32 import android.widget.TextView; 55 private TextView mCenterButton; 140 TextView count = (TextView)lapInfo.findViewById(R.id.lap_number); 148 TextView lapTime = (TextView)lapInfo.findViewById(R.id.lap_time); 149 TextView totalTime = (TextView)lapInfo.findViewById(R.id.lap_total); 323 mCenterButton = (TextView)v.findViewById(R.id.stopwatch_stop); 636 CharSequence label = ((TextView) view.findViewById(R.id.title)).getText() [all...] |
| /packages/apps/Dialer/tests/src/com/android/dialer/ |
| PhoneCallDetailsHelperTest.java | 26 import android.widget.TextView; 61 private TextView mNameView; 76 mNameView = new TextView(context);
|
| /packages/apps/Dialer/tests/src/com/android/dialer/tests/calllog/ |
| FillCallLogTestActivity.java | 35 import android.widget.TextView; 55 private TextView mNumberTextView; 64 mNumberTextView = (TextView) findViewById(R.id.number);
|
| /packages/apps/Gallery2/src/com/android/gallery3d/app/ |
| TrimVideo.java | 32 import android.widget.TextView; 49 private TextView mSaveVideoTextView; 85 mSaveVideoTextView = (TextView) findViewById(R.id.start_trim);
|
| /packages/apps/KeyChain/tests/src/com/android/keychain/tests/ |
| KeyChainTestActivity.java | 29 import android.widget.TextView; 59 private TextView mTextView; 95 mTextView = new TextView(this);
|
| /packages/apps/Mms/src/com/android/mms/ui/ |
| ManageSimMessages.java | 45 import android.widget.TextView; 71 private TextView mMessage; 94 mMessage = (TextView) findViewById(R.id.empty_message);
|
| /packages/apps/Nfc/src/com/android/nfc/cardemulation/ |
| AppChooserActivity.java | 50 import android.widget.TextView; 269 public TextView text; 273 text = (TextView) view.findViewById(com.android.nfc.R.id.applabel);
|
| /packages/apps/Settings/src/com/android/settings/ |
| ProxySelector.java | 45 import android.widget.TextView; 301 TextView textView = (TextView) v; 302 Selection.selectAll((Spannable) textView.getText());
|
| /packages/apps/Settings/src/com/android/settings/bluetooth/ |
| BluetoothSettings.java | 42 import android.widget.TextView; 72 private TextView mEmptyView; 106 mEmptyView = (TextView) getView().findViewById(android.R.id.empty);
|
| /packages/apps/UnifiedEmail/src/com/android/mail/ui/ |
| ConversationsInOutboxTipView.java | 34 import android.widget.TextView; 65 private TextView mText; 117 mText = (TextView) findViewById(R.id.outbox);
|
| MailboxSelectionActivity.java | 47 import android.widget.TextView; 261 TextView accountView = (TextView) v.findViewById(R.id.mailbox_name);
|
| /packages/services/Telephony/src/com/android/phone/ |
| EditPhoneNumberPreference.java | 36 import android.widget.TextView; 157 TextView summaryView = (TextView) view.findViewById(android.R.id.summary);
|
| /packages/wallpapers/LivePicker/src/com/android/wallpaper/livepicker/ |
| LiveWallpaperPreview.java | 42 import android.widget.TextView; 161 TextView content = (TextView) inflater.inflate(R.layout.live_wallpaper_loading, null);
|
| /pdk/apps/TestingCamera/src/com/android/testingcamera/ |
| SnapshotDialogFragment.java | 23 import android.widget.TextView; 29 private TextView mInfoText; 58 mInfoText= (TextView) view.findViewById(R.id.snapshot_text);
|
| /development/samples/training/AnimationsDemo/src/com/example/android/animationsdemo/ |
| CardFlipActivity.java | 31 import android.widget.TextView;
|
| /frameworks/base/tests/SslLoad/src/com/android/sslload/ |
| SslLoad.java | 36 import android.widget.TextView;
|
| /frameworks/opt/photoviewer/src/com/android/ex/photo/fragments/ |
| PhotoViewFragment.java | 40 import android.widget.TextView; 110 protected TextView mEmptyText; 256 mEmptyText = (TextView) view.findViewById(R.id.empty_text); 581 public TextView getEmptyText() {
|
| /packages/apps/Launcher2/src/com/android/launcher2/ |
| AppsCustomizeTabHost.java | 34 import android.widget.TextView; 118 TextView tabView; 121 tabView = (TextView) mLayoutInflater.inflate(R.layout.tab_widget_indicator, tabs, false); 126 tabView = (TextView) mLayoutInflater.inflate(R.layout.tab_widget_indicator, tabs, false);
|
Completed in 1032 milliseconds
<<41424344454647484950>>