Searched defs:applyNewConfig (Results 1 - 3 of 3) sorted by relevance
/frameworks/base/packages/SettingsLib/src/com/android/settingslib/applications/ | ||
H A D | InterestingConfigChanges.java | 38 public boolean applyNewConfig(Resources res) { method in class:InterestingConfigChanges |
/frameworks/support/frameworks/support/samples/Support4Demos/src/main/java/com/example/android/supportv4/app/ | ||
H A D | LoaderCustomSupport.java | 167 boolean applyNewConfig(Resources res) { method in class:LoaderCustomSupport.InterestingConfigChanges 304 boolean configChange = mLastConfig.applyNewConfig(getContext().getResources()); |
/frameworks/support/samples/Support4Demos/src/main/java/com/example/android/supportv4/app/ | ||
H A D | LoaderCustomSupport.java | 167 boolean applyNewConfig(Resources res) { method in class:LoaderCustomSupport.InterestingConfigChanges 304 boolean configChange = mLastConfig.applyNewConfig(getContext().getResources()); |
Completed in 28 milliseconds