Searched refs:expandedLayout (Results 1 – 1 of 1) sorted by relevance
/packages/modules/Permission/PermissionController/src/com/android/permissioncontroller/safetycenter/ui/ |
D | SafetyCenterQsFragment.java | 241 ConstraintLayout expandedLayout = cardView.findViewById(R.id.expanded_layout); in addPermissionUsageInformation() local 242 expandedLayout.setId(View.generateViewId()); in addPermissionUsageInformation() 250 setIndicatorExpansionBehavior(parentIndicatorLayout, expandedLayout, expandView); in addPermissionUsageInformation() 259 usage, parentIndicatorLayout, expandedLayout, expandView); in addPermissionUsageInformation() 266 ConstraintLayout expandedLayout, in configureIndicatorActionButtons() argument 268 configurePrimaryActionButton(usage, parentIndicatorLayout, expandedLayout, expandView); in configureIndicatorActionButtons() 269 configureSeeUsageButton(usage, expandedLayout); in configureIndicatorActionButtons() 275 ConstraintLayout expandedLayout, in configurePrimaryActionButton() argument 289 MaterialButton primaryActionButton = expandedLayout.findViewById(R.id.primary_button); in configurePrimaryActionButton() 312 PermissionGroupUsage usage, ConstraintLayout expandedLayout) { in configureSeeUsageButton() argument [all …]
|