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.java388 if (mClipToActualHeight && shouldClipToActualHeight()) { in updateClipping()
414 protected boolean shouldClipToActualHeight() { in shouldClipToActualHeight() method in ExpandableView
DExpandableNotificationRow.java2144 protected boolean shouldClipToActualHeight() {
2145 return super.shouldClipToActualHeight() && !mExpandAnimationRunning;