HomeSort by relevance Sort by last modified time
    Searched refs:TextView (Results 351 - 375 of 1355) sorted by null

<<11121314151617181920>>

  /development/samples/XmlAdapters/src/com/example/android/xmladapters/
ContactPhotoBinder.java 30 import android.widget.TextView;
39 * photo as a compound drawable on the TextView used to display the contact's
86 ((TextView) view).setCompoundDrawables(d, null, null, null);
91 ((TextView) view).setCompoundDrawables(d, null, null, null);
  /development/samples/browseable/TextSwitcher/src/com.example.android.textswitcher/
MainActivity.java 27 import android.widget.TextView;
88 * The {@link android.widget.ViewSwitcher.ViewFactory} used to create {@link android.widget.TextView}s that the
96 // Create a new TextView
97 TextView t = new TextView(MainActivity.this);
  /development/samples/devbytes/graphics/BitmapAllocation/src/com/example/android/bitmapallocation/
BitmapAllocation.java 26 import android.widget.TextView;
56 final TextView durationTextview = (TextView) findViewById(R.id.loadDuration);
  /development/samples/training/testingfun/app/tests/src/com/example/android/testingfun/tests/lesson5/
SenderActivityTest.java 28 import android.widget.TextView;
103 final TextView receivedMessage = (TextView) receiverActivity
  /external/chromium_org/third_party/libjingle/source/talk/examples/android/src/org/appspot/apprtc/
UnhandledExceptionHandler.java 36 import android.widget.TextView;
63 TextView errorView = new TextView(activity);
  /external/chromium_org/ui/android/java/src/org/chromium/ui/
ColorPickerAdvancedComponent.java 14 import android.widget.TextView;
34 private final TextView mText;
49 mText = (TextView) rootView.findViewById(R.id.text);
  /external/replicaisland/src/com/replica/replicaisland/
DiaryActivity.java 29 import android.widget.TextView;
54 TextView text = (TextView)findViewById(R.id.diarytext);
  /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/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/HwAccelerationTest/src/com/android/test/hwui/
ClipRegionActivity.java 27 import android.widget.TextView;
37 final TextView text = new TextView(this);
ListActivity.java 30 import android.widget.TextView;
113 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 46 import android.widget.TextView;
62 protected abstract TextView getStyleableTextView();
220 protected TextView setText(int index, String stringReference) {
222 if (child instanceof TextView) {
223 TextView textView = (TextView) child;
224 setText(textView, stringReference);
225 return textView;
231 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/Dialer/src/com/android/dialer/list/
RemoveView.java 10 import android.widget.TextView;
17 TextView mRemoveText;
38 mRemoveText = (TextView) findViewById(R.id.remove_view_text);
  /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/Launcher3/src/com/android/launcher3/
AddAdapter.java 26 import android.widget.TextView;
82 TextView textView = (TextView) convertView;
83 textView.setTag(item);
84 textView.setText(item.text);
85 textView.setCompoundDrawablesWithIntrinsicBounds(item.image, null, null, null);
  /packages/apps/Settings/src/com/android/settings/accessibility/
EdgeTypePreference.java 25 import android.widget.TextView;
68 final TextView summary = (TextView) view.findViewById(R.id.summary);
  /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/LatinIME/java/src/com/android/inputmethod/dictionarypack/
DownloadOverMeteredDialog.java 25 import android.widget.TextView;
60 final TextView prompt = (TextView)findViewById(R.id.download_over_metered_prompt);

Completed in 1259 milliseconds

<<11121314151617181920>>