Home
last modified time | relevance | path

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

/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
H A DActivatableNotificationView.java406 public void setClipBottomAmount(int clipBottomAmount) { in setClipBottomAmount() method in ActivatableNotificationView
407 super.setClipBottomAmount(clipBottomAmount); in setClipBottomAmount()
408 mBackgroundNormal.setClipBottomAmount(clipBottomAmount); in setClipBottomAmount()
H A DExpandableOutlineView.java320 public void setClipBottomAmount(int clipBottomAmount) { in setClipBottomAmount() method in ExpandableOutlineView
322 super.setClipBottomAmount(clipBottomAmount); in setClipBottomAmount()
H A DNotificationBackgroundView.java164 public void setClipBottomAmount(int clipBottomAmount) { in setClipBottomAmount() method in NotificationBackgroundView
H A DNotificationGuts.java396 public void setClipBottomAmount(int clipBottomAmount) { in setClipBottomAmount() method in NotificationGuts
H A DExpandableNotificationRow.java2959 public void setClipBottomAmount(int clipBottomAmount) {
2964 super.setClipBottomAmount(clipBottomAmount);
2966 l.setClipBottomAmount(clipBottomAmount);
2969 mGuts.setClipBottomAmount(clipBottomAmount);
2975 mChildrenContainer.setClipBottomAmount(clipBottomAmount);
H A DExpandableView.java302 public void setClipBottomAmount(int clipBottomAmount) { in setClipBottomAmount() method in ExpandableView
H A DNotificationContentView.java751 public void setClipBottomAmount(int clipBottomAmount) { in setClipBottomAmount() method in NotificationContentView
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DNotificationShelf.java518 view.setClipBottomAmount(clipBottomAmount);
520 view.setClipBottomAmount(0);
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
H A DNotificationChildrenContainer.java778 child.setClipBottomAmount(clipBottomAmount);
1238 public void setClipBottomAmount(int clipBottomAmount) {