| /tools/build/testapps/repo/library/src/main/java/com/example/android/multiproject/ | 
| ShowPeopleActivity.java | 6 import android.widget.TextView; 
 | 
| /cts/tests/tests/widget/src/android/widget/cts/ | 
| TabHostTest.java | 30 import android.widget.TextView; 251         TextView textView = (TextView) tabHost.getCurrentView();
 252         assertEquals(TabHostStubActivity.INITIAL_VIEW_TEXT, textView.getText().toString());
 291         TextView child0 = (TextView) tabHost.getTabContentView().getChildAt(0);
 295         TextView child2 = (TextView) tabHost.getTabContentView().getChildAt(2);
 307         child0 = (TextView) tabHost.getTabContentView().getChildAt(0)
 [all...]
 | 
| /frameworks/support/v4/java/android/support/v4/view/ | 
| PagerTitleStrip.java | 29 import android.widget.TextView; 49     TextView mPrevText;
 50     TextView mCurrText;
 51     TextView mNextText;
 83         void setSingleLineAllCaps(TextView text);
 87         public void setSingleLineAllCaps(TextView text) {
 93         public void setSingleLineAllCaps(TextView text) {
 107     private static void setSingleLineAllCaps(TextView text) {
 118         addView(mPrevText = new TextView(context));
 119         addView(mCurrText = new TextView(context))
 [all...]
 | 
| /packages/apps/Calendar/src/com/android/calendar/ | 
| CalendarViewAdapter.java | 29 import android.widget.TextView; 179             TextView weekDay = (TextView) v.findViewById(R.id.top_button_weekday);
 180             TextView date = (TextView) v.findViewById(R.id.top_button_date);
 221             TextView title = (TextView) v;
 262         TextView viewType = (TextView)v.findViewById(R.id.button_view);
 263         TextView date = (TextView)v.findViewById(R.id.button_date)
 [all...]
 | 
| /packages/apps/Calendar/src/com/android/calendar/event/ | 
| AttendeesView.java | 52 import android.widget.TextView; 78     // TextView shown at the top of each type of attendees
 148         final TextView textView =
 149             (TextView)mInflater.inflate(R.layout.event_info_label, this, false);
 150         textView.setText(label);
 151         textView.setClickable(false);
 152         return textView;
 159             ((TextView)divider).setText(label);
 162             ((TextView)divider).setText(label + " (" + count + ")")
 [all...]
 | 
| /packages/apps/KeyChain/src/com/android/keychain/ | 
| KeyChainActivity.java | 42 import android.widget.TextView; 159         TextView contextView = (TextView) View.inflate(this, R.layout.cert_chooser_header, null);
 253         TextView installText = (TextView) footer.findViewById(R.id.cert_chooser_install_message);
 296                 holder.mAliasTextView = (TextView) view.findViewById(R.id.cert_item_alias);
 297                 holder.mSubjectTextView = (TextView) view.findViewById(R.id.cert_item_subject);
 324             private final TextView mSubjectView;
 325             private CertLoader(int adapterPosition, TextView subjectView) {
 357         TextView mAliasTextView
 [all...]
 | 
| /packages/apps/Settings/src/com/android/settings/ | 
| DeviceAdminAdd.java | 49 import android.widget.TextView; 70     TextView mAdminName;
 71     TextView mAdminDescription;
 72     TextView mAddMsg;
 75     TextView mAdminWarning;
 158         mAdminName = (TextView)findViewById(R.id.admin_name);
 159         mAdminDescription = (TextView)findViewById(R.id.admin_description);
 161         mAddMsg = (TextView)findViewById(R.id.add_msg);
 172         mAdminWarning = (TextView) findViewById(R.id.admin_warning);
 327         TextView tv = (TextView) v
 [all...]
 | 
| /development/samples/ApiDemos/src/com/example/android/apis/app/ | 
| FragmentAlertDialog.java | 31 import android.widget.TextView; 44         ((TextView)tv).setText("Example of displaying an alert dialog with a DialogFragment");
 
 | 
| FragmentDialogOrActivity.java | 31 import android.widget.TextView; 77             ((TextView)tv).setText("This is an instance of MyDialogFragment");
 
 | 
| /development/samples/Support4Demos/src/com/example/android/supportv4/app/ | 
| FragmentAlertDialogSupport.java | 32 import android.widget.TextView; 45         ((TextView)tv).setText("Example of displaying an alert dialog with a DialogFragment");
 
 | 
| FragmentDialogOrActivitySupport.java | 30 import android.widget.TextView; 76             ((TextView)tv).setText("This is an instance of MyDialogFragment");
 
 | 
| /development/samples/training/AnimationsDemo/src/com/example/android/animationsdemo/ | 
| LayoutChangesActivity.java | 28 import android.widget.TextView; 85         ((TextView) newView.findViewById(android.R.id.text1)).setText(
 
 | 
| /external/replicaisland/src/com/replica/replicaisland/ | 
| ConversationDialogActivity.java | 35 import android.widget.TextView; 85     private void formatPages(Conversation conversation, TextView textView) {
 87         final int maxWidth = textView.getWidth();
 88         final int maxHeight = textView.getHeight();
 89         paint.setTextSize(textView.getTextSize());
 90         paint.setTypeface(textView.getTypeface());
 192         TextView title = (TextView)findViewById(R.id.speakername);
 204     		TextView textView = (TextView)findViewById(R.id.typewritertext)
 [all...]
 | 
| /frameworks/base/core/tests/coretests/src/android/view/ | 
| VisibilityCallback.java | 22 import android.widget.TextView; 77     public static class MonitoredTextView extends TextView {
 
 | 
| /frameworks/base/tests/RenderScriptTests/ImageProcessing/src/com/android/rs/image/ | 
| Grain.java | 29 import android.widget.TextView; 37     public boolean onBar1Setup(SeekBar b, TextView t) {
 
 | 
| /frameworks/base/tests/RenderScriptTests/ImageProcessing2/src/com/android/rs/image/ | 
| Grain.java | 24 import android.widget.TextView; 32     public boolean onBar1Setup(SeekBar b, TextView t) {
 
 | 
| /packages/apps/Contacts/src/com/android/contacts/list/ | 
| DefaultContactBrowseListFragment.java | 32 import android.widget.TextView; 47     private TextView mCounterHeaderView;
 54     private TextView mProfileTitle;
 56     private TextView mSearchProgressText;
 104         mCounterHeaderView = (TextView) getView().findViewById(R.id.contacts_count);
 120         mSearchProgressText = (TextView) mSearchHeaderView.findViewById(R.id.totalContactsText);
 274         mCounterHeaderView = (TextView) mProfileHeader.findViewById(R.id.contacts_count);
 275         mProfileTitle = (TextView) mProfileHeader.findViewById(R.id.profile_title);
 
 | 
| /packages/apps/Email/src/com/android/email/activity/ | 
| MessageListItemCoordinates.java | 30 import android.widget.TextView; 222     private static int getLineCount(TextView textView) {
 223         return textView.getHeight() / textView.getLineHeight();
 279             TextView senders = (TextView) view.findViewById(R.id.senders);
 287             TextView subject = (TextView) view.findViewById(R.id.subject);
 301             TextView date = (TextView) view.findViewById(R.id.date)
 [all...]
 | 
| /packages/apps/Stk/src/com/android/stk/ | 
| StkInputActivity.java | 35 import android.widget.TextView; 37 import android.widget.TextView.BufferType;
 52     private TextView mPromptView = null;
 120         mPromptView = (TextView) this.findViewById(R.id.prompt);
 265         TextView numOfCharsView = (TextView) findViewById(R.id.num_of_chars);
 266         TextView inTypeView = (TextView) findViewById(R.id.input_type);
 
 | 
| /packages/experimental/Bummer/src/com/android/dreams/bummer/ | 
| BummerView.java | 24 import android.widget.TextView; 26 public class BummerView extends TextView {
 
 | 
| /packages/screensavers/PhotoTable/src/com/android/dreams/phototable/ | 
| BummerView.java | 24 import android.widget.TextView; 26 public class BummerView extends TextView {
 
 | 
| /development/samples/ApiDemos/src/com/example/android/apis/view/ | 
| ContentBrowserActivity.java | 41 import android.widget.TextView; 62         TextView mText;
 63         TextView mTitleView;
 79             mText = new TextView(context);
 91         public void init(TextView title, SeekBar seek) {
 174         mContent.init((TextView)findViewById(R.id.title),
 
 | 
| /development/samples/VoicemailProviderDemo/src/com/example/android/voicemail/ | 
| AddVoicemailActivity.java | 39 import android.widget.TextView; 74     private TextView mTime;
 76     private TextView mProviderPackage;
 78     private TextView mMimeType;
 80     private TextView mSenderNumber;
 82     private TextView mDuration;
 
 | 
| /frameworks/base/core/java/android/accounts/ | 
| GrantCredentialsPermissionActivity.java | 22 import android.widget.TextView; 91         final TextView authTokenTypeView = (TextView) findViewById(R.id.authtoken_type);
 131         ((TextView) findViewById(R.id.account_name)).setText(mAccount.name);
 132         ((TextView) findViewById(R.id.account_type)).setText(accountTypeLabel);
 155         ((TextView) view.findViewById(R.id.package_label)).setText(packageLabel);
 
 | 
| /frameworks/base/core/java/com/android/internal/widget/ | 
| DigitalClock.java | 33 import android.widget.TextView; 52     private TextView mTimeDisplayBackground;
 53     private TextView mTimeDisplayForeground;
 105         private TextView mAmPmTextView;
 110             // mAmPmTextView = (TextView) parent.findViewById(R.id.am_pm);
 170         mTimeDisplayBackground = (TextView) findViewById(R.id.timeDisplayBackground);
 174         mTimeDisplayForeground = (TextView) findViewById(R.id.timeDisplayForeground);
 
 |