Searched 
refs:TextView (Results 
301 -
		325 of 
1057) sorted by null 
<<11121314151617181920>>
		| /frameworks/base/core/java/android/app/ | 
| TabActivity.java | 23 import android.widget.TextView; 150             if (tabView != null && tabView instanceof TextView) {
 151                 ((TextView) tabView).setText(title);
 
 | 
| /frameworks/base/core/java/android/net/http/ | 
| SslCertificate.java | 24 import android.widget.TextView; 442             ((TextView) certificateView.findViewById(com.android.internal.R.id.to_common))
 444             ((TextView) certificateView.findViewById(com.android.internal.R.id.to_org))
 446             ((TextView) certificateView.findViewById(com.android.internal.R.id.to_org_unit))
 450         ((TextView) certificateView.findViewById(com.android.internal.R.id.serial_number))
 456             ((TextView) certificateView.findViewById(com.android.internal.R.id.by_common))
 458             ((TextView) certificateView.findViewById(com.android.internal.R.id.by_org))
 460             ((TextView) certificateView.findViewById(com.android.internal.R.id.by_org_unit))
 466         ((TextView) certificateView.findViewById(com.android.internal.R.id.issued_on))
 471         ((TextView) certificateView.findViewById(com.android.internal.R.id.expires_on)
 [all...]
 | 
| /frameworks/base/core/tests/coretests/src/android/view/ | 
| DrawableBgMinSize.java | 31 import android.widget.TextView; 46     private TextView mTextView;
 64         mTextView = (TextView) findViewById(R.id.text_view);
 
 | 
| /frameworks/base/tests/GridLayoutTest/src/com/android/test/layout/ | 
| LayoutInsetsTest.java | 11 import android.widget.TextView; 33                 TextView tv = new TextView(context);
 
 | 
| /frameworks/base/tests/HwAccelerationTest/src/com/android/test/hwui/ | 
| ListActivity.java | 32 import android.widget.TextView; 117             TextView v = (TextView) super.getView(position, convertView, parent);
 
 | 
| TransparentListActivity.java | 30 import android.widget.TextView; 111             TextView v = (TextView) super.getView(position, convertView, parent);
 
 | 
| ViewLayersActivity2.java | 28 import android.widget.TextView; 58             TextView v = (TextView) super.getView(position, convertView, parent);
 
 | 
| ViewLayersActivity4.java | 28 import android.widget.TextView; 62             TextView v = (TextView) super.getView(position, convertView, parent);
 
 | 
| /frameworks/base/tests/LargeAssetTest/src/com/android/largeassettest/ | 
| LargeAssetTest.java | 27 import android.widget.TextView; 38     TextView mResultText;
 46         mResultText = (TextView) findViewById(R.id.result);
 
 | 
| /frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/bars/ | 
| CustomBar.java | 45 import android.widget.TextView; 61     protected abstract TextView getStyleableTextView();
 204     protected TextView setText(int index, String stringReference) {
 206         if (child instanceof TextView) {
 207             TextView textView = (TextView) child;
 208             setText(textView, stringReference);
 209             return textView;
 215     protected TextView setTextById(int id, String stringReference)
 [all...]
 | 
| /packages/apps/Bluetooth/src/com/android/bluetooth/opp/ | 
| BluetoothOppBtEnableActivity.java | 41 import android.widget.TextView; 71         TextView contentView = (TextView)view.findViewById(R.id.content);
 
 | 
| /packages/apps/Email/src/com/android/email/activity/ | 
| MessageCommandButtonView.java | 25 import android.widget.TextView; 43     private TextView mMessagePosition;
 81         mMessagePosition = (TextView) findViewById(R.id.message_position);
 
 | 
| /packages/apps/Launcher2/src/com/android/launcher2/ | 
| AddAdapter.java | 26 import android.widget.TextView; 84         TextView textView = (TextView) convertView;
 85         textView.setTag(item);
 86         textView.setText(item.text);
 87         textView.setCompoundDrawablesWithIntrinsicBounds(item.image, null, null, null);
 
 | 
| /packages/apps/Phone/src/com/android/phone/ | 
| GetPin2Screen.java | 31 import android.widget.TextView; 36 public class GetPin2Screen extends Activity implements TextView.OnEditorActionListener {
 75     public boolean onEditorAction(TextView v, int actionId, KeyEvent event) {
 
 | 
| /packages/apps/Tag/src/com/android/apps/tag/record/ | 
| MimeRecord.java | 29 import android.widget.TextView; 60         TextView text = (TextView) inflater.inflate(R.layout.tag_text, parent, false);
 
 | 
| /packages/experimental/BugReportSender/src/com/android/bugreportsender/ | 
| BugReportPreviewActivity.java | 8 import android.widget.TextView; 22     private TextView mText;
 29         mText = (TextView) findViewById(R.id.preview);
 
 | 
| /packages/experimental/LoaderApp/src/com/android/loaderapp/ | 
| CursorFactoryListAdapter.java | 28 import android.widget.TextView; 56             TextView name = (TextView) view.findViewById(R.id.name);
 
 | 
| /packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/ | 
| CandidatesViewManager.java | 28 import android.widget.TextView; 168             TextView text = (TextView)mViewLongPressDialog.findViewById(R.id.candidate_longpress_dialog_text);
 
 | 
| /packages/providers/ApplicationsProvider/src/com/android/providers/applications/ | 
| ApplicationsAdapter.java | 28 import android.widget.TextView; 42         TextView text1 = (TextView) view.findViewById(R.id.text1);
 
 | 
| /pdk/apps/TestingCamera/src/com/android/testingcamera/ | 
| InfoDialogFragment.java | 11 import android.widget.TextView; 16     TextView mInfoText;
 33         mInfoText= (TextView) view.findViewById(R.id.info_text);
 
 | 
| /cts/tests/tests/text/src/android/text/method/cts/ | 
| CharacterPickerDialogTest.java | 30 import android.widget.TextView; 49         final View view = new TextView(mActivity);
 68         final View view = new TextView(mActivity);
 108         final View view = new TextView(mActivity);
 
 | 
| /development/samples/AndroidBeamDemo/src/com/example/android/beam/ | 
| Beam.java | 36 import android.widget.TextView; 45     TextView mInfoText;
 53         mInfoText = (TextView) findViewById(R.id.textView);
 57             mInfoText = (TextView) findViewById(R.id.textView);
 130      * Parses the NDEF Message from the intent and prints to the TextView
 
 | 
| /development/samples/ApiDemos/src/com/example/android/apis/app/ | 
| FragmentReceiveResult.java | 33 import android.widget.TextView; 59         private TextView mResults;
 85             // Retrieve the TextView widget that will display results.
 86             mResults = (TextView)v.findViewById(R.id.results);
 89             mResults.setText(mResults.getText(), TextView.BufferType.EDITABLE);
 
 | 
| /development/samples/ApiDemos/src/com/example/android/apis/view/ | 
| AutoComplete4.java | 35 import android.widget.TextView; 49         AutoCompleteTextView textView = (AutoCompleteTextView)
 51         textView.setAdapter(adapter);
 65             final TextView view = (TextView) inflater.inflate(
 73             ((TextView) view).setText(cursor.getString(COLUMN_DISPLAY_NAME));
 
 | 
| SearchViewAlwaysVisible.java | 32 import android.widget.TextView; 
 | 
		 Completed in 860 milliseconds  
		<<11121314151617181920>>