Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DPulseExpansionHandler.kt336 return if (childAtRawPosition != null && childAtRawPosition.isContentExpandable) {
H A DLockscreenShadeTransitionController.kt898 val expandable = child.isContentExpandable
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
H A DExpandableView.java352 public boolean isContentExpandable() { in isContentExpandable() method in ExpandableView
H A DExpandableNotificationRow.java2961 public boolean isContentExpandable() {
2966 return showingLayout.isContentExpandable();
3408 expandable = mPrivateLayout.isContentExpandable();
H A DNotificationContentView.java1138 public boolean isContentExpandable() { in isContentExpandable() method in NotificationContentView