Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
DActivatableNotificationView.java736 public void setClipBottomAmount(int clipBottomAmount) { in setClipBottomAmount() method in ActivatableNotificationView
737 super.setClipBottomAmount(clipBottomAmount); in setClipBottomAmount()
738 mBackgroundNormal.setClipBottomAmount(clipBottomAmount); in setClipBottomAmount()
739 mBackgroundDimmed.setClipBottomAmount(clipBottomAmount); in setClipBottomAmount()
DExpandableOutlineView.java362 public void setClipBottomAmount(int clipBottomAmount) { in setClipBottomAmount() method in ExpandableOutlineView
364 super.setClipBottomAmount(clipBottomAmount); in setClipBottomAmount()
DNotificationBackgroundView.java181 public void setClipBottomAmount(int clipBottomAmount) { in setClipBottomAmount() method in NotificationBackgroundView
DNotificationGuts.java350 public void setClipBottomAmount(int clipBottomAmount) { in setClipBottomAmount() method in NotificationGuts
DExpandableView.java276 public void setClipBottomAmount(int clipBottomAmount) { in setClipBottomAmount() method in ExpandableView
DExpandableNotificationRow.java2808 public void setClipBottomAmount(int clipBottomAmount) {
2813 super.setClipBottomAmount(clipBottomAmount);
2815 l.setClipBottomAmount(clipBottomAmount);
2818 mGuts.setClipBottomAmount(clipBottomAmount);
2824 mChildrenContainer.setClipBottomAmount(clipBottomAmount);
DNotificationContentView.java819 public void setClipBottomAmount(int clipBottomAmount) { in setClipBottomAmount() method in NotificationContentView
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DNotificationShelf.java524 row.setClipBottomAmount(clipBottomAmount);
526 row.setClipBottomAmount(0);
/frameworks/base/packages/SystemUI/src/com/android/systemui/bubbles/
DBubbleExpandedView.java482 view.setClipBottomAmount(0); in applyRowState()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
DNotificationChildrenContainer.java740 child.setClipBottomAmount(clipBottomAmount);
1189 public void setClipBottomAmount(int clipBottomAmount) {