Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DDragDownHelper.java174 boolean expandable = child.isContentExpandable(); in handleExpansion()
DPulseExpansionHandler.kt250 return if (childAtRawPosition != null && childAtRawPosition.isContentExpandable) { in <lambda>()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
DExpandableView.java296 public boolean isContentExpandable() { in isContentExpandable() method in ExpandableView
DExpandableNotificationRow.java2667 public boolean isContentExpandable() {
2672 return showingLayout.isContentExpandable();
2981 expandable = mPrivateLayout.isContentExpandable();
DNotificationContentView.java1129 public boolean isContentExpandable() { in isContentExpandable() method in NotificationContentView