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

<<11121314151617181920>>

  /frameworks/base/tests/HwAccelerationTest/src/com/android/test/hwui/
ViewFlipperActivity.java 26 import android.widget.TextView;
44 ((TextView) view.findViewById(R.id.widget_text)).setText("This is a long line of text, "
50 ((TextView) view.findViewById(R.id.widget_text)).setText("Another very long line of text, "
ViewLayersActivity3.java 28 import android.widget.TextView;
55 TextView v = (TextView) super.getView(position, convertView, parent);
  /frameworks/base/tests/LocationTracker/src/com/android/locationtracker/data/
TrackerListHelper.java 23 import android.widget.TextView;
68 final TextView v = (TextView) view
  /frameworks/base/tools/layoutlib/bridge/tests/res/testApp/MyApplication/src/main/java/com/android/layoutlib/test/myapplication/
ArraysCheckWidget.java 7 import android.widget.TextView;
36 TextView textView = new TextView(context);
37 textView.setText(string);
38 textView.setTextSize(30);
39 addView(textView);
  /frameworks/data-binding/integration-tests/TestApp/app/src/androidTestApi7/java/android/databinding/testapp/multiconfig/
LandscapeConfigTest.java 29 import android.widget.TextView;
41 assertPublicField(TextView.class, "objectInLandTextView");
42 assertPublicField(TextView.class, "objectInDefaultTextView");
PortraitConfigTest.java 29 import android.widget.TextView;
40 assertPublicField(TextView.class, "objectInLandTextView");
41 assertPublicField(TextView.class, "objectInDefaultTextView");
  /frameworks/support/samples/SupportAppNavigation/src/com/example/android/support/appnavigation/app/
PeerActivity.java 28 import android.widget.TextView;
44 TextView tv = (TextView) findViewById(R.id.peer_counter);
  /frameworks/support/v17/leanback/src/android/support/v17/leanback/widget/
AbstractDetailsDescriptionPresenter.java 24 import android.widget.TextView;
40 final TextView mTitle;
41 final TextView mSubtitle;
42 final TextView mBody;
58 mTitle = (TextView) view.findViewById(R.id.lb_details_description_title);
59 mSubtitle = (TextView) view.findViewById(R.id.lb_details_description_subtitle);
60 mBody = (TextView) view.findViewById(R.id.lb_details_description_body);
131 public TextView getTitle() {
135 public TextView getSubtitle() {
139 public TextView getBody()
    [all...]
  /frameworks/support/v17/preference-leanback/src/android/support/v17/preference/
LeanbackPreferenceFragment.java 24 import android.widget.TextView;
64 final TextView decorTitle = (TextView) view.findViewById(R.id.decor_title);
  /packages/apps/Bluetooth/src/com/android/bluetooth/opp/
BluetoothOppBtErrorActivity.java 41 import android.widget.TextView;
74 TextView contentView = (TextView)view.findViewById(R.id.content);
  /packages/apps/Contacts/src/com/android/contacts/group/
GroupDetailDisplayUtils.java 23 import android.widget.TextView;
46 TextView label = (TextView) view.findViewById(android.R.id.title);
48 throw new IllegalStateException("Group source view must contain a TextView with id"
  /packages/apps/LegacyCamera/src/com/android/camera/ui/
RotateTextToast.java 27 import android.widget.TextView;
40 TextView tv = (TextView) mToast.findViewById(R.id.message);
  /packages/apps/Messaging/src/com/android/messaging/ui/
BlockedParticipantListItemView.java 24 import android.widget.TextView;
35 private TextView mNameTextView;
45 mNameTextView = (TextView) findViewById(R.id.name);
ListEmptyView.java 24 import android.widget.TextView;
33 private TextView mEmptyTextHint;
44 mEmptyTextHint = (TextView) findViewById(R.id.empty_text_hint);
  /packages/apps/Messaging/src/com/android/messaging/ui/conversationsettings/
CopyContactDetailDialog.java 25 import android.widget.TextView;
58 TextView textView = (TextView) inflater.inflate(R.layout.copy_contact_dialog_view, null,
60 textView.setText(mContactDetail);
63 textView.setContentDescription(vocalizedDisplayName);
64 return textView;
  /packages/apps/Music/src/com/android/music/
DeleteItems.java 26 import android.widget.TextView;
30 private TextView mPrompt;
44 mPrompt = (TextView)findViewById(R.id.prompt);
  /packages/apps/PackageInstaller/src/com/android/packageinstaller/permission/ui/handheld/
RestrictedSwitchPreference.java 24 import android.widget.TextView;
50 final TextView summaryView = (TextView) view.findViewById(android.R.id.summary);
  /packages/apps/PackageInstaller/src/com/android/packageinstaller/permission/ui/television/
SettingsWithHeader.java 27 import android.widget.TextView;
66 final TextView decorTitle = (TextView) mHeader.findViewById(R.id.decor_title);
  /packages/apps/QuickSearchBox/src/com/android/quicksearchbox/
DialogActivity.java 24 import android.widget.TextView;
31 protected TextView mTitleView;
39 mTitleView = (TextView) findViewById(R.id.alertTitle);
  /packages/apps/QuickSearchBox/src/com/android/quicksearchbox/ui/
CorpusView.java 28 import android.widget.TextView;
37 private TextView mLabel;
56 mLabel = (TextView) findViewById(R.id.source_label);
  /packages/apps/Settings/src/com/android/settings/
DimmableIconPreference.java 26 import android.widget.TextView;
68 final TextView titleView = (TextView) view.findViewById(android.R.id.title);
IconPreferenceScreen.java 26 import android.widget.TextView;
54 TextView textView = (TextView) view.findViewById(android.R.id.title);
LinkifyUtils.java 24 import android.widget.TextView;
25 import android.widget.TextView.BufferType;
28 * Utility class to create clickable links inside {@link TextView TextViews}.
43 * Applies the text into the {@link TextView} and part of it a clickable link.
49 public static boolean linkify(TextView textView, StringBuilder text,
54 textView.setText(text);
60 textView.setText(text);
65 textView.setText(text.toString(), BufferType.SPANNABLE);
66 textView.setMovementMethod(LinkMovementMethod.getInstance())
    [all...]
  /packages/apps/Settings/src/com/android/settings/accessibility/
PresetPreference.java 24 import android.widget.TextView;
63 final TextView summary = (TextView) view.findViewById(R.id.summary);
  /packages/apps/Settings/src/com/android/settings/applications/
AppDomainsPreference.java 22 import android.widget.TextView;
62 final TextView domainName = (TextView) view.findViewById(R.id.domain_name);

Completed in 1430 milliseconds

<<11121314151617181920>>