Home
last modified time | relevance | path

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

/packages/apps/Launcher3/src/com/android/launcher3/statemanager/
DStatefulActivity.java178 handleConfigurationChanged(newConfig); in onConfigurationChanged()
186 public void handleConfigurationChanged(Configuration newConfig) { in handleConfigurationChanged() method in StatefulActivity
/packages/apps/Launcher3/src/com/android/launcher3/
DLauncherRootView.java56 mActivity.handleConfigurationChanged(mActivity.getResources().getConfiguration()); in onApplyWindowInsets()