Home
last modified time | relevance | path

Searched refs:needsClippingToShelf (Results 1 – 5 of 5) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
DPeopleHubView.kt85 override fun needsClippingToShelf(): Boolean = true in <lambda>() method
DSectionHeaderView.java121 public boolean needsClippingToShelf() { in needsClippingToShelf() method in SectionHeaderView
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
DStackScrollerDecorView.java235 public boolean needsClippingToShelf() { in needsClippingToShelf() method in StackScrollerDecorView
DExpandableView.java167 public boolean needsClippingToShelf() { in needsClippingToShelf() method in ExpandableView
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DNotificationShelf.java282 if (!child.needsClippingToShelf() || child.getVisibility() == GONE) { in updateAppearance()
1039 public boolean needsClippingToShelf() {