/development/samples/ApiDemos/src/com/example/android/apis/view/ |
List6.java | 27 import android.widget.TextView; 375 mTitle = new TextView(context); 379 mDialogue = new TextView(context); 407 private TextView mTitle; 408 private TextView mDialogue;
|
ExpandableList1.java | 31 import android.widget.TextView; 65 String title = ((TextView) info.targetView).getText().toString(); 111 public TextView getGenericView() { 116 TextView textView = new TextView(ExpandableList1.this); 117 textView.setLayoutParams(lp); 119 textView.setGravity(Gravity.CENTER_VERTICAL | Gravity.LEFT); 121 textView.setPaddingRelative(36, 0, 0, 0); 123 textView.setTextAlignment(View.TEXT_ALIGNMENT_VIEW_START) [all...] |
/development/samples/JetBoy/src/com/example/android/jetboy/ |
JetBoy.java | 30 import android.widget.TextView; 47 private TextView mTextView; 50 private TextView mTimerView; 74 mTextView = (TextView)findViewById(R.id.text); 75 mTimerView = (TextView)findViewById(R.id.timer);
|
/development/samples/SearchableDictionary/src/com/example/android/searchabledict/ |
WordActivity.java | 32 import android.widget.TextView; 56 TextView word = (TextView) findViewById(R.id.word); 57 TextView definition = (TextView) findViewById(R.id.definition);
|
/development/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);
|
/development/samples/training/TabCompat/src/com/example/android/tabcompat/ |
MainActivity.java | 31 import android.widget.TextView; 111 TextView textView = new TextView(getActivity()); 112 textView.setGravity(Gravity.CENTER); 113 textView.setText(R.string.tab_photos); 114 return textView; 123 TextView textView = new TextView(getActivity()) [all...] |
/development/samples/training/basic/ActivityLifecycle/src/com/example/android/lifecycle/ |
ActivityA.java | 23 import android.widget.TextView; 34 private TextView mStatusView; 35 private TextView mStatusAllView; 43 mStatusView = (TextView)findViewById(R.id.status_view_a); 44 mStatusAllView = (TextView)findViewById(R.id.status_view_all_a);
|
ActivityB.java | 23 import android.widget.TextView; 34 private TextView mStatusView; 35 private TextView mStatusAllView; 43 mStatusView = (TextView)findViewById(R.id.status_view_b); 44 mStatusAllView = (TextView)findViewById(R.id.status_view_all_b);
|
ActivityC.java | 23 import android.widget.TextView; 34 private TextView mStatusView; 35 private TextView mStatusAllView; 43 mStatusView = (TextView)findViewById(R.id.status_view_c); 44 mStatusAllView = (TextView)findViewById(R.id.status_view_all_c);
|
/external/chromium_org/ui/android/java/src/org/chromium/ui/autofill/ |
AutofillListAdapter.java | 15 import android.widget.TextView; 47 TextView labelView = (TextView) layout.findViewById(R.id.autofill_label); 69 TextView sublabelView = (TextView) layout.findViewById(R.id.autofill_sublabel);
|
/external/replicaisland/src/com/replica/replicaisland/ |
SliderPreference.java | 22 import android.widget.TextView; 67 TextView minText = (TextView)view.findViewById(R.id.min); 72 TextView maxText = (TextView)view.findViewById(R.id.max);
|
/external/robolectric/src/test/java/com/xtremelabs/robolectric/shadows/ |
ViewInnerTextTest.java | 7 import android.widget.TextView; 28 top.addView(textView("blah")); 30 top.addView(textView("a b c")); 35 innerLayout.addView(textView("d e f")); 36 innerLayout.addView(textView("g h i")); 37 innerLayout.addView(textView("")); 38 innerLayout.addView(textView(null)); 39 innerLayout.addView(textView("jkl!")); 41 top.addView(textView("mnop")); 49 top.addView(textView("blah", View.VISIBLE)) [all...] |
/frameworks/base/packages/Keyguard/src/com/android/keyguard/ |
NumPadKey.java | 27 import android.widget.TextView; 37 TextView mTextView = null; 46 if (v != null && v instanceof TextView) { 47 mTextView = (TextView) v; 110 public void setTextView(TextView tv) {
|
/frameworks/base/tests/TransitionTests/src/com/android/transitiontests/ |
ListViewAddRemoveNoTransition.java | 26 import android.widget.TextView; 58 TextView v = (TextView) listview.getChildAt(i); 69 TextView v = (TextView) listview.getChildAt(i);
|
/packages/apps/Contacts/tests/src/com/android/contacts/detail/ |
ContactDetailDisplayUtilsTest.java | 26 import android.widget.TextView; 74 TextView textView = (TextView) parent.findViewById(textViewId); 75 assertNotNull(textView); 76 assertEquals(View.VISIBLE, textView.getVisibility()); 77 assertEquals(expectedText, textView.getText().toString()); 82 TextView textView = (TextView) parent.findViewById(textViewId) [all...] |
/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/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/Mms/src/com/android/mms/ui/ |
SlideListItemView.java | 35 import android.widget.TextView; 45 private TextView mTextPreview; 47 private TextView mAttachmentName; 60 mTextPreview = (TextView) findViewById(R.id.text_preview); 63 mAttachmentName = (TextView) findViewById(R.id.attachment_name);
|
/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/Settings/src/com/android/settings/inputmethod/ |
CheckBoxAndSettingsPreference.java | 30 import android.widget.TextView; 35 private TextView mTitleText; 36 private TextView mSummaryText; 59 mTitleText = (TextView)view.findViewById(android.R.id.title); 60 mSummaryText = (TextView)view.findViewById(android.R.id.summary);
|
/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/UnifiedEmail/src/com/android/mail/browse/ |
SpamWarningView.java | 9 import android.widget.TextView; 19 private TextView mSpamWarningText; 20 private TextView mSpamWarningLink; 40 mSpamWarningText = (TextView) findViewById(R.id.spam_warning_text); 41 mSpamWarningLink = (TextView) findViewById(R.id.spam_warning_link);
|
/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);
|
/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...] |
/development/samples/ApiDemos/src/com/example/android/apis/media/ |
AudioFxDemo.java | 40 import android.widget.TextView; 55 private TextView mStatusTextView; 63 mStatusTextView = new TextView(this); 101 TextView eqTextView = new TextView(this); 113 TextView freqTextView = new TextView(this); 124 TextView minDbTextView = new TextView(this); 130 TextView maxDbTextView = new TextView(this) [all...] |