Home
last modified time | relevance | path

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

/development/samples/Support4Demos/src/com/example/android/supportv4/app/
DLoaderCustomSupport.java169 boolean applyNewConfig(Resources res) { in applyNewConfig() method in LoaderCustomSupport.InterestingConfigChanges
305 boolean configChange = mLastConfig.applyNewConfig(getContext().getResources()); in onStartLoading()
/development/samples/ApiDemos/src/com/example/android/apis/app/
DLoaderCustom.java167 boolean applyNewConfig(Resources res) { in applyNewConfig() method in LoaderCustom.InterestingConfigChanges
303 boolean configChange = mLastConfig.applyNewConfig(getContext().getResources()); in onStartLoading()