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

<<21222324252627282930>>

  /cts/tests/tests/widget/src/android/widget/cts/
AbsListViewTest.java 49 import android.widget.TextView;
254 TextView tv = (TextView) mListView.getSelectedView();
258 tv = (TextView) mListView.getSelectedView();
262 tv = (TextView) mListView.getSelectedView();
317 final TextView v = (TextView) mListView.getSelectedView();
330 TextView tv1 = (TextView) mActivity.findViewById(R.id.headerview1);
331 TextView tv2 = (TextView) mActivity.findViewById(R.id.footerview1)
    [all...]
ListViewTest.java 45 import android.widget.TextView;
281 final TextView footerView1 = new TextView(mActivity);
283 final TextView footerView2 = new TextView(mActivity);
336 final TextView headerView1 = (TextView) mActivity.findViewById(R.id.headerview1);
337 final TextView headerView2 = (TextView) mActivity.findViewById(R.id.headerview2);
459 final TextView child = (TextView) mAdapter_countries.getView(2, null, mListView)
    [all...]
SimpleCursorTreeAdapterTest.java 31 import android.widget.TextView;
96 TextView view = new TextView(mContext);
113 TextView view = new TextView(mContext);
  /frameworks/rs/java/tests/ImageProcessing/src/com/android/rs/image/
ImageProcessingActivity.java 32 import android.widget.TextView;
181 private TextView mText1;
182 private TextView mText2;
183 private TextView mText3;
184 private TextView mText4;
185 private TextView mText5;
189 private TextView mBenchmarkResult;
474 mText1 = (TextView) findViewById(R.id.slider1Text);
475 mText2 = (TextView) findViewById(R.id.slider2Text);
476 mText3 = (TextView) findViewById(R.id.slider3Text)
    [all...]
  /packages/apps/Contacts/src/com/android/contacts/detail/
