Home
last modified time | relevance | path

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

/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
H A DExpandableView.java430 if (mClipToActualHeight && shouldClipToActualHeight()) { in updateClipping()
456 protected boolean shouldClipToActualHeight() { in shouldClipToActualHeight() method in ExpandableView
H A DExpandableNotificationRow.java2177 protected boolean shouldClipToActualHeight() {
2178 return super.shouldClipToActualHeight() && !mExpandAnimationRunning;