Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
DExpandableView.java72 private boolean mClipToActualHeight = true; field in ExpandableView
468 if (mClipToActualHeight && shouldClipToActualHeight()) { in updateClipping()
497 mClipToActualHeight = clipToActualHeight; in setClipToActualHeight()
868 pw.println("mClipToActualHeight: " + mClipToActualHeight); in dump()
DNotificationContentView.java173 private boolean mClipToActualHeight = true; field in NotificationContentView
883 if (mClipToActualHeight) { in updateClipping()
895 mClipToActualHeight = clipToActualHeight; in setClipToActualHeight()