Searched
refs:TextView (Results
676 -
700 of
864) sorted by null
<<21222324252627282930>>
| /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/tablet/ |
| TabletTicker.java | 42 import android.widget.TextView; 294 TextView tv = (TextView)group.findViewById(R.id.text);
|
| NotificationLinearLayout.java | 37 import android.widget.TextView;
|
| SettingsView.java | 29 import android.widget.TextView;
|
| /frameworks/base/policy/src/com/android/internal/policy/impl/ |
| PasswordUnlockScreen.java | 50 import android.widget.TextView; 51 import android.widget.TextView.OnEditorActionListener; 377 public boolean onEditorAction(TextView v, int actionId, KeyEvent event) {
|
| /frameworks/base/tests/DpiTest/src/com/google/android/test/dpi/ |
| DpiTestActivity.java | 29 import android.widget.TextView; 153 TextView label = new TextView(this);
|
| /frameworks/base/tests/DumpRenderTree2/src/com/android/dumprendertree2/ui/ |
| DirListActivity.java | 47 import android.widget.TextView; 172 TextView label = (TextView)row.findViewById(R.id.label);
|
| /frameworks/base/tests/RenderScriptTests/ImageProcessing/src/com/android/rs/image/ |
| ImageProcessingActivity.java | 34 import android.widget.TextView; 65 private TextView mBenchmarkResult; 203 mBenchmarkResult = (TextView) findViewById(R.id.benchmarkText);
|
| /frameworks/base/tests/TileBenchmark/src/com/test/tilebenchmark/ |
| ProfileActivity.java | 38 import android.widget.TextView; 39 import android.widget.TextView.OnEditorActionListener; 283 public boolean onEditorAction(TextView v, int actionId,
|
| /frameworks/opt/mailcommon/java/com/android/mailcommon/ |
| WebViewContextMenu.java | 37 import android.widget.TextView; 269 final TextView titleView = (TextView) LayoutInflater.from(mActivity)
|
| /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; 240 public boolean onEditorAction(TextView v, int actionId, KeyEvent event) {
|
| /packages/apps/Contacts/tests/src/com/android/contacts/ |
| PhoneCallDetailsHelperTest.java | 32 import android.widget.TextView; 61 private TextView mNameView; 76 mNameView = new TextView(context);
|
| /packages/apps/Email/src/com/android/email/activity/ |
| EmailActivity.java | 30 import android.widget.TextView; 194 TextView errorMessage = (TextView) findViewById(R.id.error_message);
|
| /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 | 48 import android.widget.TextView; 71 private TextView mMessage; 94 mMessage = (TextView) findViewById(R.id.empty_message);
|
| /packages/apps/Phone/src/com/android/phone/ |
| EditFdnContactScreen.java | 46 import android.widget.TextView; 402 TextView textView = (TextView) v; 403 Selection.selectAll((Spannable) textView.getText());
|
| EditPhoneNumberPreference.java | 36 import android.widget.TextView; 157 TextView summaryView = (TextView) view.findViewById(android.R.id.summary);
|
| /packages/apps/Settings/src/com/android/settings/ |
| ProxySelector.java | 45 import android.widget.TextView; 297 TextView textView = (TextView) v; 298 Selection.selectAll((Spannable) textView.getText());
|
| /packages/apps/Settings/src/com/android/settings/accounts/ |
| ManageAccountsSettings.java | 44 import android.widget.TextView; 61 private TextView mErrorInfoView; 101 mErrorInfoView = (TextView)view.findViewById(R.id.sync_settings_error_info);
|
| /packages/apps/Settings/src/com/android/settings/bluetooth/ |
| BluetoothSettings.java | 42 import android.widget.TextView; 73 private TextView mEmptyView; 105 mEmptyView = (TextView) getView().findViewById(android.R.id.empty);
|
| /packages/wallpapers/LivePicker/src/com/android/wallpaper/livepicker/ |
| LiveWallpaperPreview.java | 42 import android.widget.TextView; 157 TextView content = (TextView) inflater.inflate(R.layout.live_wallpaper_loading, null);
|
| /frameworks/base/core/java/android/accounts/ |
| ChooseTypeAndAccountActivity.java | 36 import android.widget.TextView; 141 ((TextView)findViewById(R.id.description)).setText(descriptionOverride); 434 TextView text; 457 holder.text = (TextView) convertView.findViewById(R.id.account_row_text);
|
| /frameworks/base/core/java/android/widget/ |
| TabHost.java | 535 final TextView tv = (TextView) tabIndicator.findViewById(R.id.title); 569 final TextView tv = (TextView) tabIndicator.findViewById(R.id.title);
|
| /frameworks/base/tests/SslLoad/src/com/android/sslload/ |
| SslLoad.java | 36 import android.widget.TextView;
|
| /packages/apps/Contacts/src/com/android/contacts/editor/ |
| LabeledEditorView.java | 52 import android.widget.TextView; 512 TextView textView; 515 textView = (TextView) mInflater.inflate(resource, parent, false); 516 textView.setAllCaps(true); 517 textView.setGravity(Gravity.RIGHT | Gravity.CENTER_VERTICAL); 518 textView.setTextAppearance(mContext, android.R.style.TextAppearance_Small); 519 textView.setTextColor(mTextColor); 520 textView.setEllipsize(TruncateAt.MIDDLE) [all...] |
Completed in 1532 milliseconds
<<21222324252627282930>>