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.java178 boolean expandable = child.isContentExpandable(); in handleExpansion()
DPulseExpansionHandler.kt319 return if (childAtRawPosition != null && childAtRawPosition.isContentExpandable) { in <lambda>()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
DExpandableView.java280 public boolean isContentExpandable() { in isContentExpandable() method in ExpandableView
DExpandableNotificationRow.java2642 public boolean isContentExpandable() {
2647 return showingLayout.isContentExpandable();
2969 expandable = mPrivateLayout.isContentExpandable();
DNotificationContentView.java1050 public boolean isContentExpandable() { in isContentExpandable() method in NotificationContentView