Home
last modified time | relevance | path

Searched defs:titleView (Results 1 – 7 of 7) sorted by relevance

/packages/apps/Settings/src/com/android/settings/quicklaunch/
DShortcutPreference.java111 TextView titleView = (TextView) view.findViewById(android.R.id.title); in onBindView() local
/packages/apps/VideoEditor/src/com/android/videoeditor/
DOverlayTitleEditor.java164 final TextView titleView = (TextView) findViewById(R.id.overlay_title); in onClickHandler() local
/packages/apps/Calendar/src/com/android/calendar/alerts/
DAlertAdapter.java84 TextView titleView = (TextView) view.findViewById(R.id.event_title); in updateView() local
/packages/apps/Contacts/src/com/android/contacts/editor/
DRawContactReadOnlyEditorView.java252 final TextView titleView = (TextView) field.findViewById(R.id.kind_title); in bindData() local
/packages/apps/VideoEditor/src/com/android/videoeditor/widgets/
DAudioTrackLinearLayout.java106 final TextView titleView = (TextView)titleBarView.findViewById(R.id.action_bar_title); in onCreateActionMode() local
/packages/apps/Contacts/src/com/android/contacts/detail/
DContactDetailFragment.java1400 public final TextView titleView; field in ContactDetailFragment.KindTitleViewCache
/packages/apps/Calendar/src/com/android/calendar/
DDayView.java3640 TextView titleView = (TextView) mPopupView.findViewById(R.id.event_title); in updateEventDetails() local