Home
last modified time | relevance | path

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

/packages/modules/Permission/PermissionController/src/com/android/permissioncontroller/safetycenter/ui/view/
DSafetyEntryCommonViewsManager.kt36 private val emptySpace: View? by lazyView { rootEntryView?.findViewById(R.id.empty_space) } in <lambda>() constant
56 emptySpace?.visibility = if (hideIcon) LinearLayout.VISIBLE else LinearLayout.GONE in showDetails()