Home
last modified time | relevance | path

Searched refs:handleConfigurationChanged (Results 1 – 4 of 4) sorted by relevance

/packages/apps/Launcher3/src/com/android/launcher3/statemanager/
DStatefulActivity.java180 handleConfigurationChanged(newConfig); in onConfigurationChanged()
189 public void handleConfigurationChanged(Configuration newConfig) { in handleConfigurationChanged() method in StatefulActivity
DStatefulContainer.java91 default void handleConfigurationChanged(Configuration configuration){ in handleConfigurationChanged() method
/packages/apps/Launcher3/src/com/android/launcher3/
DLauncherRootView.java57 mStatefulContainer.handleConfigurationChanged( in onApplyWindowInsets()
/packages/apps/Launcher3/quickstep/src/com/android/quickstep/fallback/window/
DRecentsWindowManager.kt201 override fun handleConfigurationChanged(configuration: Configuration?) { in <lambda>() method