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

<<11121314151617181920>>

  /frameworks/base/tests/WindowAnimationJank/src/android/windowanimationjank/
ElementLayoutActivity.java 24 import android.widget.TextView;
41 private TextView mIndicator;
52 mIndicator = new TextView(this);
88 TextView textView = new TextView(this);
97 textView.setText(buffer);
98 mLayout.addView(textView);
  /frameworks/support/samples/Support4Demos/src/com/example/android/supportv4/app/
SharingReceiverSupport.java 27 import android.widget.TextView;
54 TextView info = (TextView) findViewById(R.id.app_info);
60 TextView tv = (TextView) findViewById(R.id.text);
  /packages/apps/Camera2/src/com/android/camera/
OnScreenHint.java 26 import android.widget.TextView;
111 TextView tv = (TextView) v.findViewById(R.id.message);
129 TextView tv = (TextView) mNextView.findViewById(R.id.message);
  /packages/apps/Contacts/tests/src/com/android/contacts/tests/allintents/
SelectAccountDialogFragment.java 30 import android.widget.TextView;
61 final TextView text1 = (TextView)resultView.findViewById(android.R.id.text1);
62 final TextView text2 = (TextView)resultView.findViewById(android.R.id.text2);
  /packages/apps/Dialer/src/com/android/dialer/list/
PhoneFavoriteSquareTileView.java 25 import android.widget.TextView;
53 final TextView nameView = (TextView) findViewById(R.id.contact_tile_name);
55 final TextView phoneTypeView = (TextView) findViewById(R.id.contact_tile_phone_type);
  /packages/apps/Dialer/src/com/android/dialer/widget/
EmptyContentView.java 26 import android.widget.TextView;
36 private TextView mDescriptionView;
37 private TextView mActionView;
67 mDescriptionView = (TextView) findViewById(R.id.emptyListViewMessage);
68 mActionView = (TextView) findViewById(R.id.emptyListViewAction);
  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/controller/
TitledSlider.java 26 import android.widget.TextView;
34 private TextView mControlName;
35 private TextView mControlValue;
52 mControlName = (TextView) mTopView.findViewById(R.id.controlName);
53 mControlValue = (TextView) mTopView.findViewById(R.id.controlValue);
  /packages/apps/Messaging/src/com/android/messaging/ui/
PermissionCheckActivity.java 27 import android.widget.TextView;
44 private TextView mNextView;
45 private TextView mSettingsView;
64 mNextView = (TextView) findViewById(R.id.next);
72 mSettingsView = (TextView) findViewById(R.id.settings);
  /packages/apps/Messaging/src/com/android/messaging/ui/conversationsettings/
PeopleOptionsItemView.java 25 import android.widget.TextView;
44 private TextView mTitle;
45 private TextView mSubtitle;
57 mTitle = (TextView) findViewById(R.id.title);
58 mSubtitle = (TextView) findViewById(R.id.subtitle);
  /packages/apps/Messaging/tests/src/com/android/messaging/ui/conversation/
ConversationMessageViewTest.java 22 import android.widget.TextView;
55 final TextView messageTextView = (TextView) view.findViewById(R.id.message_text);
56 final TextView statusTextView = (TextView) view.findViewById(R.id.message_status);
  /packages/apps/PackageInstaller/src/com/android/packageinstaller/permission/ui/wear/settings/
PermissionsSettingsAdapter.java 24 import android.widget.TextView;
50 viewHolder.textView.setEnabled(false);
56 viewHolder.textView.setEnabled(true);
68 public final TextView state;
72 state = (TextView) view.findViewById(R.id.state);
77 private final TextView mState;
83 mState = (TextView) findViewById(R.id.state);
  /packages/apps/Settings/src/com/android/settings/
SetFullBackupPassword.java 28 import android.widget.TextView;
35 TextView mCurrentPw, mNewPw, mConfirmNewPw;
87 mCurrentPw = (TextView) findViewById(R.id.current_backup_pw);
88 mNewPw = (TextView) findViewById(R.id.new_backup_pw);
89 mConfirmNewPw = (TextView) findViewById(R.id.confirm_new_backup_pw);
  /packages/apps/TV/src/com/android/tv/dvr/ui/
RecordingCardView.java 29 import android.widget.TextView;
43 private final TextView mTitleView;
44 private final TextView mContentView;
61 mTitleView = (TextView) findViewById(R.id.title);
62 mContentView = (TextView) findViewById(R.id.content);
  /packages/apps/TV/src/com/android/tv/ui/
InputBannerView.java 25 import android.widget.TextView;
46 private TextView mInputLabelTextView;
47 private TextView mSecondaryInputLabelTextView;
66 mInputLabelTextView = (TextView) findViewById(R.id.input_label);
67 mSecondaryInputLabelTextView = (TextView) findViewById(R.id.secondary_input_label);
  /packages/apps/TV/src/com/android/tv/ui/sidepanel/
ChannelCheckItem.java 21 import android.widget.TextView;
35 private TextView mProgramTitleView;
36 private TextView mChannelNumberView;
91 mChannelNumberView = (TextView) view.findViewById(R.id.channel_number);
92 mProgramTitleView = (TextView) view.findViewById(R.id.program_title);
  /packages/apps/Tag/src/com/android/apps/tag/
