Home
last modified time | relevance | path

Searched refs:shouldClipToActualHeight (Results 1 – 2 of 2) sorted by relevance

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
H A DExpandableView.java464 if (mClipToActualHeight && shouldClipToActualHeight()) { in updateClipping()
488 protected boolean shouldClipToActualHeight() { in shouldClipToActualHeight() method in ExpandableView
H A DExpandableNotificationRow.java2407 protected boolean shouldClipToActualHeight() {
2408 return super.shouldClipToActualHeight() && !mExpandAnimationRunning;