HomeSort by relevance Sort by last modified time
    Searched refs:TextView (Results 251 - 275 of 2223) sorted by null

<<11121314151617181920>>

  /cts/tests/tests/view/src/android/view/cts/
View_IdsTest.java 28 import android.widget.TextView;
42 TextView symbol = (TextView) activity.findViewById(R.id.symbolball);
43 TextView warning = (TextView) activity.findViewById(R.id.warning);
  /developers/build/prebuilts/gradle/MediaBrowserService/Application/src/main/java/com/example/android/mediabrowserservice/
QueueAdapter.java 25 import android.widget.TextView;
47 TextView mTitleView;
48 TextView mDescriptionView;
59 holder.mTitleView = (TextView) convertView.findViewById(R.id.title);
60 holder.mDescriptionView = (TextView) convertView.findViewById(R.id.description);
  /developers/build/prebuilts/gradle/ScopedDirectoryAccess/Application/src/main/java/com/example/android/scopeddirectoryaccess/
DirectoryEntryAdapter.java 9 import android.widget.TextView;
63 public TextView fileName;
64 public TextView mimeType;
69 fileName = (TextView) v.findViewById(R.id.textview_filename);
70 mimeType = (TextView) v.findViewById(R.id.textview_mimetype);
  /developers/samples/android/content/documentsUi/ScopedDirectoryAccess/Application/src/main/java/com/example/android/scopeddirectoryaccess/
DirectoryEntryAdapter.java 9 import android.widget.TextView;
63 public TextView fileName;
64 public TextView mimeType;
69 fileName = (TextView) v.findViewById(R.id.textview_filename);
70 mimeType = (TextView) v.findViewById(R.id.textview_mimetype);
  /developers/samples/android/media/MediaBrowserService/Application/src/main/java/com/example/android/mediabrowserservice/
QueueAdapter.java 25 import android.widget.TextView;
47 TextView mTitleView;
48 TextView mDescriptionView;
59 holder.mTitleView = (TextView) convertView.findViewById(R.id.title);
60 holder.mDescriptionView = (TextView) convertView.findViewById(R.id.description);
  /development/samples/ApiDemos/src/com/example/android/apis/os/
