HomeSort by relevance Sort by last modified time
    Searched refs:titleView (Results 1 - 25 of 28) sorted by null

1 2

  /packages/apps/TvSettings/Settings/src/com/android/tv/settings/connectivity/
WpsScanningFragment.java 40 TextView titleView = (TextView) view.findViewById(R.id.title);
41 titleView.setText(getActivity().getString(R.string.wifi_wps_title));
WpsPinFragment.java 46 TextView titleView = (TextView) view.findViewById(R.id.title);
47 titleView.setText(getActivity().getString(R.string.wifi_wps_onstart_pin,
  /packages/apps/Settings/src/com/android/settings/fuelgauge/
PowerGaugePreference.java 70 final TextView titleView = (TextView) view.findViewById(android.R.id.title);
71 titleView.setContentDescription(mContentDescription);
  /packages/apps/Settings/src/com/android/settings/quicklaunch/
ShortcutPreference.java 111 TextView titleView = (TextView) view.findViewById(android.R.id.title);
115 sRegularTitleColor = titleView.getTextColors();
122 titleView.setTextColor(color);
  /packages/apps/TvSettings/Settings/src/com/android/tv/settings/connectivity/setup/
MessageWizardFragment.java 91 TextView titleView = (TextView) getView().findViewById(R.id.status_text);
92 titleView.requestFocus();
  /packages/apps/Calendar/src/com/android/calendar/alerts/
AlertAdapter.java 86 TextView titleView = (TextView) view.findViewById(R.id.event_title);
97 titleView.setTextColor(mPastEventColor);
101 titleView.setTextColor(mTitleColor);
110 titleView.setText(eventName);
  /developers/samples/android/wearable/wear/RecipeAssistant/Application/src/main/java/com/example/android/recipeassistant/
RecipeListAdapter.java 121 TextView titleView = (TextView) view.findViewById(R.id.textTitle);
125 titleView.setText(item.title);
  /development/samples/devbytes/animation/ListViewExpandingCells/src/com/example/android/expandingcells/
CustomArrayAdapter.java 81 TextView titleView = (TextView)convertView.findViewById(R.id.title_view);
84 titleView.setText(object.getTitle());
  /development/samples/wearable/RecipeAssistant/Application/src/main/java/com/example/android/wearable/recipeassistant/
RecipeListAdapter.java 121 TextView titleView = (TextView) view.findViewById(R.id.textTitle);
125 titleView.setText(item.title);
  /development/samples/ActionBarCompat/src/com/example/android/actionbarcompat/
ActionBarHelperBase.java 140 TextView titleView = (TextView) mActivity.findViewById(R.id.actionbar_compat_title);
141 if (titleView != null) {
142 titleView.setText(title);
  /packages/apps/TvSettings/Settings/src/com/android/tv/settings/dialog/
SettingsLayoutFragment.java 325 TextView titleView = (TextView) contentView.getTag(R.id.title);
326 titleView.setText(mTitle);
420 View titleView = (View) contentView.getTag(R.id.title);
431 animators.add(createSlideLeftInAnimator(titleView));
439 animators.add(createSlideLeftOutAnimator(titleView));
448 animators.add(createSlideRightInAnimator(titleView));
456 animators.add(createSlideRightOutAnimator(titleView));
499 TextView titleView = (TextView) content.findViewById(R.id.title);
502 titleView.setText(mTitle);
510 titleView.setFocusable(true)
    [all...]
DialogFragment.java 302 View titleView = (View) contentView.getTag(R.id.title);
313 animators.add(createSlideLeftInAnimator(titleView));
321 animators.add(createSlideLeftOutAnimator(titleView));
330 animators.add(createSlideRightInAnimator(titleView));
338 animators.add(createSlideRightOutAnimator(titleView));
422 TextView titleView = (TextView) content.findViewById(R.id.title);
425 titleView.setText(mTitle);
434 titleView.setFocusable(true);
435 titleView.setFocusableInTouchMode(true);
479 content.setTag(R.id.title, titleView);
    [all...]
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/suggestions/
SuggestionStripLayoutHelper.java 602 final TextView titleView = (TextView)importantNoticeStrip.findViewById(
604 final int width = titleView.getWidth() - titleView.getPaddingLeft()
605 - titleView.getPaddingRight();
606 titleView.setTextColor(mColorAutoCorrect);
607 titleView.setText(importantNoticeTitle);
608 titleView.setTextScaleX(1.0f); // Reset textScaleX.
609 final float titleScaleX = getTextScaleX(importantNoticeTitle, width, titleView.getPaint());
610 titleView.setTextScaleX(titleScaleX);
    [all...]
  /packages/apps/Settings/src/com/android/settings/applications/
ProcessStatsMemDetail.java 106 TextView titleView = (TextView) item.findViewById(android.R.id.title);
108 titleView.setText(title);
  /packages/apps/Settings/src/com/android/settings/location/
RecentLocationApps.java 96 final TextView titleView = (TextView) view.findViewById(android.R.id.title);
97 titleView.setContentDescription(mContentDescription);
  /frameworks/base/packages/PrintSpooler/src/com/android/printspooler/ui/
SelectPrinterActivity.java 325 TextView titleView = (TextView) findViewById(R.id.title);
328 titleView.setText(R.string.print_searching_for_printers);
331 titleView.setText(R.string.print_no_printers);
554 TextView titleView = (TextView) convertView.findViewById(R.id.title);
555 titleView.setText(title);
  /frameworks/base/core/java/android/widget/
ActivityChooserView.java 762 TextView titleView = (TextView) convertView.findViewById(R.id.title);
763 titleView.setText(mContext.getString(
778 TextView titleView = (TextView) convertView.findViewById(R.id.title);
779 titleView.setText(activity.loadLabel(packageManager));
  /frameworks/support/v7/appcompat/src/android/support/v7/internal/widget/
ActivityChooserView.java 706 TextView titleView = (TextView) convertView.findViewById(R.id.title);
707 titleView.setText(getContext().getString(
722 TextView titleView = (TextView) convertView.findViewById(R.id.title);
723 titleView.setText(activity.loadLabel(packageManager));
  /frameworks/base/core/java/android/preference/
Preference.java 536 final TextView titleView = (TextView) view.findViewById(com.android.internal.R.id.title);
537 if (titleView != null) {
540 titleView.setText(title);
541 titleView.setVisibility(View.VISIBLE);
543 titleView.setVisibility(View.GONE);
    [all...]
  /packages/apps/Contacts/src/com/android/contacts/editor/
RawContactReadOnlyEditorView.java 260 final TextView titleView = (TextView) field.findViewById(R.id.kind_title);
261 titleView.setText(titleText);
  /packages/apps/Gallery/src/com/android/camera/
GalleryPicker.java 921 TextView titleView = (TextView) v.findViewById(R.id.title);
930 titleView.setText(title);
933 titleView.setText(item.mName);
939 titleView.requestLayout();
  /packages/apps/DeskClock/src/com/android/deskclock/alarms/
AlarmActivity.java 185 final TextView titleView = (TextView) mContentView.findViewById(R.id.title);
189 titleView.setText(mAlarmInstance.getLabelOrDefault(this));
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/setup/
SetupWizardActivity.java 444 final TextView titleView = (TextView)mStepView.findViewById(R.id.setup_step_title);
445 titleView.setText(res.getString(title, applicationName));
  /frameworks/base/core/java/com/android/internal/app/
ResolverActivity.java 287 final TextView titleView = (TextView) findViewById(R.id.title);
288 if (titleView != null) {
289 titleView.setText(title);
    [all...]
  /packages/apps/Settings/src/com/android/settings/print/
PrintServiceSettingsFragment.java 571 TextView titleView = (TextView) convertView.findViewById(R.id.title);
572 titleView.setText(title);

Completed in 662 milliseconds

1 2