Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
DExpandableView.java404 if (mClipToActualHeight && shouldClipToActualHeight()) { in updateClipping()
430 protected boolean shouldClipToActualHeight() { in shouldClipToActualHeight() method in ExpandableView
DExpandableNotificationRow.java2168 protected boolean shouldClipToActualHeight() {
2169 return super.shouldClipToActualHeight() && !mExpandAnimationRunning;