Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/collection/coordinator/
DRowAppearanceCoordinatorTest.kt89 verify(controller1).setSystemExpanded(eq(true)) in testSetSystemExpandedOnlyOnFirst()
91 verify(controller2).setSystemExpanded(eq(false)) in testSetSystemExpandedOnlyOnFirst()
100 verify(controller1).setSystemExpanded(eq(false)) in testSetSystemExpandedNeverIfMinimized()
102 verify(controller2).setSystemExpanded(eq(false)) in testSetSystemExpandedNeverIfMinimized()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/render/
DNotifRowController.kt29 fun setSystemExpanded(systemExpanded: Boolean) method
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/coordinator/
DRowAppearanceCoordinator.kt74 controller.setSystemExpanded(mAlwaysExpandNonGroupedNotification || in <lambda>()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
DExpandableNotificationRowController.java434 public void setSystemExpanded(boolean systemExpanded) { in setSystemExpanded() method in ExpandableNotificationRowController
435 mView.setSystemExpanded(systemExpanded); in setSystemExpanded()
DExpandableNotificationRow.java2683 public void setSystemExpanded(boolean expand) {