Home
last modified time | relevance | path

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

/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DNotificationGroupingUtil.java453 boolean showRightIcon = (keepRightIcon || !showLeftIcon) in apply()
455 rightIcon.setVisibility(showRightIcon ? View.VISIBLE : View.GONE); in apply()
457 adjustMargins(showRightIcon, child.findViewById(viewId)); in apply()
/aosp12/packages/modules/Permission/PermissionController/src/com/android/permissioncontroller/permission/ui/handheld/
H A DAppPermissionFragment.java481 showRightIcon(R.drawable.ic_settings); in setDetail()
496 showRightIcon(R.drawable.ic_info); in setAdminSupportDetail()
510 private void showRightIcon(int iconId) { in showRightIcon() method in AppPermissionFragment