Home
last modified time | relevance | path

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

123

/packages/modules/HealthFitness/apk/src/com/android/healthconnect/controller/data/entries/
DSectionTitleViewBinder.kt33 val titleView = view.findViewById<TextView>(android.R.id.title) in bind() constant
/packages/apps/TvSettings/Settings/src/com/android/tv/settings/connectivity/setup/
DMessageFragment.java71 final TextView titleView = view.findViewById(R.id.status_text); in onCreateView() local
101 TextView titleView = getView().findViewById(R.id.status_text); in onResume() local
DGuidanceRelativeLayout.java61 TextView titleView = getRootView().findViewById(R.id.guidance_title); in onLayout() local
/packages/modules/HealthFitness/apk/src/com/android/healthconnect/controller/shared/dialog/
DAlertDialogBuilder.kt111 val titleView: TextView = customDialogLayout.findViewById(R.id.dialog_title) in <lambda>() constant
118 val titleView: TextView = customDialogLayout.findViewById(R.id.dialog_title) in <lambda>() constant
125 val titleView: TextView = customTitleLayout.findViewById(R.id.dialog_title) in <lambda>() constant
133 val titleView: TextView = customTitleLayout.findViewById(R.id.dialog_title) in <lambda>() constant
141 val titleView: TextView = customTitleLayout.findViewById(R.id.dialog_title) in <lambda>() constant
/packages/apps/SettingsIntelligence/src/com/android/settings/intelligence/search/savedqueries/
DSavedQueryViewHolder.java29 public final TextView titleView; field in SavedQueryViewHolder
/packages/apps/DocumentsUI/src/com/android/documentsui/sidebar/
DHeaderItem.java42 final TextView titleView = convertView.findViewById(android.R.id.title); in bindView() local
/packages/apps/Settings/tests/robotests/src/com/android/settings/panel/
DPanelFragmentTest.java189 final View titleView = panelFragment.mLayoutView.findViewById(R.id.panel_title); in supportIcon_displayIconHeaderLayout() local
213 final View titleView = panelFragment.mLayoutView.findViewById(R.id.panel_title); in notSupportIcon_displayDefaultHeaderLayout() local
/packages/apps/TV/src/com/android/tv/ui/sidepanel/
DActionItem.java44 TextView titleView = (TextView) view.findViewById(R.id.title); in onBind() local
/packages/apps/Car/Settings/tests/unit/src/com/android/car/settings/testutils/
DDialogTestUtils.java53 TextView titleView = dialogFragment.getDialog().getWindow().findViewById( in getTitle() local
/packages/modules/Permission/PermissionController/src/com/android/permissioncontroller/permission/ui/handheld/v31/
DPermissionUsageControlPreference.java57 TextView titleView = (TextView) view.findViewById(android.R.id.title); in onBindViewHolder() local
/packages/apps/Car/Settings/tests/robotests/src/com/android/car/settings/testutils/
DDialogTestUtils.java53 TextView titleView = dialogFragment.getDialog().getWindow().findViewById( in getTitle() local
/packages/modules/HealthFitness/apk/src/com/android/healthconnect/controller/exportimport/
DDocumentProvidersViewBinder.kt52 val titleView = in <lambda>() constant
/packages/modules/HealthFitness/apk/src/com/android/healthconnect/controller/permissions/connectedapps/
DPermissionHeaderPreference.kt37 private lateinit var titleView: TextView variable
/packages/modules/Permission/PermissionController/src/com/android/permissioncontroller/safetycenter/ui/
DSafetySubpageEntryPreference.kt136 val titleView = holder.findViewById(android.R.id.title) as? TextView? in onBindViewHolder() constant
/packages/apps/Settings/src/com/android/settings/
DActionDisabledByAppOpsHelper.java77 final TextView titleView = root.findViewById(R.id.admin_support_dialog_title); in setSupportTitle() local
/packages/apps/Car/Settings/tests/unit/src/com/android/car/settings/wifi/
DWifiPasswordDialogTest.java77 View titleView = mFragment.getDialog().findViewById(com.android.internal.R.id.alertTitle); in onDialogCreated_titleSet() local
/packages/apps/TvSettings/TwoPanelSettingsLib/src/com/android/tv/twopanelsettings/slices/
DSettingsPreferenceFragment.java99 TextView titleView = view.findViewById(R.id.decor_title); in onViewCreated() local
/packages/apps/TvSettings/Settings/src/com/android/tv/settings/privacy/
DPhysicalPrivacyUnblockInfoFragment.java76 TextView titleView = view.findViewById(R.id.info_title); in onCreateView() local
/packages/apps/Settings/src/com/android/settings/wifi/calling/
DDisclaimerItemListAdapter.java69 public final TextView titleView; field in DisclaimerItemListAdapter.DisclaimerItemViewHolder
/packages/apps/Settings/src/com/android/settings/security/
DCredentialManagementAppHeaderController.java83 TextView titleView = headerPref.findViewById(R.id.entity_header_title); in displayHeader() local
/packages/apps/SettingsIntelligence/src/com/android/settings/intelligence/search/
DSearchViewHolder.java41 public final TextView titleView; field in SearchViewHolder
/packages/apps/Settings/tests/robotests/src/com/android/settings/dashboard/profileselector/
DProfileSelectDialogTest.java159 TextView titleView = dialog.findViewById(com.google.android.material.R.id.topPanel) in createDialog_showsCorrectTitle() local
/packages/modules/Permission/PermissionController/src/com/android/permissioncontroller/safetycenter/ui/view/
DStatusCardView.kt47 val titleView: TextView by lazyView(R.id.status_title) constant
/packages/modules/IntentResolver/java/src/com/android/intentresolver/contentpreview/
DContentPreviewUi.java76 TextView titleView = layout == null ? null : layout.findViewById(R.id.headline); in displayHeadline() local
/packages/apps/Settings/src/com/android/settings/connecteddevice/stylus/
DStylusUsiHeaderController.java68 TextView titleView = view.findViewById(R.id.entity_header_title); in displayPreference() local

123