Home
last modified time | relevance | path

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

/packages/apps/TvSettings/Settings/src/com/android/tv/settings/connectivity/setup/
DMessageWizardFragment.java58 final TextView titleView = (TextView) view.findViewById(R.id.status_text); in onCreateView() local
88 TextView titleView = (TextView) getView().findViewById(R.id.status_text); in onResume() local
/packages/apps/Settings/src/com/android/settings/deviceinfo/
DUsbModeChooserActivity.java137 TextView titleView = (TextView) v.findViewById(android.R.id.title); in inflateOption() local
169 private void setDisabledByAdmin(View rootView, TextView titleView, TextView summaryView) { in setDisabledByAdmin()
/packages/apps/Settings/src/com/android/settings/
DDimmableIconPreference.java68 final TextView titleView = (TextView) view.findViewById(android.R.id.title); in onBindViewHolder() local
DMasterClear.java231 View titleView = Utils.inflateCategoryHeader(inflater, contents); in loadAccountList() local
/packages/apps/Settings/src/com/android/settings/fuelgauge/
DPowerGaugePreference.java73 final TextView titleView = (TextView) view.findViewById(android.R.id.title); in onBindViewHolder() local
/packages/apps/TV/src/com/android/tv/ui/sidepanel/
DActionItem.java56 TextView titleView = (TextView) view.findViewById(R.id.title); in onBind() local
/packages/apps/Calendar/src/com/android/calendar/alerts/
DAlertAdapter.java86 TextView titleView = (TextView) view.findViewById(R.id.event_title); in updateView() local
/packages/apps/ManagedProvisioning/src/com/android/managedprovisioning/
DSetupLayoutActivity.java74 final TextView titleView = (TextView) findViewById(R.id.suw_layout_title); in maybeSetLogoAndMainColor() local
/packages/apps/Settings/src/com/android/settings/applications/
DProcessStatsMemDetail.java114 TextView titleView = (TextView) item.findViewById(android.R.id.title); in addDetailsItem() local
/packages/apps/DeskClock/src/com/android/deskclock/alarms/
DAlarmActivity.java206 final TextView titleView = (TextView) mContentView.findViewById(R.id.title); in onCreate() local
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/suggestions/
DSuggestionStripLayoutHelper.java549 final TextView titleView = (TextView)importantNoticeStrip.findViewById( in layoutImportantNotice() local
/packages/apps/TV/src/com/android/tv/menu/
DMenuLayoutManager.java709 View titleView = view.getTitleView(); in onMenuRowUpdated() local
/packages/apps/Calendar/src/com/android/calendar/
DDayView.java3646 TextView titleView = (TextView) mPopupView.findViewById(R.id.event_title); in updateEventDetails() local