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

<<41424344454647484950>>

  /frameworks/base/packages/Keyguard/src/com/android/keyguard/
KeyguardPasswordView.java 32 import android.widget.TextView.OnEditorActionListener;
  /frameworks/ml/bordeaux/service/src/android/bordeaux/services/
BordeauxService.java 39 import android.widget.TextView;
  /packages/apps/Contacts/src/com/android/contacts/editor/
LabeledEditorView.java 45 import android.widget.TextView;
557 TextView textView;
560 textView = (TextView) mInflater.inflate(resource, parent, false);
561 textView.setAllCaps(true);
562 textView.setGravity(Gravity.END | Gravity.CENTER_VERTICAL);
563 textView.setTextAppearance(mContext, android.R.style.TextAppearance_Small);
564 textView.setTextColor(mTextColor);
565 textView.setEllipsize(TruncateAt.MIDDLE)
    [all...]
  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/category/
CategoryPanel.java 29 import android.widget.TextView;
  /packages/apps/Launcher3/src/com/android/launcher3/
Cling.java 36 import android.widget.TextView;
166 TextView v = (TextView) findViewById(R.id.focused_hotseat_app_title);
172 v = (TextView) findViewById(R.id.focused_hotseat_app_description);
BubbleTextView.java 30 import android.widget.TextView;
33 * TextView that draws a bubble behind the text. We cannot use a LineBackgroundSpan
34 * because we want to make the bubble taller than the text and TextView's clip is
37 public class BubbleTextView extends TextView {
FolderIcon.java 41 import android.widget.TextView;
374 Drawable animateDrawable = ((TextView) destView).getCompoundDrawables()[1];
388 Drawable animateDrawable = ((TextView) finalView).getCompoundDrawables()[1];
591 TextView v;
597 v = (TextView) items.get(0);
605 v = (TextView) items.get(i);
  /packages/apps/Music/src/com/android/music/
PlaylistBrowserActivity.java 53 import android.widget.TextView;
385 intent.putExtra(Intent.EXTRA_SHORTCUT_NAME, ((TextView) v.findViewById(R.id.line1)).getText());
592 TextView tv = (TextView) view.findViewById(R.id.line1);
  /packages/apps/PackageInstaller/src/com/android/packageinstaller/
PackageInstallerActivity.java 50 import android.widget.TextView;
146 TextView label = (TextView)inflater.inflate(R.layout.label, null);
200 ((TextView)findViewById(R.id.install_confirm_question)).setText(msg);
  /packages/apps/Tag/src/com/android/apps/tag/record/
UriRecord.java 44 import android.widget.TextView;
  /packages/wallpapers/MagicSmoke/src/com/android/magicsmoke/
MagicSmokeSelector.java 44 import android.widget.TextView;
  /cts/tests/tests/widget/src/android/widget/cts/
SlidingDrawerTest.java 36 import android.widget.TextView;
93 assertTrue(content instanceof TextView);
  /external/jmonkeyengine/engine/src/android/com/jme3/app/
AndroidHarness.java 15 import android.widget.TextView;
197 setContentView(new TextView(this));
  /packages/apps/UnifiedEmail/src/com/android/mail/photo/
MailPhotoViewActivity.java 32 import android.widget.TextView;
269 final TextView emptyText = fragment.getEmptyText();
  /cts/tests/tests/text/src/android/text/method/cts/
ArrowKeyMovementMethodTest.java 33 import android.widget.TextView;
34 import android.widget.TextView.BufferType;
52 private TextView mTextView;
100 * The following assertions depend on whether the TextView has a layout.
132 // wait until the textView gets layout
163 fail("The method did not throw NullPointerException when param textView is null.");
587 fail("The method did not throw NullPointerException when param textView is null.");
652 TextView view = new TextView(getActivity());
    [all...]
  /frameworks/base/core/java/android/widget/
AppSecurityPermissions.java 160 TextView permNameView = (TextView) findViewById(R.id.perm_name);
535 TextView permGrpView = (TextView) permView.findViewById(R.id.permission_group);
536 TextView permDescView = (TextView) permView.findViewById(R.id.permission_list);
FastScroller.java 114 private final TextView mPrimaryText;
115 private final TextView mSecondaryText;
480 private TextView createPreviewTextView(Context context, TypedArray ta) {
487 final TextView textView = new TextView(context);
488 textView.setLayoutParams(params);
489 textView.setTextColor(textColor);
490 textView.setTextSize(TypedValue.COMPLEX_UNIT_PX, textSize);
491 textView.setSingleLine(true)
    [all...]
  /packages/apps/Launcher2/src/com/android/launcher2/
Folder.java 45 import android.widget.TextView;
58 View.OnLongClickListener, DropTarget, FolderListener, TextView.OnEditorActionListener,
223 mIconDrawable = ((TextView) v).getCompoundDrawables()[1];
272 public boolean onEditorAction(TextView v, int actionId, KeyEvent event) {
522 final TextView textView =
523 (TextView) mInflater.inflate(R.layout.application, this, false);
524 textView.setCompoundDrawablesWithIntrinsicBounds(null,
526 textView.setText(item.title);
527 textView.setTag(item)
    [all...]
  /frameworks/base/packages/PrintSpooler/src/com/android/printspooler/
PrintJobConfigActivity.java 93 import android.widget.TextView;
539 TextView messageView = (TextView) findViewById(R.id.message);
645 TextView messageView = (TextView) findViewById(R.id.message);
    [all...]
  /packages/apps/DeskClock/src/com/android/deskclock/timer/
TimerFragment.java 45 import android.widget.TextView;
240 TextView stop = (TextView)v. findViewById(R.id.timer_stop);
255 TextView labelText = (TextView)v. findViewById(R.id.timer_label_text);
    [all...]
  /packages/apps/Dialer/src/com/android/dialer/dialpad/
DialpadFragment.java 70 import android.widget.TextView;
619 TextView numberView;
620 TextView lettersView;
627 numberView = (TextView) dialpadKey.findViewById(R.id.dialpad_key_number);
628 lettersView = (TextView) dialpadKey.findViewById(R.id.dialpad_key_letters);
    [all...]
  /packages/apps/Settings/src/com/android/settings/applications/
ManageApplications.java 70 import android.widget.TextView;
205 private TextView mStorageChartLabel;
206 private TextView mUsedStorageText;
207 private TextView mFreeStorageText;
269 mStorageChartLabel = (TextView)mListContainer.findViewById(R.id.storageChartLabel);
270 mUsedStorageText = (TextView)mListContainer.findViewById(R.id.usedStorageText);
271 mFreeStorageText = (TextView)mListContainer.findViewById(R.id.freeStorageText);
    [all...]
  /cts/tests/tests/accessibilityservice/src/android/accessibilityservice/cts/
AccessibilityTextTraversalTest.java 26 import android.widget.TextView;
472 final TextView textView = (TextView) getActivity().findViewById(R.id.text);
477 textView.setText(getString(R.string.a_b));
513 && event.getClassName().equals(TextView.class.getName())
527 assertEquals(1, Selection.getSelectionStart(textView.getText()));
528 assertEquals(1, Selection.getSelectionEnd(textView.getText()));
547 && event.getClassName().equals(TextView.class.getName())
561 assertEquals(2, Selection.getSelectionStart(textView.getText()))
    [all...]
  /packages/apps/DeskClock/src/com/android/deskclock/
AlarmClockFragment.java 63 import android.widget.TextView;
713 TextView daysOfWeek;
714 TextView label;
718 TextView clickableLabel;
724 TextView ringtone;
    [all...]
  /development/samples/JetBoy/src/com/example/android/jetboy/
JetBoyView.java 40 import android.widget.TextView;
215 /** Message handler used by thread to interact with TextView */
    [all...]

Completed in 1291 milliseconds

<<41424344454647484950>>