Home
last modified time | relevance | path

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

/packages/apps/Launcher3/src/com/android/launcher3/
DInvariantDeviceProfile.java164 APPLY_CONFIG_AT_RUNTIME.get() ? this::onConfigChanged : this::killProcess); in InvariantDeviceProfile()
343 MAIN_EXECUTOR.execute(() -> onConfigChanged(appContext)); in setCurrentGrid()
346 private void onConfigChanged(Context context) { in onConfigChanged() method in InvariantDeviceProfile
379 mConfigMonitor = new ConfigMonitor(context, this::onConfigChanged); in apply()
650 onConfigChanged(context); in onReceive()