Home
last modified time | relevance | path

Searched refs:setSystemExpanded (Results 1 – 6 of 6) 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.kt77 controller.setSystemExpanded( in <lambda>()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
DExpandableNotificationRowController.java523 public void setSystemExpanded(boolean systemExpanded) { in setSystemExpanded() method in ExpandableNotificationRowController
524 mView.setSystemExpanded(systemExpanded); in setSystemExpanded()
DExpandableNotificationRow.java3172 public void setSystemExpanded(boolean expand) { in setSystemExpanded() method in ExpandableNotificationRow
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/row/
DExpandableNotificationRowTest.java908 row.setSystemExpanded(true); in isExpanded_systemExpanded_expanded()
930 row.setSystemExpanded(true); in isExpanded_userExpanded_expanded()
942 row.setSystemExpanded(true); in isExpanded_userExpandedFalse_notExpanded()