Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
H A DExpandableViewState.java110 public int clipBottomAmount; field in ExpandableViewState
173 if (oldClipBottomAmount != this.clipBottomAmount) { in applyToView()
174 expandableView.setClipBottomAmount(this.clipBottomAmount); in applyToView()
210 if (this.clipBottomAmount != expandableView.getClipBottomAmount()) { in animateTo()
329 int newEndValue = clipTop ? this.clipTopAmount : this.clipBottomAmount; in startClipAnimation()
H A DNotificationChildrenContainer.java849 int clipBottomAmount = 0;
853 clipBottomAmount = (int) (childBottom - layoutEnd);
861 child.setClipBottomAmount(clipBottomAmount);
1391 public void setClipBottomAmount(int clipBottomAmount) {
1392 mClipBottomAmount = clipBottomAmount;
H A DStackScrollAlgorithm.java319 state.clipBottomAmount = mEnableNotificationClipping ? (int) overlapAmount : 0; in updateClipping()
321 state.clipBottomAmount = 0; in updateClipping()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
H A DExpandableOutlineView.java272 public void setClipBottomAmount(int clipBottomAmount) { in setClipBottomAmount() argument
274 super.setClipBottomAmount(clipBottomAmount); in setClipBottomAmount()
275 if (previousAmount != clipBottomAmount) { in setClipBottomAmount()
H A DNotificationBackgroundView.java199 public void setClipBottomAmount(int clipBottomAmount) { in setClipBottomAmount() argument
200 mClipBottomAmount = clipBottomAmount; in setClipBottomAmount()
H A DActivatableNotificationView.java357 public void setClipBottomAmount(int clipBottomAmount) { in setClipBottomAmount() argument
358 super.setClipBottomAmount(clipBottomAmount); in setClipBottomAmount()
359 mBackgroundNormal.setClipBottomAmount(clipBottomAmount); in setClipBottomAmount()
H A DNotificationGuts.java374 public void setClipBottomAmount(int clipBottomAmount) { in setClipBottomAmount() argument
375 mClipBottomAmount = clipBottomAmount; in setClipBottomAmount()
H A DExpandableView.java332 public void setClipBottomAmount(int clipBottomAmount) { in setClipBottomAmount() argument
333 mClipBottomAmount = clipBottomAmount; in setClipBottomAmount()
H A DExpandableNotificationRow.java3222 public void setClipBottomAmount(int clipBottomAmount) {
3226 if (clipBottomAmount != mClipBottomAmount) {
3227 super.setClipBottomAmount(clipBottomAmount);
3229 l.setClipBottomAmount(clipBottomAmount);
3232 mGuts.setClipBottomAmount(clipBottomAmount);
3238 mChildrenContainer.setClipBottomAmount(clipBottomAmount);
H A DNotificationContentView.java818 public void setClipBottomAmount(int clipBottomAmount) { in setClipBottomAmount() argument
819 mClipBottomAmount = clipBottomAmount; in setClipBottomAmount()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/
H A DNotificationLaunchAnimatorController.kt89 val height = max(0, notification.actualHeight - notification.clipBottomAmount)
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/stack/
H A DStackScrollAlgorithmTest.kt111 assertThat(notificationRow.viewState.clipBottomAmount).isEqualTo(0)
1035 assertThat(topHun.viewState.clipBottomAmount).isEqualTo(0)
1036 assertThat(bottomHun.viewState.clipBottomAmount).isEqualTo(bottomHunHeight - topHunHeight)
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DNotificationShelf.java705 int clipBottomAmount =
707 view.setClipBottomAmount(clipBottomAmount);