Searched defs:newParentConfig (Results 1 - 4 of 4) sorted by last modified time

/frameworks/base/services/core/java/com/android/server/am/
H A DConfigurationContainer.java58 void onConfigurationChanged(Configuration newParentConfig) { argument
59 mFullConfiguration.setTo(newParentConfig);
/frameworks/base/services/core/java/com/android/server/wm/
H A DDisplayContent.java1448 void onConfigurationChanged(Configuration newParentConfig) { argument
1449 super.onConfigurationChanged(newParentConfig);
H A DRootWindowContainer.java362 void onConfigurationChanged(Configuration newParentConfig) { argument
364 super.onConfigurationChanged(newParentConfig);
H A DWindowContainer.java297 void onConfigurationChanged(Configuration newParentConfig) { argument
298 mFullConfiguration.setTo(newParentConfig);

Completed in 78 milliseconds