Home
last modified time | relevance | path

Searched refs:systemExpanded (Results 1 – 2 of 2) sorted by relevance

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/render/
H A DNotifRowController.kt29 fun setSystemExpanded(systemExpanded: Boolean)
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
H A DExpandableNotificationRowController.java433 public void setSystemExpanded(boolean systemExpanded) { in setSystemExpanded() argument
434 mView.setSystemExpanded(systemExpanded); in setSystemExpanded()