Home
last modified time | relevance | path

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

/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DPulseExpansionHandler.kt320 return if (childAtRawPosition != null && childAtRawPosition.isContentExpandable) {
H A DLockscreenShadeTransitionController.kt776 val expandable = child.isContentExpandable
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
H A DExpandableView.java322 public boolean isContentExpandable() { in isContentExpandable() method in ExpandableView
H A DExpandableNotificationRow.java2702 public boolean isContentExpandable() {
2707 return showingLayout.isContentExpandable();
3144 expandable = mPrivateLayout.isContentExpandable();
H A DNotificationContentView.java1069 public boolean isContentExpandable() { in isContentExpandable() method in NotificationContentView