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/
DExpandableView.java391 if (mClipToActualHeight && shouldClipToActualHeight()) { in updateClipping()
405 protected boolean shouldClipToActualHeight() { in shouldClipToActualHeight() method in ExpandableView
DExpandableNotificationRow.java1932 protected boolean shouldClipToActualHeight() {
1933 return super.shouldClipToActualHeight() && !mExpandAnimationRunning && !mChildIsExpanding;