ContactDetailDisplayUtils.java 41 import android.widget.TextView;
228 public static void setSocialSnippet(Context context, Contact contactData, TextView statusView,
349 TextView htmlView = (TextView) rootView.findViewById(R.id.stream_item_html);
350 TextView attributionView = (TextView) rootView.findViewById(
352 TextView commentsView = (TextView) rootView.findViewById(R.id.stream_item_comments);
366 * Sets the display name of this contact to the given {@link TextView}. If
369 public static void setDisplayName(Context context, Contact contactData, TextView textView)
    [all...]
  /packages/apps/UnifiedEmail/src/com/android/mail/browse/
ConversationItemViewCoordinates.java 31 import android.widget.TextView;
336 final TextView folders = (TextView) view.findViewById(R.id.folders);
395 final TextView senders = (TextView) view.findViewById(R.id.senders);
405 final TextView subject = (TextView) view.findViewById(R.id.subject);
470 final TextView date = (TextView) view.findViewById(R.id.date);
488 final TextView overflow = (TextView) view.findViewById(id.ap_overflow)
    [all...]
  /development/samples/training/ContactsList/src/com/example/android/contactslist/ui/
ContactDetailFragment.java 49 import android.widget.TextView;
96 private TextView mEmptyView;
97 private TextView mContactName;
176 // account for the view's space in the layout. Turn on the TextView that appears when
240 mEmptyView = (TextView) detailView.findViewById(android.R.id.empty);
245 mContactName = (TextView) detailView.findViewById(R.id.contact_name);
358 // In the two pane layout, there is a dedicated TextView
444 final TextView headerTextView =
445 (TextView) addressLayout.findViewById(R.id.contact_detail_header);
446 final TextView addressTextView
    [all...]
  /frameworks/base/packages/DocumentsUI/src/com/android/documentsui/
RootsFragment.java 44 import android.widget.TextView;
233 final TextView title = (TextView) convertView.findViewById(android.R.id.title);
234 final TextView summary = (TextView) convertView.findViewById(android.R.id.summary);
274 final TextView title = (TextView) convertView.findViewById(android.R.id.title);
275 final TextView summary = (TextView) convertView.findViewById(android.R.id.summary);
  /frameworks/base/tests/FrameworkPerf/src/com/android/frameworkperf/
FrameworkPerfActivity.java 39 import android.widget.TextView;
54 TextView mLimitLabel;
55 TextView mTestTime;
59 TextView mLog;
183 mTestTime = (TextView)findViewById(R.id.testtime);
184 mLimitLabel = (TextView)findViewById(R.id.limitlabel);
201 mLog = (TextView)findViewById(R.id.log);
215 ((TextView)findViewById(R.id.fgtext)).setText(mAvailOpDescriptions[position]);
219 ((TextView)findViewById(R.id.bgtext)).setText(mAvailOpDescriptions[position]);
  /frameworks/opt/datetimepicker/src/com/android/datetimepicker/date/
DatePickerDialog.java 36 import android.widget.TextView;
86 private TextView mDayOfWeekView;
88 private TextView mSelectedMonthTextView;
89 private TextView mSelectedDayTextView;
90 private TextView mYearView;
201 mDayOfWeekView = (TextView) view.findViewById(R.id.date_picker_header);
204 mSelectedMonthTextView = (TextView) view.findViewById(R.id.date_picker_month);
205 mSelectedDayTextView = (TextView) view.findViewById(R.id.date_picker_day);
206 mYearView = (TextView) view.findViewById(R.id.date_picker_year);
  /packages/apps/Settings/src/com/android/settings/
ChooseLockPattern.java 38 import android.widget.TextView;
106 protected TextView mHeaderText;
108 protected TextView mFooterText;
109 private TextView mFooterLeftButton;
110 private TextView mFooterRightButton;
322 mHeaderText = (TextView) view.findViewById(R.id.headerText);
328 mFooterText = (TextView) view.findViewById(R.id.footerText);
330 mFooterLeftButton = (TextView) view.findViewById(R.id.footerLeftButton);
331 mFooterRightButton = (TextView) view.findViewById(R.id.footerRightButton);
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/location/
LocationModeTestActivity.java 30 import android.widget.TextView;
114 TextView instructions = (TextView) item.findViewById(R.id.instructions);
126 TextView instructions = (TextView) item.findViewById(R.id.instructions);
  /cts/tests/tests/text/src/android/text/method/cts/
TouchTest.java 30 import android.widget.TextView;
52 final TextView tv = new TextView(mActivity);
104 final TextView tv = new TextView(mActivity);
149 // TextView has not been scrolled.
163 // TextView has been scrolled.
177 // TextView has not been scrolled.
  /developers/build/prebuilts/gradle/BluetoothLeGatt/BluetoothLeGattSample/src/main/java/com/example/android/bluetoothlegatt/
DeviceScanActivity.java 36 import android.widget.TextView;
229 viewHolder.deviceAddress = (TextView) view.findViewById(R.id.device_address);
230 viewHolder.deviceName = (TextView) view.findViewById(R.id.device_name);
265 TextView deviceName;
266 TextView deviceAddress;
  /developers/samples/android/connectivity/bluetooth/BluetoothLeGatt/BluetoothLeGattSample/src/main/java/com/example/android/bluetoothlegatt/
DeviceScanActivity.java 36 import android.widget.TextView;
229 viewHolder.deviceAddress = (TextView) view.findViewById(R.id.device_address);
230 viewHolder.deviceName = (TextView) view.findViewById(R.id.device_name);
265 TextView deviceName;
266 TextView deviceAddress;
  /development/apps/Development/src/com/android/development/
AppHwPref.java 39 import android.widget.TextView;
121 TextView tView = (TextView) findViewById(textViewId);
160 TextView tView = (TextView)findViewById(viewId);
PackageBrowser.java 37 import android.widget.TextView;
76 TextView name = (TextView)view.findViewById(R.id.name);
77 TextView description = (TextView)view.findViewById(R.id.description);
  /development/samples/ActionBarCompat/src/com/example/android/actionbarcompat/
ActionBarHelperBase.java 37 import android.widget.TextView;
102 TextView titleText = new TextView(mActivity, null, R.attr.actionbarCompatTitleStyle);
140 TextView titleView = (TextView) mActivity.findViewById(R.id.actionbar_compat_title);
  /development/samples/KeyChainDemo/src/com/example/android/keychain/
KeyChainDemoActivity.java 32 import android.widget.TextView;
213 TextView certTv = (TextView) findViewById(R.id.cert);
214 TextView privateKeyTv = (TextView) findViewById(R.id.private_key);
  /development/samples/Wiktionary/src/com/example/android/wiktionary/
LookupActivity.java 43 import android.widget.TextView;
56 private TextView mTitle;
99 mTitle = (TextView) findViewById(R.id.title);
201 TextView textView = (TextView) messageView.findViewById(R.id.about_credits);
202 int defaultColor = textView.getTextColors().getDefaultColor();
203 textView.setTextColor(defaultColor);
  /development/samples/browseable/BluetoothLeGatt/src/com.example.android.bluetoothlegatt/
DeviceScanActivity.java 36 import android.widget.TextView;
229 viewHolder.deviceAddress = (TextView) view.findViewById(R.id.device_address);
230 viewHolder.deviceName = (TextView) view.findViewById(R.id.device_name);
265 TextView deviceName;
266 TextView deviceAddress;
  /external/chromium_org/ui/android/java/src/org/chromium/ui/autofill/
AutofillPopup.java 16 import android.widget.TextView;
188 TextView labelView = (TextView) layout.findViewById(R.id.autofill_label);
190 TextView sublabelView = (TextView) layout.findViewById(R.id.autofill_sublabel);
  /external/droiddriver/samples/testapp/src/com/google/android/apps/common/testing/ui/testapp/
SendActivity.java 20 import android.widget.TextView;
45 TextView responseText = (TextView) findViewById(R.id.enterDataResponseText);
165 TextView textView = (TextView) findViewById(R.id.phoneNumber);
166 textView.setText(data.getExtras().getString("phone"));
  /frameworks/base/core/java/android/text/method/
Touch.java 26 import android.widget.TextView;
37 public static void scrollTo(TextView widget, Layout layout, int x, int y) {
88 public static boolean onTouchEvent(TextView widget, Spannable buffer,
183 public static int getInitialScrollX(TextView widget, Spannable buffer) {
192 public static int getInitialScrollY(TextView widget, Spannable buffer) {
  /frameworks/base/core/java/android/widget/
SimpleAdapter.java 43 * <li> TextView. The expected bind value is a string and {@link #setViewText(TextView, String)}
175 } else if (v instanceof TextView) {
176 // Note: keep the instanceof TextView check at the bottom of these
178 setViewText((TextView) v, text);
184 } else if (v instanceof TextView) {
185 // Note: keep the instanceof TextView check at the bottom of these
187 setViewText((TextView) v, text);
269 * Called by bindView() to set the text for a TextView but only if
271 * handle binding to a TextView
    [all...]

Completed in 890 milliseconds

<<21222324252627282930>>