Home
last modified time | relevance | path

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

/packages/modules/Permission/PermissionController/src/com/android/permissioncontroller/safetycenter/ui/
DSafetyCenterSubpageFragment.kt38 private lateinit var subpageIllustration: SafetyIllustrationPreference variable in com.android.permissioncontroller.safetycenter.ui.SafetyCenterSubpageFragment
49 subpageIllustration = getPreferenceScreen().findPreference(ILLUSTRATION_KEY)!! in onCreatePreferences()
94 subpageIllustration.setVisible(false) in setupIllustration()
97 subpageIllustration.illustrationDrawable = drawable in setupIllustration()
118 subpageIllustration.isVisible = in updateSafetyCenterIssues()
119 subpageIssues.isNullOrEmpty() && subpageIllustration.illustrationDrawable != null in updateSafetyCenterIssues()