/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/shade/ |
D | ShadeExpansionStateManagerTest.kt | 28 private lateinit var shadeExpansionStateManager: ShadeExpansionStateManager variable in com.android.systemui.shade.ShadeExpansionStateManagerTest 32 shadeExpansionStateManager = ShadeExpansionStateManager() in setUp() 38 val currentState = shadeExpansionStateManager.addExpansionListener(listener) in onPanelExpansionChanged_listenerNotified() 45 shadeExpansionStateManager.onPanelExpansionChanged(fraction, expanded, tracking) in onPanelExpansionChanged_listenerNotified() 58 shadeExpansionStateManager.onPanelExpansionChanged(fraction, expanded, tracking) in addExpansionListener_listenerNotifiedOfCurrentValues() 61 val currentState = shadeExpansionStateManager.addExpansionListener(listener) in addExpansionListener_listenerNotifiedOfCurrentValues() 72 shadeExpansionStateManager.addStateListener(listener) in updateState_listenerNotified() 74 shadeExpansionStateManager.updateState(STATE_OPEN) in updateState_listenerNotified() 86 shadeExpansionStateManager.addStateListener(listener) in onPEC_fractionLessThanOne_expandedTrue_trackingFalse_becomesStateOpening() 88 shadeExpansionStateManager.onPanelExpansionChanged( in onPEC_fractionLessThanOne_expandedTrue_trackingFalse_becomesStateOpening() [all …]
|
/frameworks/base/packages/SystemUI/tests/utils/src/com/android/systemui/shade/domain/startable/ |
D | ShadeStartableKosmos.kt | 34 val Kosmos.shadeExpansionStateManager by Fixture { ShadeExpansionStateManager() } in <lambda>() constant 47 shadeExpansionStateManager = shadeExpansionStateManager, in <lambda>()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/shade/transition/ |
D | ScrimShadeTransitionController.kt | 33 private val shadeExpansionStateManager: ShadeExpansionStateManager, constant in com.android.systemui.shade.transition.ScrimShadeTransitionController 43 shadeExpansionStateManager.addExpansionListener(this::onPanelExpansionChanged) in init() 45 shadeExpansionStateManager.addStateListener(this::onPanelStateChanged) in init()
|
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/shade/transition/ |
D | ScrimShadeTransitionControllerTest.kt | 40 private val shadeExpansionStateManager = ShadeExpansionStateManager() constant 64 shadeExpansionStateManager, in setUp() 88 shadeExpansionStateManager.onPanelExpansionChanged( in startLegacyPanelExpansion()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/shade/domain/startable/ |
D | ShadeStartable.kt | 58 private val shadeExpansionStateManager: ShadeExpansionStateManager, in <lambda>() constant in com.android.systemui.shade.domain.startable.ShadeStartable 74 shadeExpansionStateManager.onPanelExpansionChanged( in <lambda>()
|
/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/shade/domain/startable/ |
D | ShadeStartableTest.kt | 68 private val shadeExpansionStateManager by lazy { kosmos.shadeExpansionStateManager } in <lambda>() constant 134 shadeExpansionStateManager.addExpansionListener(expansionListener) in <lambda>()
|
/frameworks/base/packages/SystemUI/src/com/android/keyguard/ |
D | KeyguardViewController.java | 189 @Nullable ShadeExpansionStateManager shadeExpansionStateManager, in registerCentralSurfaces() argument
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/shade/ |
D | NotificationShadeWindowViewController.java | 169 ShadeExpansionStateManager shadeExpansionStateManager, in NotificationShadeWindowViewController() argument 204 mShadeExpansionStateManager = shadeExpansionStateManager; in NotificationShadeWindowViewController()
|
D | NotificationPanelViewController.java | 751 ShadeExpansionStateManager shadeExpansionStateManager, in NotificationPanelViewController() 801 mShadeExpansionStateManager = shadeExpansionStateManager; in NotificationPanelViewController() 926 shadeExpansionStateManager.addStateListener(this::onPanelStateChanged); in NotificationPanelViewController()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/ |
D | StatusBarKeyguardViewManager.java | 441 ShadeExpansionStateManager shadeExpansionStateManager, in registerCentralSurfaces() argument 449 if (shadeExpansionStateManager != null) { in registerCentralSurfaces() 451 shadeExpansionStateManager.addExpansionListener(this); in registerCentralSurfaces()
|
D | CentralSurfacesImpl.java | 628 ShadeExpansionStateManager shadeExpansionStateManager, in CentralSurfacesImpl() argument 735 mShadeExpansionStateManager = shadeExpansionStateManager; in CentralSurfacesImpl()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/fragment/ |
D | CollapsedStatusBarFragment.java | 231 ShadeExpansionStateManager shadeExpansionStateManager, in CollapsedStatusBarFragment() argument 256 mShadeExpansionStateManager = shadeExpansionStateManager; in CollapsedStatusBarFragment()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/ |
D | KeyguardViewMediator.java | 3614 @Nullable ShadeExpansionStateManager shadeExpansionStateManager, 3621 shadeExpansionStateManager,
|