Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/controls/ui/
DControlsActivityTest.kt83 verify(uiController).onSizeChange() in testOrientationChangeForwardsToUiController()
93 verify(uiController).onSizeChange() in testScreenChangeForwardsToUiController()
104 verify(uiController).onSizeChange() in testChangeSmallestScreenSizeForwardsToUiController()
116 verify(uiController, times(2)).onSizeChange() in testConfigurationChangeSupportsInPlaceChange()
DControlsUiControllerImplTest.kt564 underTest.onSizeChange() in testOnRotationWithPanelUpdateBoundsCalled()
/frameworks/base/packages/SystemUI/src/com/android/systemui/controls/ui/
DControlsUiController.kt68 fun onSizeChange() in show() method
DControlsActivity.kt104 uiController.onSizeChange() in <lambda>()
DControlsUiControllerImpl.kt815 override fun onSizeChange() { in <lambda>() method