Home
last modified time | relevance | path

Searched defs:titleView (Results 1 – 16 of 16) 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
89 TextView titleView = (TextView) getView().findViewById(R.id.status_text); in onResume() local
/packages/apps/TvSettings/Settings/src/com/android/tv/settings/connectivity/
DWpsScanningFragment.java40 final TextView titleView = (TextView) view.findViewById(R.id.title); in onCreateView() local
DWpsPinFragment.java46 final TextView titleView = (TextView) view.findViewById(R.id.title); in onCreateView() local
/packages/apps/Settings/src/com/android/settings/fuelgauge/
DPowerGaugePreference.java58 final TextView titleView = (TextView) view.findViewById(android.R.id.title); in onBindView() local
/packages/apps/Settings/src/com/android/settings/
DDimmableIconPreference.java72 final TextView titleView = (TextView) view.findViewById(android.R.id.title); in onBindView() local
DMasterClear.java226 View titleView = Utils.inflateCategoryHeader(inflater, contents); in loadAccountList() 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/Settings/src/com/android/settings/applications/
DProcessStatsMemDetail.java113 TextView titleView = (TextView) item.findViewById(android.R.id.title); in addDetailsItem() local
/packages/apps/PackageInstaller/src/com/android/packageinstaller/permission/ui/
DManagePermissionsFragment.java136 TextView titleView = (TextView) rootView.findViewById(R.id.lb_title); in bindPermissionUi() local
DPermissionAppsFragment.java166 final TextView titleView = (TextView) rootView.findViewById(R.id.lb_title); in bindUi() local
DAppPermissionsFragment.java180 TextView titleView = (TextView) rootView.findViewById(R.id.lb_title); in bindUi() local
/packages/apps/TvSettings/Settings/src/com/android/tv/settings/dialog/
DSettingsLayoutFragment.java317 TextView titleView = (TextView) contentView.getTag(R.id.title); in updateViews() local
422 View titleView = (View) contentView.getTag(R.id.title); in onCreateAnimator() local
501 TextView titleView = (TextView) content.findViewById(R.id.title); in initializeContentView() local
DDialogFragment.java297 View titleView = (View) contentView.getTag(R.id.title); in onCreateAnimator() local
417 TextView titleView = (TextView) content.findViewById(R.id.title); in setContentView() local
/packages/apps/DeskClock/src/com/android/deskclock/alarms/
DAlarmActivity.java208 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/Calendar/src/com/android/calendar/
DDayView.java3646 TextView titleView = (TextView) mPopupView.findViewById(R.id.event_title); in updateEventDetails() local