Searched refs:expandView (Results 1 – 1 of 1) sorted by relevance
/packages/modules/Permission/PermissionController/src/com/android/permissioncontroller/safetycenter/ui/ |
D | SafetyCenterQsFragment.java | 226 ImageView expandView = parentIndicatorLayout.findViewById(R.id.expand_view); in addPermissionUsageInformation() local 237 expandView.setVisibility(View.GONE); in addPermissionUsageInformation() 246 disableIndicatorCardUi(parentIndicatorLayout, expandView); in addPermissionUsageInformation() 250 setIndicatorExpansionBehavior(parentIndicatorLayout, expandedLayout, expandView); in addPermissionUsageInformation() 259 usage, parentIndicatorLayout, expandedLayout, expandView); in addPermissionUsageInformation() 267 ImageView expandView) { in configureIndicatorActionButtons() argument 268 configurePrimaryActionButton(usage, parentIndicatorLayout, expandedLayout, expandView); in configureIndicatorActionButtons() 276 ImageView expandView) { in configurePrimaryActionButton() argument 298 disableIndicatorCardUi(parentIndicatorLayout, expandView); in configurePrimaryActionButton() 379 ConstraintLayout parentIndicatorLayout, ImageView expandView) { in disableIndicatorCardUi() argument [all …]
|