Home
last modified time | relevance | path

Searched defs:onSmallestScreenWidthChanged (Results 1 – 5 of 5) sorted by relevance

/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/sysui/
DConfigurationChangeListener.java39 default void onSmallestScreenWidthChanged() {} in onSmallestScreenWidthChanged() method
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
DConfigurationController.java39 default void onSmallestScreenWidthChanged() {} in onSmallestScreenWidthChanged() method
/frameworks/base/libs/WindowManager/Shell/tests/unittest/src/com/android/wm/shell/sysui/
DShellControllerTest.java400 public void onSmallestScreenWidthChanged() { in onSmallestScreenWidthChanged() method in ShellControllerTest.TestConfigurationChangeListener
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/phone/
DConfigurationControllerImplTest.kt335 override fun onSmallestScreenWidthChanged() { in onSmallestScreenWidthChanged() method in com.android.systemui.statusbar.phone.ConfigurationControllerImplTest.TestListener
/frameworks/base/packages/SystemUI/src/com/android/systemui/shade/
DNotificationPanelViewController.java4262 public void onSmallestScreenWidthChanged() { in onSmallestScreenWidthChanged() method in ConfigurationListener