TagViewer.java 34 import android.widget.TextView;
85 TextView empty = (TextView) inflater.inflate(R.layout.tag_text, content, false);
96 TextView empty = (TextView) inflater.inflate(R.layout.tag_text, content, false);
  /packages/apps/TvSettings/Settings/src/com/android/tv/settings/connectivity/setup/
MessageWizardFragment.java 26 import android.widget.TextView;
58 final TextView titleView = (TextView) view.findViewById(R.id.status_text);
88 TextView titleView = (TextView) getView().findViewById(R.id.status_text);
  /packages/services/Car/tests/EmbeddedKitchenSinkApp/src/com/google/android/car/kitchensink/keyboard/
KeyboardFragment.java 28 import android.widget.TextView;
41 private TextView mOnSearchText;
42 private TextView mOnEditText;
80 mOnSearchText = (TextView) v.findViewById(R.id.search_text);
81 mOnEditText = (TextView) v.findViewById(R.id.edit_text);
  /pdk/apps/TestingCamera2/src/com/android/testingcamera2/
LogPane.java 37 import android.widget.TextView;
41 private final TextView mLogTextView;
54 TextView titleText = new TextView(context);
63 mLogTextView = new TextView(context);
  /sdk/apps/NotificationStudio/src/com/android/notificationstudio/editor/
DropDownEditor.java 26 import android.widget.TextView;
46 TextView v = (TextView) super.getDropDownView(position, convertView, parent);
55 TextView v = (TextView) super.getView(position, convertView, parent);
  /developers/build/prebuilts/gradle/AlwaysOn/Wearable/src/main/java/com/example/android/wearable/wear/alwayson/
MainActivity.java 29 import android.widget.TextView;
81 private TextView mTimeTextView;
82 private TextView mTimeStampTextView;
83 private TextView mStateTextView;
84 private TextView mUpdateRateTextView;
85 private TextView mDrawCountTextView;
134 mTimeTextView = (TextView) stub.findViewById(R.id.time);
135 mTimeStampTextView = (TextView) stub.findViewById(R.id.time_stamp);
136 mStateTextView = (TextView) stub.findViewById(R.id.state);
137 mUpdateRateTextView = (TextView) stub.findViewById(R.id.update_rate)
    [all...]
  /developers/build/prebuilts/gradle/CommitContentSampleApp/app/src/main/java/com/example/android/commitcontent/app/
MainActivity.java 35 import android.widget.TextView;
47 private TextView mLabel;
48 private TextView mContentUri;
49 private TextView mLinkUri;
50 private TextView mMimeTypes;
51 private TextView mFlags;
92 mMimeTypes = (TextView) findViewById(R.id.text_commit_content_mime_types);
93 mLabel = (TextView) findViewById(R.id.text_commit_content_label);
94 mContentUri = (TextView) findViewById(R.id.text_commit_content_content_uri);
95 mLinkUri = (TextView) findViewById(R.id.text_commit_content_link_uri)
    [all...]
  /developers/samples/android/input/keyboard/CommitContentSampleApp/app/src/main/java/com/example/android/commitcontent/app/
MainActivity.java 35 import android.widget.TextView;
47 private TextView mLabel;
48 private TextView mContentUri;
49 private TextView mLinkUri;
50 private TextView mMimeTypes;
51 private TextView mFlags;
92 mMimeTypes = (TextView) findViewById(R.id.text_commit_content_mime_types);
93 mLabel = (TextView) findViewById(R.id.text_commit_content_label);
94 mContentUri = (TextView) findViewById(R.id.text_commit_content_content_uri);
95 mLinkUri = (TextView) findViewById(R.id.text_commit_content_link_uri)
    [all...]
  /developers/samples/android/wearable/wear/AlwaysOn/Wearable/src/main/java/com/example/android/wearable/wear/alwayson/
MainActivity.java 29 import android.widget.TextView;
81 private TextView mTimeTextView;
82 private TextView mTimeStampTextView;
83 private TextView mStateTextView;
84 private TextView mUpdateRateTextView;
85 private TextView mDrawCountTextView;
134 mTimeTextView = (TextView) stub.findViewById(R.id.time);
135 mTimeStampTextView = (TextView) stub.findViewById(R.id.time_stamp);
136 mStateTextView = (TextView) stub.findViewById(R.id.state);
137 mUpdateRateTextView = (TextView) stub.findViewById(R.id.update_rate)
    [all...]
  /development/samples/ApiDemos/src/com/example/android/apis/animation/
AnimatorEvents.java 24 import android.widget.TextView;
50 TextView startText, repeatText, cancelText, endText;
51 TextView startTextAnimator, repeatTextAnimator, cancelTextAnimator, endTextAnimator;
60 startText = (TextView) findViewById(R.id.startText);
62 repeatText = (TextView) findViewById(R.id.repeatText);
64 cancelText = (TextView) findViewById(R.id.cancelText);
66 endText = (TextView) findViewById(R.id.endText);
68 startTextAnimator = (TextView) findViewById(R.id.startTextAnimator);
70 repeatTextAnimator = (TextView) findViewById(R.id.repeatTextAnimator);
72 cancelTextAnimator = (TextView) findViewById(R.id.cancelTextAnimator)
    [all...]

Completed in 1719 milliseconds

<<11121314151617181920>>