Home
last modified time | relevance | path

Searched refs:titleView (Results 1 – 8 of 8) sorted by relevance

/packages/apps/Calendar/src/com/android/calendar/alerts/
DAlertAdapter.java84 TextView titleView = (TextView) view.findViewById(R.id.event_title); in updateView() local
95 titleView.setTextColor(mPastEventColor); in updateView()
99 titleView.setTextColor(mTitleColor); in updateView()
108 titleView.setText(eventName); in updateView()
/packages/apps/Settings/src/com/android/settings/quicklaunch/
DShortcutPreference.java111 TextView titleView = (TextView) view.findViewById(android.R.id.title); in onBindView() local
115 sRegularTitleColor = titleView.getTextColors(); in onBindView()
122 titleView.setTextColor(color); in onBindView()
/packages/apps/VideoEditor/src/com/android/videoeditor/
DOverlayTitleEditor.java164 final TextView titleView = (TextView) findViewById(R.id.overlay_title); in onClickHandler() local
167 titleView.getText().toString(), subTitleView.getText().toString()); in onClickHandler()
/packages/apps/Gallery/src/com/android/camera/
DGalleryPicker.java921 TextView titleView = (TextView) v.findViewById(R.id.title);
930 titleView.setText(title);
933 titleView.setText(item.mName);
939 titleView.requestLayout();
/packages/apps/Contacts/src/com/android/contacts/editor/
DRawContactReadOnlyEditorView.java252 final TextView titleView = (TextView) field.findViewById(R.id.kind_title); in bindData() local
253 titleView.setText(titleText); in bindData()
/packages/apps/VideoEditor/src/com/android/videoeditor/widgets/
DAudioTrackLinearLayout.java106 final TextView titleView = (TextView)titleBarView.findViewById(R.id.action_bar_title); in onCreateActionMode() local
107 titleView.setText(FileUtils.getSimpleName(mAudioTrack.getFilename())); in onCreateActionMode()
/packages/apps/Contacts/src/com/android/contacts/detail/
DContactDetailFragment.java1400 public final TextView titleView; field in ContactDetailFragment.KindTitleViewCache
1403 titleView = (TextView)view.findViewById(R.id.title); in KindTitleViewCache()
1607 viewCache.titleView.setText(entry.getTitle()); in getKindTitleEntryView()
/packages/apps/Calendar/src/com/android/calendar/
DDayView.java3640 TextView titleView = (TextView) mPopupView.findViewById(R.id.event_title); in updateEventDetails() local
3641 titleView.setText(event.title); in updateEventDetails()