Searched refs:expandedLayout (Results 1 – 1 of 1) sorted by relevance
| /packages/modules/Permission/PermissionController/src/com/android/permissioncontroller/safetycenter/ui/ |
| D | SafetyCenterQsFragment.java | 233 ConstraintLayout expandedLayout = cardView.findViewById(R.id.expanded_layout); in addPermissionUsageInformation() local 234 expandedLayout.setId(View.generateViewId()); in addPermissionUsageInformation() 242 setIndicatorExpansionBehavior(parentIndicatorLayout, expandedLayout, expandView); in addPermissionUsageInformation() 251 usage, parentIndicatorLayout, expandedLayout, expandView); in addPermissionUsageInformation() 258 ConstraintLayout expandedLayout, in configureIndicatorActionButtons() argument 260 configurePrimaryActionButton(usage, parentIndicatorLayout, expandedLayout, expandView); in configureIndicatorActionButtons() 261 configureSeeUsageButton(usage, expandedLayout); in configureIndicatorActionButtons() 267 ConstraintLayout expandedLayout, in configurePrimaryActionButton() argument 281 MaterialButton primaryActionButton = expandedLayout.findViewById(R.id.primary_button); in configurePrimaryActionButton() 304 PermissionGroupUsage usage, ConstraintLayout expandedLayout) { in configureSeeUsageButton() argument [all …]
|