Home
last modified time | relevance | path

Searched refs:addConfigurationChangeListener (Results 1 – 13 of 13) sorted by relevance

/aosp14/frameworks/base/libs/WindowManager/Shell/tests/unittest/src/com/android/wm/shell/sysui/
H A DShellControllerTest.java224 mController.addConfigurationChangeListener(mConfigChangeListener); in testAddConfigurationChangeListener_ensureCallback()
234 mController.addConfigurationChangeListener(mConfigChangeListener); in testDoubleAddConfigurationChangeListener_ensureSingleCallback()
235 mController.addConfigurationChangeListener(mConfigChangeListener); in testDoubleAddConfigurationChangeListener_ensureSingleCallback()
245 mController.addConfigurationChangeListener(mConfigChangeListener); in testAddRemoveConfigurationChangeListener_ensureNoCallback()
257 mController.addConfigurationChangeListener(mConfigChangeListener); in testMultipleConfigurationChangeListeners()
258 mController.addConfigurationChangeListener(listener2); in testMultipleConfigurationChangeListeners()
275 mController.addConfigurationChangeListener(badListener); in testRemoveListenerDuringCallback()
276 mController.addConfigurationChangeListener(mConfigChangeListener); in testRemoveListenerDuringCallback()
286 mController.addConfigurationChangeListener(mConfigChangeListener); in testDensityChangeCallback()
300 mController.addConfigurationChangeListener(mConfigChangeListener); in testFontScaleChangeCallback()
[all …]
/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/hidedisplaycutout/
H A DHideDisplayCutoutController.java88 mShellController.addConfigurationChangeListener(this); in onInit()
/aosp14/frameworks/base/libs/WindowManager/Shell/tests/unittest/src/com/android/wm/shell/hidedisplaycutout/
H A DHideDisplayCutoutControllerTest.java83 verify(mShellController, times(1)).addConfigurationChangeListener(any()); in instantiateController_registerConfigChangeListener()
/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/unfold/animation/
H A DFullscreenUnfoldTaskAnimator.java90 mShellController.addConfigurationChangeListener(this); in init()
H A DSplitTaskUnfoldAnimator.java113 mShellController.addConfigurationChangeListener(this); in init()
/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/sysui/
H A DShellController.java103 public void addConfigurationChangeListener(ConfigurationChangeListener listener) { in addConfigurationChangeListener() method in ShellController
/aosp14/frameworks/base/libs/WindowManager/Shell/tests/unittest/src/com/android/wm/shell/pip/phone/
H A DPipControllerTest.java160 verify(mShellController, times(1)).addConfigurationChangeListener(any()); in instantiatePipController_registerConfigChangeListener()
/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/onehanded/
H A DOneHandedController.java298 mShellController.addConfigurationChangeListener(this); in onInit()
/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/pip/tv/
H A DTvPipController.java265 mShellController.addConfigurationChangeListener(this); in onInit()
/aosp14/frameworks/base/libs/WindowManager/Shell/tests/unittest/src/com/android/wm/shell/onehanded/
H A DOneHandedControllerTest.java166 verify(mMockShellController, times(1)).addConfigurationChangeListener(any()); in testControllerRegistersConfigChangeListener()
/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/pip/phone/
H A DPipController.java703 mShellController.addConfigurationChangeListener(this); in onInit()
/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/
H A DBubbleController.java478 mShellController.addConfigurationChangeListener(this); in onInit()
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/wmshell/
H A DBubblesTest.java497 verify(mShellController, times(1)).addConfigurationChangeListener(any()); in instantiateController_registerConfigChangeListener()