Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/collection/coordinator/
H A DRowAppearanceCoordinatorTest.kt89 verify(controller1).setSystemExpanded(eq(true))
91 verify(controller2).setSystemExpanded(eq(false))
100 verify(controller1).setSystemExpanded(eq(false))
102 verify(controller2).setSystemExpanded(eq(false))
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/render/
H A DNotifRowController.kt29 fun setSystemExpanded(systemExpanded: Boolean) regex
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/coordinator/
H A DRowAppearanceCoordinator.kt65 controller.setSystemExpanded(mAlwaysExpandNonGroupedNotification || entry == entryToExpand)
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
H A DExpandableNotificationRowController.java433 public void setSystemExpanded(boolean systemExpanded) { in setSystemExpanded() method in ExpandableNotificationRowController
434 mView.setSystemExpanded(systemExpanded); in setSystemExpanded()
H A DExpandableNotificationRow.java2535 public void setSystemExpanded(boolean expand) {