Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/
DConfigurationChangedReceiver.java20 void onConfigurationChanged(Configuration newConfiguration); in onConfigurationChanged() argument
/frameworks/base/services/core/java/com/android/server/wm/
DRootWindowContainer.java330 int[] setDisplayOverrideConfigurationIfNeeded(Configuration newConfiguration, int displayId) { in setDisplayOverrideConfigurationIfNeeded() argument
337 final boolean configChanged = currentConfig.diff(newConfiguration) != 0; in setDisplayOverrideConfigurationIfNeeded()
341 displayContent.onOverrideConfigurationChanged(newConfiguration); in setDisplayOverrideConfigurationIfNeeded()
346 return setGlobalConfigurationIfNeeded(newConfiguration); in setDisplayOverrideConfigurationIfNeeded()
352 private int[] setGlobalConfigurationIfNeeded(Configuration newConfiguration) { in setGlobalConfigurationIfNeeded() argument
353 final boolean configChanged = getConfiguration().diff(newConfiguration) != 0; in setGlobalConfigurationIfNeeded()
357 onConfigurationChanged(newConfiguration); in setGlobalConfigurationIfNeeded()
/frameworks/av/services/audioflinger/
DTracks.cpp930 sp<VolumeShaper::Configuration> newConfiguration; in applyVolumeShaper() local
938 newConfiguration = new VolumeShaper::Configuration(*configuration); in applyVolumeShaper()
939 newConfiguration->setOptionFlags( in applyVolumeShaper()
946 (newConfiguration.get() != nullptr ? newConfiguration : configuration), operation); in applyVolumeShaper()
/frameworks/base/packages/SystemUI/src/com/android/systemui/assist/
DAssistManager.java116 public void onConfigurationChanged(Configuration newConfiguration) { in onConfigurationChanged() argument