Home
last modified time | relevance | path

Searched refs:onSmallestScreenWidthChanged (Results 1 – 7 of 7) sorted by relevance

/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/sysui/
H A DConfigurationChangeListener.java39 default void onSmallestScreenWidthChanged() {} in onSmallestScreenWidthChanged() method
H A DShellController.java218 listener.onSmallestScreenWidthChanged(); in onConfigurationChanged()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
H A DConfigurationController.java39 default void onSmallestScreenWidthChanged() {} in onSmallestScreenWidthChanged() method
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DConfigurationControllerImpl.kt89 it.onSmallestScreenWidthChanged()
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/phone/
H A DConfigurationControllerImplTest.kt353 override fun onSmallestScreenWidthChanged() {
/aosp14/frameworks/base/libs/WindowManager/Shell/tests/unittest/src/com/android/wm/shell/sysui/
H A DShellControllerTest.java400 public void onSmallestScreenWidthChanged() { in onSmallestScreenWidthChanged() method in ShellControllerTest.TestConfigurationChangeListener
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/shade/
H A DNotificationPanelViewController.java4467 public void onSmallestScreenWidthChanged() { in onSmallestScreenWidthChanged() method in ConfigurationListener