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/
DPulseExpansionHandler.kt350 return if (childAtRawPosition != null && childAtRawPosition.isContentExpandable) { in <lambda>()
DLockscreenShadeTransitionController.kt917 val expandable = child.isContentExpandable in handleExpansion()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
DExpandableView.java349 public boolean isContentExpandable() { in isContentExpandable() method in ExpandableView
DExpandableNotificationRow.java3067 public boolean isContentExpandable() {
3072 return showingLayout.isContentExpandable();
3519 expandable = mPrivateLayout.isContentExpandable();
DNotificationContentView.java1235 public boolean isContentExpandable() { in isContentExpandable() method in NotificationContentView