Home
last modified time | relevance | path

Searched refs:headerIcon (Results 1 – 2 of 2) sorted by relevance

/aosp12/packages/modules/Permission/PermissionController/src/com/android/permissioncontroller/permission/ui/
H A DReviewAccessibilityServicesActivity.java95 ImageView headerIcon = view.requireViewById(R.id.header_icon); in createDialogView() local
96 headerIcon.setImageDrawable(Utils.getBadgedIcon(this, appInfo)); in createDialogView()
97 headerIcon.setVisibility(View.VISIBLE); in createDialogView()
/aosp12/packages/apps/ThemePicker/src/com/android/customization/model/theme/custom/
H A DThemeComponentOption.java173 @DrawableRes int headerIcon, String drawableName) { in bindPreviewHeader() argument
186 icon = context.getResources().getDrawable(headerIcon, context.getTheme()); in bindPreviewHeader()
189 icon = context.getResources().getDrawable(headerIcon, context.getTheme()); in bindPreviewHeader()