Searched refs:clipBottomAmount (Results 1 - 9 of 9) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DExpandableOutlineView.java94 public void setClipBottomAmount(int clipBottomAmount) { argument
95 super.setClipBottomAmount(clipBottomAmount);
H A DNotificationBackgroundView.java129 public void setClipBottomAmount(int clipBottomAmount) { argument
130 mClipBottomAmount = clipBottomAmount;
H A DExpandableView.java245 * @param clipBottomAmount the amount to clip.
247 public void setClipBottomAmount(int clipBottomAmount) { argument
248 mClipBottomAmount = clipBottomAmount;
H A DNotificationGuts.java282 public void setClipBottomAmount(int clipBottomAmount) { argument
283 mClipBottomAmount = clipBottomAmount;
H A DActivatableNotificationView.java726 public void setClipBottomAmount(int clipBottomAmount) { argument
727 super.setClipBottomAmount(clipBottomAmount);
728 mBackgroundNormal.setClipBottomAmount(clipBottomAmount);
729 mBackgroundDimmed.setClipBottomAmount(clipBottomAmount);
H A DNotificationShelf.java372 int clipBottomAmount = (int) (viewEnd - notificationClipEnd);
374 clipBottomAmount = Math.min(row.getIntrinsicHeight() - row.getCollapsedHeight(),
375 clipBottomAmount);
377 row.setClipBottomAmount(clipBottomAmount);
H A DExpandableNotificationRow.java2054 public void setClipBottomAmount(int clipBottomAmount) { argument
2055 if (clipBottomAmount != mClipBottomAmount) {
2056 super.setClipBottomAmount(clipBottomAmount);
2058 l.setClipBottomAmount(clipBottomAmount);
2061 mGuts.setClipBottomAmount(clipBottomAmount);
2067 mChildrenContainer.setClipBottomAmount(clipBottomAmount);
H A DNotificationContentView.java698 public void setClipBottomAmount(int clipBottomAmount) { argument
699 mClipBottomAmount = clipBottomAmount;
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/stack/
H A DNotificationChildrenContainer.java741 int clipBottomAmount = 0;
745 clipBottomAmount = (int) (childBottom - layoutEnd);
753 child.setClipBottomAmount(clipBottomAmount);
1219 public void setClipBottomAmount(int clipBottomAmount) { argument
1220 mClipBottomAmount = clipBottomAmount;

Completed in 76 milliseconds