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.java186 boolean expandable = child.isContentExpandable(); in handleExpansion()
DPulseExpansionHandler.kt322 return if (childAtRawPosition != null && childAtRawPosition.isContentExpandable) { in <lambda>()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
DExpandableView.java330 public boolean isContentExpandable() { in isContentExpandable() method in ExpandableView
DExpandableNotificationRow.java2643 public boolean isContentExpandable() {
2648 return showingLayout.isContentExpandable();
2991 expandable = mPrivateLayout.isContentExpandable();
DNotificationContentView.java1097 public boolean isContentExpandable() { in isContentExpandable() method in NotificationContentView