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/stack/
DExpandableViewState.java172 expandableView.setClipBottomAmount(this.clipBottomAmount); in applyToView()
351 child.setClipBottomAmount(newEndValue); in startClipAnimation()
363 child.setClipBottomAmount((int) animation.getAnimatedValue()); in startClipAnimation()
DNotificationChildrenContainer.java990 child.setClipBottomAmount(clipBottomAmount);
1542 public void setClipBottomAmount(int clipBottomAmount) {
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
DExpandableOutlineView.java269 public void setClipBottomAmount(int clipBottomAmount) { in setClipBottomAmount() method in ExpandableOutlineView
271 super.setClipBottomAmount(clipBottomAmount); in setClipBottomAmount()
DActivatableNotificationView.java352 public void setClipBottomAmount(int clipBottomAmount) { in setClipBottomAmount() method in ActivatableNotificationView
353 super.setClipBottomAmount(clipBottomAmount); in setClipBottomAmount()
354 mBackgroundNormal.setClipBottomAmount(clipBottomAmount); in setClipBottomAmount()
DNotificationBackgroundView.java230 public void setClipBottomAmount(int clipBottomAmount) { in setClipBottomAmount() method in NotificationBackgroundView
DNotificationGuts.java374 public void setClipBottomAmount(int clipBottomAmount) { in setClipBottomAmount() method in NotificationGuts
DExpandableNotificationRow.java3332 public void setClipBottomAmount(int clipBottomAmount) {
3337 super.setClipBottomAmount(clipBottomAmount);
3339 l.setClipBottomAmount(clipBottomAmount);
3342 mGuts.setClipBottomAmount(clipBottomAmount);
3348 mChildrenContainer.setClipBottomAmount(clipBottomAmount);
DExpandableView.java329 public void setClipBottomAmount(int clipBottomAmount) { in setClipBottomAmount() method in ExpandableView
DNotificationContentView.java871 public void setClipBottomAmount(int clipBottomAmount) { in setClipBottomAmount() method in NotificationContentView
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DNotificationShelf.java690 view.setClipBottomAmount(clipBottomAmount);
692 view.setClipBottomAmount(0);