|   /packages/apps/Contacts/src/com/android/contacts/list/ | 
| DefaultContactBrowseListFragment.java  | 33 import android.widget.TextView; 54     private TextView mCounterHeaderView; 61     private TextView mProfileTitle; 63     private TextView mSearchProgressText; 116         mCounterHeaderView = (TextView) getView().findViewById(R.id.contacts_count); 132         mSearchProgressText = (TextView) mSearchHeaderView.findViewById(R.id.totalContactsText); 286         mCounterHeaderView = (TextView) mProfileHeader.findViewById(R.id.contacts_count); 287         mProfileTitle = (TextView) mProfileHeader.findViewById(R.id.profile_title);
  | 
|   /packages/apps/Stk/src/com/android/stk/ | 
| StkInputActivity.java  | 36 import android.widget.TextView; 38 import android.widget.TextView.BufferType; 53     private TextView mPromptView = null; 121         mPromptView = (TextView) this.findViewById(R.id.prompt); 271         TextView numOfCharsView = (TextView) findViewById(R.id.num_of_chars); 272         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),
  | 
| ContentBrowserNavActivity.java  | 41 import android.widget.TextView; 63         TextView mText; 64         TextView mTitleView; 80             mText = new TextView(context); 92         public void init(TextView title, SeekBar seek) { 176         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/tests/coretests/src/android/view/ | 
| ViewGroupChildrenTest.java  | 29 import android.widget.TextView; 196         assertEquals("8", ((TextView) mGroup.getChildAt(0)).getText()); 217         assertEquals("17", ((TextView) mGroup.getChildAt(mGroup.getChildCount() - 1)).getText()); 259     private TextView createView(String text) { 260         TextView view = new TextView(getActivity());
  | 
|   /frameworks/base/media/tests/EffectsTest/src/com/android/effectstest/ | 
| BassBoostTest.java  | 30 import android.widget.TextView; 69         TextView textView; 87             textView = (TextView)findViewById(R.id.bbStrengthMin); 88             textView.setText("0"); 89             textView = (TextView)findViewById(R.id.bbStrengthMax); 90             textView.setText("1000"); 92             textView = (TextView)findViewById(R.id.bbStrengthValue)     [all...] | 
| VirtualizerTest.java  | 30 import android.widget.TextView; 69         TextView textView; 85             textView = (TextView)findViewById(R.id.virtStrengthMin); 86             textView.setText("0"); 87             textView = (TextView)findViewById(R.id.virtStrengthMax); 88             textView.setText("1000"); 90             textView = (TextView)findViewById(R.id.virtStrengthValue)     [all...] | 
|   /frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/impl/binding/ | 
| AdapterHelper.java  | 34 import android.widget.TextView; 59             TextView tv = new TextView(context); 86                     if (view instanceof TextView) { 87                         TextView tv = (TextView) view;
  | 
|   /packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/ | 
| UserDictionaryToolsEdit.java  | 33 import android.widget.TextView; 143             mReadEditText.setText(((TextView)sFocusingView).getText()); 144             mCandidateEditText.setText(((TextView)sFocusingPairView).getText()); 149             mBeforeEditWnnWord.stroke = ((TextView)sFocusingView).getText().toString(); 150             mBeforeEditWnnWord.candidate = ((TextView)sFocusingPairView).getText().toString(); 393         if ((((TextView)v).getText().length()) > MAX_TEXT_SIZE) {
  | 
|   /packages/apps/Settings/src/com/android/settings/applications/ | 
| RunningProcessesView.java  | 43 import android.widget.TextView; 76     TextView mBackgroundProcessText; 77     TextView mForegroundProcessText; 100             TextView uptimeView = null; 153         public TextView name; 154         public TextView description; 155         public TextView size; 156         public TextView uptime; 161             name = (TextView)v.findViewById(R.id.name); 162             description = (TextView)v.findViewById(R.id.description)     [all...] | 
|   /packages/apps/Settings/src/com/android/settings/fuelgauge/ | 
| PowerUsageDetail.java  | 50 import android.widget.TextView; 121     private TextView mTitleView; 201         final TextView summary = (TextView) mRootView.findViewById(android.R.id.summary); 208         mTitleView = (TextView) mRootView.findViewById(android.R.id.title); 211         final TextView text1 = (TextView)mRootView.findViewById(android.R.id.text1); 341                 TextView labelView = (TextView) item.findViewById(R.id.label); 342                 TextView valueView = (TextView) item.findViewById(R.id.value)     [all...] | 
|   /cts/apps/CtsVerifier/src/com/android/cts/verifier/backup/ | 
| BackupTestActivity.java  | 41 import android.widget.TextView; 282             TextView view = (TextView) convertView; 284                 view = (TextView) inflater.inflate(R.layout.test_category_row, parent, false); 313             TextView view = (TextView) convertView; 315                 view = (TextView) inflater.inflate(R.layout.bu_preference_row, parent, false); 341             TextView view = (TextView) convertView; 343                 view = (TextView) inflater.inflate(R.layout.bu_preference_row, parent, false)     [all...] | 
|   /developers/build/prebuilts/gradle/BatchStepSensor/BatchStepSensorSample/src/main/java/com/example/android/batchstepsensor/ | 
| Card.java  | 32 import android.widget.TextView; 68     private TextView mTitleView = null; 69     private TextView mDescView = null; 490             // Check that the layout contains a TextView with the card_title id 493                 mCard.mTitleView = (TextView) viewTitle; 499             // Check that the layout contains a TextView with the card_content id 502                 mCard.mDescView = (TextView) viewDesc; 594                 ((TextView) progressView.findViewById(R.id.card_progress_text)) 645         private TextView progressLabel = null; 690             final TextView labelView = getProgressLabel()     [all...] | 
|   /cts/apps/CtsVerifier/src/com/android/cts/verifier/camera/intents/ | 
| CameraIntentsActivity.java  | 37 import android.widget.TextView; 234         TextView intentsLabel = 235                 (TextView) findViewById(R.id.intents_text); 246         TextView instructionLabel = 247                 (TextView) findViewById(R.id.instruction_text); 252         TextView cameraExtraLabel = 253                 (TextView) findViewById(R.id.instruction_extra_text);
  | 
|   /external/chromium_org/chrome/android/java/src/org/chromium/chrome/browser/ | 
| CertificateViewer.java  | 20 import android.widget.TextView; 160         TextView title = addLabel(certificateView, label); 171     private TextView addLabel(LinearLayout certificateView, String label) { 172         TextView t = new TextView(mContext); 181         TextView t = new TextView(mContext);
  | 
|   /external/replicaisland/src/com/replica/replicaisland/ | 
| LevelSelectActivity.java  | 34 import android.widget.TextView; 153             TextView view = (TextView)sourceView.findViewById(mTextViewResource); 158             TextView view2 = (TextView)sourceView.findViewById(mTextViewResource2); 251 	            TextView text = (TextView)v.findViewById(R.id.title);
  | 
|   /external/robolectric/src/test/java/com/xtremelabs/robolectric/shadows/ | 
| TabHostTest.java  | 9 import android.widget.TextView; 112 				TextView tv = new TextView(null); 120         TextView textView = (TextView) tabHost.getCurrentView(); 122         assertThat(textView.getText().toString(), equalTo("The Text of Foo")); 134          TextView textView = (TextView) tabHost.getCurrentView()     [all...] | 
|   /frameworks/base/core/java/android/app/ | 
| ProgressDialog.java  | 33 import android.widget.TextView; 55     private TextView mMessageView; 58     private TextView mProgressNumber; 60     private TextView mProgressPercent; 160             mProgressNumber = (TextView) view.findViewById(R.id.progress_number); 161             mProgressPercent = (TextView) view.findViewById(R.id.progress_percent); 168             mMessageView = (TextView) view.findViewById(R.id.message);
  | 
|   /packages/apps/Browser/src/com/android/browser/ | 
| BrowserSnapshotPage.java  | 48 import android.widget.TextView; 280             TextView title = (TextView) view.findViewById(R.id.title); 282             TextView size = (TextView) view.findViewById(R.id.size); 288             TextView date = (TextView) view.findViewById(R.id.date);
  | 
| PageDialogsHandler.java  | 31 import android.widget.TextView; 156         ((TextView) pageInfoView.findViewById(R.id.address)).setText(url); 157         ((TextView) pageInfoView.findViewById(R.id.title)).setText(title); 354             TextView successString = (TextView)table.findViewById(R.id.success); 393         TextView textView = (TextView) inflater.inflate(R.layout.ssl_warning, 395         textView.setText(error); 396         parent.addView(textView);     [all...] | 
|   /packages/apps/Calendar/src/com/android/calendar/event/ | 
| CreateEventDialogFragment.java  | 39 import android.widget.TextView; 71     private TextView mCalendarName; 72     private TextView mAccountName; 73     private TextView mDate; 134         mCalendarName = (TextView) view.findViewById(R.id.calendar_name); 135         mAccountName = (TextView) view.findViewById(R.id.account_name); 140         mDate = (TextView) view.findViewById(R.id.event_day);
  |