Home
last modified time | relevance | path

Searched refs:clipBottomAmount (Results 1 – 13 of 13) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
DExpandableViewState.java110 public int clipBottomAmount; field in ExpandableViewState
171 if (oldClipBottomAmount != this.clipBottomAmount) { in applyToView()
172 expandableView.setClipBottomAmount(this.clipBottomAmount); in applyToView()
208 if (this.clipBottomAmount != expandableView.getClipBottomAmount()) { in animateTo()
326 int newEndValue = clipTop ? this.clipTopAmount : this.clipBottomAmount; in startClipAnimation()
DNotificationChildrenContainer.java978 int clipBottomAmount = 0;
982 clipBottomAmount = (int) (childBottom - layoutEnd);
990 child.setClipBottomAmount(clipBottomAmount);
1542 public void setClipBottomAmount(int clipBottomAmount) {
1543 mClipBottomAmount = clipBottomAmount;
DStackScrollAlgorithm.java360 state.clipBottomAmount = mEnableNotificationClipping ? (int) overlapAmount : 0; in updateClipping()
362 state.clipBottomAmount = 0; in updateClipping()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
DExpandableOutlineView.java269 public void setClipBottomAmount(int clipBottomAmount) { in setClipBottomAmount() argument
271 super.setClipBottomAmount(clipBottomAmount); in setClipBottomAmount()
272 if (previousAmount != clipBottomAmount) { in setClipBottomAmount()
DNotificationBackgroundView.java230 public void setClipBottomAmount(int clipBottomAmount) { in setClipBottomAmount() argument
231 mClipBottomAmount = clipBottomAmount; in setClipBottomAmount()
DNotificationGuts.java374 public void setClipBottomAmount(int clipBottomAmount) { in setClipBottomAmount() argument
375 mClipBottomAmount = clipBottomAmount; in setClipBottomAmount()
DActivatableNotificationView.java352 public void setClipBottomAmount(int clipBottomAmount) { in setClipBottomAmount() argument
353 super.setClipBottomAmount(clipBottomAmount); in setClipBottomAmount()
354 mBackgroundNormal.setClipBottomAmount(clipBottomAmount); in setClipBottomAmount()
DExpandableView.java329 public void setClipBottomAmount(int clipBottomAmount) { in setClipBottomAmount() argument
330 mClipBottomAmount = clipBottomAmount; in setClipBottomAmount()
DExpandableNotificationRow.java3332 public void setClipBottomAmount(int clipBottomAmount) {
3336 if (clipBottomAmount != mClipBottomAmount) {
3337 super.setClipBottomAmount(clipBottomAmount);
3339 l.setClipBottomAmount(clipBottomAmount);
3342 mGuts.setClipBottomAmount(clipBottomAmount);
3348 mChildrenContainer.setClipBottomAmount(clipBottomAmount);
DNotificationContentView.java871 public void setClipBottomAmount(int clipBottomAmount) { in setClipBottomAmount() argument
872 mClipBottomAmount = clipBottomAmount; in setClipBottomAmount()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/
DNotificationTransitionAnimatorController.kt88 val height = max(0, notification.actualHeight - notification.clipBottomAmount) in createAnimatorState()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/stack/
DStackScrollAlgorithmTest.kt224 assertThat(notificationRow.viewState.clipBottomAmount).isEqualTo(0) in <lambda>()
1253 assertThat(topHun.viewState.clipBottomAmount).isEqualTo(0) in <lambda>()
1254 assertThat(bottomHun.viewState.clipBottomAmount).isEqualTo(bottomHunHeight - topHunHeight) in <lambda>()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DNotificationShelf.java688 int clipBottomAmount =
690 view.setClipBottomAmount(clipBottomAmount);