TriggerSensors.java 27 import android.widget.TextView;
51 private TextView mTextView;
53 TriggerListener(Context context, TextView textView) {
55 mTextView = textView;
72 private TextView mTextView;
101 mTextView = (TextView)findViewById(R.id.text);
  /development/samples/ApiDemos/src/com/example/android/apis/view/
List4.java 28 import android.widget.TextView;
126 mTitle = new TextView(context);
131 mDialogue = new TextView(context);
151 private TextView mTitle;
152 private TextView mDialogue;
SeekBar1.java 25 import android.widget.TextView;
36 TextView mProgressText;
37 TextView mTrackingText;
47 mProgressText = (TextView) findViewById(R.id.progress);
48 mTrackingText = (TextView) findViewById(R.id.tracking);
TableLayout7.java 28 import android.widget.TextView;
66 TextView label = new TextView(this);
70 TextView shortcut = new TextView(this);
  /development/samples/BusinessCard/src/com/example/android/businesscard/
BusinessCardActivity.java 27 import android.widget.TextView;
119 TextView displayNameView = (TextView) findViewById(R.id.display_name_text_view);
122 TextView phoneNumberView = (TextView) findViewById(R.id.phone_number_text_view);
  /development/samples/browseable/MediaBrowserService/src/com.example.android.mediabrowserservice/
QueueAdapter.java 25 import android.widget.TextView;
47 TextView mTitleView;
48 TextView mDescriptionView;
59 holder.mTitleView = (TextView) convertView.findViewById(R.id.title);
60 holder.mDescriptionView = (TextView) convertView.findViewById(R.id.description);
  /development/samples/browseable/ScopedDirectoryAccess/src/com.example.android.scopeddirectoryaccess/
DirectoryEntryAdapter.java 9 import android.widget.TextView;
63 public TextView fileName;
64 public TextView mimeType;
69 fileName = (TextView) v.findViewById(R.id.textview_filename);
70 mimeType = (TextView) v.findViewById(R.id.textview_mimetype);
  /device/google/accessory/demokit/app/src/com/google/android/DemoKit/
DemoKitPhone.java 8 import android.widget.TextView;
13 TextView mInputLabel;
14 TextView mOutputLabel;
40 mInputLabel = (TextView) findViewById(R.id.inputLabel);
41 mOutputLabel = (TextView) findViewById(R.id.outputLabel);
  /frameworks/base/core/java/android/text/method/
ArrowKeyMovementMethod.java 26 import android.widget.TextView;
42 private static int getPageHeight(TextView widget) {
51 protected boolean handleMovementKey(TextView widget, Spannable buffer, int keyCode,
69 protected boolean left(TextView widget, Spannable buffer) {
79 protected boolean right(TextView widget, Spannable buffer) {
89 protected boolean up(TextView widget, Spannable buffer) {
99 protected boolean down(TextView widget, Spannable buffer) {
109 protected boolean pageUp(TextView widget, Spannable buffer) {
133 protected boolean pageDown(TextView widget, Spannable buffer) {
157 protected boolean top(TextView widget, Spannable buffer)
    [all...]
  /frameworks/base/core/tests/coretests/src/android/widget/scroll/
RequestRectangleVisible.java 26 import android.widget.TextView;
46 final TextView topBlob = (TextView) findViewById(R.id.topBlob);
47 final TextView bottomBlob = (TextView) findViewById(R.id.bottomBlob);
  /frameworks/rs/java/tests/ImageProcessing/src/com/android/rs/image/
Mandelbrot.java 29 import android.widget.TextView;
39 public boolean onBar1Setup(SeekBar b, TextView t) {
50 public boolean onBar2Setup(SeekBar b, TextView t) {
63 public boolean onBar3Setup(SeekBar b, TextView t) {
76 public boolean onBar4Setup(SeekBar b, TextView t) {
  /frameworks/rs/java/tests/ImageProcessing2/src/com/android/rs/image/
Mandelbrot.java 23 import android.widget.TextView;
33 public boolean onBar1Setup(SeekBar b, TextView t) {
44 public boolean onBar2Setup(SeekBar b, TextView t) {
57 public boolean onBar3Setup(SeekBar b, TextView t) {
70 public boolean onBar4Setup(SeekBar b, TextView t) {
  /frameworks/rs/java/tests/ImageProcessing_jb/src/com/android/rs/image/
Mandelbrot.java 23 import android.widget.TextView;
33 public boolean onBar1Setup(SeekBar b, TextView t) {
44 public boolean onBar2Setup(SeekBar b, TextView t) {
57 public boolean onBar3Setup(SeekBar b, TextView t) {
70 public boolean onBar4Setup(SeekBar b, TextView t) {
  /frameworks/support/samples/Support4Demos/src/com/example/android/supportv4/media/
QueueAdapter.java 27 import android.widget.TextView;
49 TextView mTitleView;
50 TextView mDescriptionView;
61 holder.mTitleView = (TextView) convertView.findViewById(R.id.title);
62 holder.mDescriptionView = (TextView) convertView.findViewById(R.id.description);
  /frameworks/support/samples/SupportDesignDemos/src/com/example/android/support/design/widget/
SimpleStringRecyclerViewAdapter.java 28 import android.widget.TextView;
42 public TextView mTextView;
44 public ViewHolder(TextView v) {
71 TextView textView = (TextView) LayoutInflater.from(parent.getContext())
73 textView.setBackgroundResource(mBackground);
74 return new ViewHolder(textView);
  /frameworks/support/samples/SupportLeanbackShowcase/app/src/main/java/android/support/v17/leanback/supportleanbackshowcase/app/details/
DetailsDescriptionPresenter.java 26 import android.widget.TextView;
47 TextView primaryText = mResourceCache.getViewById(viewHolder.view, R.id.primary_text);
48 TextView sndText1 = mResourceCache.getViewById(viewHolder.view, R.id.secondary_text_first);
49 TextView sndText2 = mResourceCache.getViewById(viewHolder.view, R.id.secondary_text_second);
50 TextView extraText = mResourceCache.getViewById(viewHolder.view, R.id.extra_text);
  /frameworks/support/samples/SupportLeanbackShowcase/app/src/main/java/android/support/v17/leanback/supportleanbackshowcase/cards/
TextCardView.java 27 import android.widget.TextView;
38 TextView extraText = (TextView) findViewById(R.id.extra_text);
39 TextView primaryText = (TextView) findViewById(R.id.primary_text);
  /packages/apps/DeskClock/src/com/android/deskclock/widget/
EllipsizeLayout.java 7 import android.widget.TextView;
10 * When this layout is in the Horizontal orientation and one and only one child is a TextView with a
11 * non-null android:ellipsize, this layout will reduce android:maxWidth of that TextView to ensure
49 * <li>Identifies the one TextView child with the non-null android:ellipsize.</li>
54 * the maximum width of the one TextView child with the non-null android:ellipsize is
69 TextView ellipsizeView = null;
79 if (child instanceof TextView) {
80 final TextView tv = (TextView) child;
  /packages/apps/DeskClock/src/com/android/deskclock/widget/selector/
AlarmSelectionAdapter.java 23 import android.widget.TextView;
54 final TextView alarmLabel = (TextView) row.findViewById(R.id.label);
67 final TextView daysOfWeekView = (TextView) row.findViewById(R.id.daysOfWeek);
  /packages/apps/Gallery2/src/com/android/photos/adapters/
AlbumSetCursorAdapter.java 29 import android.widget.TextView;
51 TextView titleTextView = (TextView) v.findViewById(
55 TextView countTextView = (TextView) v.findViewById(

Completed in 2237 milliseconds

<<11121314151617181920>>