Searched 
refs:TextView (Results 
576 -
		600 of 
1057) sorted by null 
<<21222324252627282930>>
		| /packages/apps/Mms/src/com/android/mms/ui/ | 
| BasicSlideEditorView.java | 34 import android.widget.TextView; 47     private TextView mAudioNameView;
 64         mAudioNameView = (TextView) findViewById(R.id.audio_name);
 
 | 
| EditSlideDurationActivity.java | 30 import android.widget.TextView; 43     private TextView mLabel;
 79         mLabel = (TextView) findViewById(R.id.label);
 
 | 
| /packages/apps/PackageInstaller/src/com/android/packageinstaller/ | 
| PackageUtil.java | 31 import android.widget.TextView; 82         ((TextView)snippetView.findViewById(R.id.app_name)).setText(label);
 119         ((TextView)appSnippet.findViewById(R.id.app_name)).setText(as.label);
 
 | 
| /packages/apps/Phone/src/com/android/phone/ | 
| ADNList.java | 35 import android.widget.TextView; 69     private TextView mEmptyText;
 78         mEmptyText = (TextView) findViewById(android.R.id.empty);
 
 | 
| EnableFdnScreen.java | 30 import android.widget.TextView; 46     private TextView mStatusField;
 90         mStatusField = (TextView) findViewById(R.id.status);
 
 | 
| EnableIccPinScreen.java | 30 import android.widget.TextView; 46     private TextView mStatusField;
 84         mStatusField = (TextView) findViewById(R.id.status);
 
 | 
| /packages/apps/Phone/tests/src/com/android/phone/tests/ | 
| CallDialTest.java | 32 import android.widget.TextView; 46     private TextView mLabel;
 58         mLabel = (TextView) findViewById(R.id.label1);
 
 | 
| /packages/apps/Settings/src/com/android/settings/bluetooth/ | 
| RequestPermissionHelperActivity.java | 30 import android.widget.TextView; 80         TextView tv = (TextView) view.findViewById(R.id.message);
 
 | 
| /packages/apps/Stk/src/com/android/stk/ | 
| StkDialogActivity.java | 31 import android.widget.TextView; 77         TextView mMessageView = (TextView) window
 
 | 
| /packages/apps/Tag/src/com/android/apps/tag/record/ | 
| TextRecord.java | 30 import android.widget.TextView; 55         TextView text = (TextView) inflater.inflate(R.layout.tag_text, parent, false);
 
 | 
| /packages/apps/VideoEditor/src/com/android/videoeditor/ | 
| BaseAdapterWithImages.java | 33 import android.widget.TextView; 65         protected final TextView mNameView;
 69             mNameView = (TextView) rowView.findViewById(R.id.item_name);
 
 | 
| TransitionsActivity.java | 24 import android.widget.TextView; 48     private TextView mTransitionDurationView;
 59         mTransitionDurationView = (TextView)findViewById(R.id.transition_duration);
 
 | 
| /tools/motodev/src/plugins/android.codeutils/templates/activity_samples/quickaction/ | 
| quick_action.java | 33 import android.widget.TextView; 70 		TextView text = (TextView) action.findViewById(R.id.action_name);
 
 | 
| /development/samples/BluetoothChat/src/com/example/android/BluetoothChat/ | 
| BluetoothChat.java | 40 import android.widget.TextView; 153                 TextView view = (TextView) findViewById(R.id.edit_text_out);
 220     private TextView.OnEditorActionListener mWriteListener =
 221         new TextView.OnEditorActionListener() {
 222         public boolean onEditorAction(TextView view, int actionId, KeyEvent event) {
 
 | 
| /packages/apps/Contacts/tests/src/com/android/contacts/ | 
| CallDetailActivityTest.java | 35 import android.widget.TextView; 199         // Find the TextView containing the duration.  It should be initially displaying "00:00".
 200         List<TextView> views = mTestUtils.getTextViewsWithString(mActivityUnderTest, "00:00");
 202         TextView timeDisplay = views.get(0);
 308     private TextView assertHasOneTextViewContaining(String text) throws Throwable {
 310         List<TextView> views = mTestUtils.getTextViewsWithString(mActivityUnderTest, text);
 311         assertEquals("There should have been one TextView with text '" + text + "' but found "
 318         List<TextView> views = mTestUtils.getTextViewsWithString(mActivityUnderTest, text);
 
 | 
| /packages/apps/Gallery2/src/com/android/gallery3d/app/ | 
| CommonControllerOverlay.java | 32 import android.widget.TextView; 61     protected final TextView mErrorView;
 93         TextView loadingText = createOverlayTextView(context);
 119     private TextView createOverlayTextView(Context context) {
 120         TextView view = new TextView(context);
 
 | 
| /packages/apps/Music/src/com/android/music/ | 
| MediaPickerActivity.java | 35 import android.widget.TextView; 250            TextView tv = (TextView) v.findViewById(R.id.duration);
 261             TextView tv = (TextView) view.findViewById(R.id.line1);
 265             tv = (TextView) view.findViewById(R.id.line2);
 
 | 
| /packages/apps/Settings/src/com/android/settings/ | 
| CredentialStorage.java | 39 import android.widget.TextView; 388         private final TextView mOldPassword;
 389         private final TextView mError;
 405             ((TextView) view.findViewById(R.id.hint)).setText(text);
 406             mOldPassword = (TextView) view.findViewById(R.id.old_password);
 409             mError = (TextView) view.findViewById(R.id.error);
 
 | 
| /cts/tests/tests/widget/src/android/widget/cts/ | 
| TextViewTest.java | 92 import android.widget.TextView; 93 import android.widget.TextView.BufferType;
 94 import android.widget.TextView.OnEditorActionListener;
 99  * Test {@link TextView}.
 103     private TextView mTextView;
 126         new TextView(mActivity);
 128         new TextView(mActivity, null);
 130         new TextView(mActivity, null, 0);
 135         TextView tv = findTextView(R.id.textview_text);
 146         mTextView = new TextView(mActivity)
 [all...]
 | 
| /cts/tests/src/android/widget/cts/ | 
| MockTextView.java | 28 import android.widget.TextView; 30 public class MockTextView extends TextView {
 
 | 
| /development/samples/ApiDemos/src/com/example/android/apis/app/ | 
| FragmentArguments.java | 30 import android.widget.TextView; 102             ((TextView)tv).setText(mLabel != null ? mLabel : "(no label)");
 
 | 
| FragmentCustomAnimations.java | 30 import android.widget.TextView; 125             ((TextView)tv).setText("Fragment #" + mNum);
 
 | 
| FragmentStack.java | 30 import android.widget.TextView; 124             ((TextView)tv).setText("Fragment #" + mNum);
 
 | 
| /development/samples/LunarLander/src/com/example/android/lunarlander/ | 
| LunarLander.java | 24 import android.widget.TextView; 133         // give the LunarView a handle to the TextView used for messages
 134         mLunarView.setTextView((TextView) findViewById(R.id.text));
 
 | 
| /development/samples/Snake/src/com/example/android/snake/ | 
| Snake.java | 25 import android.widget.TextView; 62         mSnakeView.setDependentViews((TextView) findViewById(R.id.text),
 
 | 
		 Completed in 1192 milliseconds  
		<<21222324252627282930>>