HomeSort by relevance Sort by last modified time
    Searched refs:applyNewConfig (Results 1 - 5 of 5) sorted by null

  /packages/apps/Settings/src/com/android/settings/applications/
InterestingConfigChanges.java 27 boolean applyNewConfig(Resources res) {
ApplicationsState.java 410 if (mInterestingConfigChanges.applyNewConfig(mContext.getResources())) {
    [all...]
RunningState.java 583 if (mInterestingConfigChanges.applyNewConfig(mApplicationContext.getResources())) {
    [all...]
  /development/samples/ApiDemos/src/com/example/android/apis/app/
LoaderCustom.java 165 boolean applyNewConfig(Resources res) {
301 boolean configChange = mLastConfig.applyNewConfig(getContext().getResources());
  /development/samples/Support4Demos/src/com/example/android/supportv4/app/
LoaderCustomSupport.java 165 boolean applyNewConfig(Resources res) {
301 boolean configChange = mLastConfig.applyNewConfig(getContext().getResources());

Completed in 81 milliseconds