Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/qs/
DQSPanelControllerBaseSceneContainerTest.kt136 underTest.mOnConfigurationChangedListener.onConfigurationChange(configuration) in configurationChange_onlySplitShadeConfigChanges_horizontalInSceneUpdated()
143 underTest.mOnConfigurationChangedListener.onConfigurationChange(configuration) in configurationChange_onlySplitShadeConfigChanges_horizontalInSceneUpdated()
162 underTest.mOnConfigurationChangedListener.onConfigurationChange(configuration) in configurationChange_shouldUseHorizontalInSceneInLongDevices()
171 underTest.mOnConfigurationChangedListener.onConfigurationChange(configuration) in configurationChange_shouldUseHorizontalInSceneInLongDevices()
192 underTest.mOnConfigurationChangedListener.onConfigurationChange(configuration) in configurationChange_horizontalInScene_onlyInLandscape()
201 underTest.mOnConfigurationChangedListener.onConfigurationChange(configuration) in configurationChange_horizontalInScene_onlyInLandscape()
218 underTest.mOnConfigurationChangedListener.onConfigurationChange(configuration) in changeMediaVisible_changesHorizontalInScene()
DQSPanelControllerTest.kt149 controller.mOnConfigurationChangedListener.onConfigurationChange(configuration) in configurationChange_onlySplitShadeConfigChanges_tileAreRedistributed()
153 controller.mOnConfigurationChangedListener.onConfigurationChange(configuration) in configurationChange_onlySplitShadeConfigChanges_tileAreRedistributed()
160 controller.mOnConfigurationChangedListener.onConfigurationChange(configuration) in configurationChange_onlySplitShadeConfigChanges_qsPanelCanBeCollapsed()
164 controller.mOnConfigurationChangedListener.onConfigurationChange(configuration) in configurationChange_onlySplitShadeConfigChanges_qsPanelCanBeCollapsed()
168 controller.mOnConfigurationChangedListener.onConfigurationChange(configuration) in configurationChange_onlySplitShadeConfigChanges_qsPanelCanBeCollapsed()
DQSPanelControllerBaseTest.java358 mController.mOnConfigurationChangedListener.onConfigurationChange(mConfiguration); in testChangeConfiguration_shouldUseHorizontalLayoutInLandscape_true()
366 mController.mOnConfigurationChangedListener.onConfigurationChange(mConfiguration); in testChangeConfiguration_shouldUseHorizontalLayoutInLandscape_true()
382 mController.mOnConfigurationChangedListener.onConfigurationChange(mConfiguration); in testChangeConfiguration_shouldUseHorizontalLayoutInLongDevices_true()
390 mController.mOnConfigurationChangedListener.onConfigurationChange(mConfiguration); in testChangeConfiguration_shouldUseHorizontalLayoutInLongDevices_true()
419 mController.mOnConfigurationChangedListener.onConfigurationChange(mConfiguration); in configurationChange_onlySplitShadeConfigChanges_horizontalLayoutStatusUpdated()
425 mController.mOnConfigurationChangedListener.onConfigurationChange(mConfiguration); in configurationChange_onlySplitShadeConfigChanges_horizontalLayoutStatusUpdated()
/frameworks/base/packages/SystemUI/src/com/android/systemui/shade/
DNotificationPanelView.java42 private OnConfigurationChangedListener mOnConfigurationChangedListener; field in NotificationPanelView
116 mOnConfigurationChangedListener = listener; in setOnConfigurationChangedListener()
136 mOnConfigurationChangedListener.onConfigurationChanged(newConfig); in dispatchConfigurationChanged()
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/
DQSPanelControllerBase.java111 protected final QSPanel.OnConfigurationChangedListener mOnConfigurationChangedListener = field in QSPanelControllerBase
234 mView.addOnConfigurationChangedListener(mOnConfigurationChangedListener); in onViewAttached()
260 mView.removeOnConfigurationChangedListener(mOnConfigurationChangedListener); in onViewDetached()