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

  /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/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);
  /packages/apps/VideoEditor/src/com/android/videoeditor/
OverlayTitleEditor.java 164 final TextView titleView = (TextView) findViewById(R.id.overlay_title);
167 titleView.getText().toString(), subTitleView.getText().toString());
  /external/chromium/chrome/browser/ui/cocoa/tabs/
tab_controller.h 73 @property(assign, nonatomic) NSTextField* titleView;
  /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);
  /frameworks/opt/mailcommon/java/com/android/mailcommon/
WebViewContextMenu.java 269 final TextView titleView = (TextView) LayoutInflater.from(mActivity)
271 menu.setHeaderView(titleView);
280 titleView.setText(extra);
  /frameworks/base/core/java/android/preference/
Preference.java 507 final TextView titleView = (TextView) view.findViewById(
509 if (titleView != null) {
512 titleView.setText(title);
513 titleView.setVisibility(View.VISIBLE);
515 titleView.setVisibility(View.GONE);
    [all...]
  /frameworks/base/core/java/android/widget/
ActivityChooserView.java 698 TextView titleView = (TextView) convertView.findViewById(R.id.title);
699 titleView.setText(mContext.getString(
714 TextView titleView = (TextView) convertView.findViewById(R.id.title);
715 titleView.setText(activity.loadLabel(packageManager));
  /frameworks/support/v7/appcompat/src/android/support/v7/internal/widget/
ActivityChooserView.java 704 TextView titleView = (TextView) convertView.findViewById(R.id.title);
705 titleView.setText(getContext().getString(
720 TextView titleView = (TextView) convertView.findViewById(R.id.title);
721 titleView.setText(activity.loadLabel(packageManager));
  /packages/apps/Contacts/src/com/android/contacts/editor/
RawContactReadOnlyEditorView.java 256 final TextView titleView = (TextView) field.findViewById(R.id.kind_title);
257 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/VideoEditor/src/com/android/videoeditor/widgets/
AudioTrackLinearLayout.java 107 final TextView titleView = (TextView)titleBarView.findViewById(R.id.action_bar_title);
108 titleView.setText(FileUtils.getSimpleName(mAudioTrack.getFilename()));
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/setup/
SetupWizardActivity.java 433 final TextView titleView = (TextView)mStepView.findViewById(R.id.setup_step_title);
434 titleView.setText(res.getString(title, applicationName));
  /packages/apps/Contacts/src/com/android/contacts/detail/
ContactDetailFragment.java     [all...]
  /packages/apps/Calendar/src/com/android/calendar/
DayView.java     [all...]

Completed in 498 milliseconds