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

  /packages/apps/Settings/src/com/android/settings/applications/
InterestingConfigChanges.java 27 boolean applyNewConfig(Resources res) {
AppOpsCategory.java 74 boolean applyNewConfig(Resources res) {
185 boolean configChange = mLastConfig.applyNewConfig(getContext().getResources());
ApplicationsState.java 638 if (mInterestingConfigChanges.applyNewConfig(mContext.getResources())) {
    [all...]
RunningState.java 748 if (mInterestingConfigChanges.applyNewConfig(mApplicationContext.getResources())) {
    [all...]
  /development/samples/ApiDemos/src/com/example/android/apis/app/
LoaderCustom.java 167 boolean applyNewConfig(Resources res) {
303 boolean configChange = mLastConfig.applyNewConfig(getContext().getResources());
  /development/samples/Support4Demos/src/com/example/android/supportv4/app/
LoaderCustomSupport.java 169 boolean applyNewConfig(Resources res) {
305 boolean configChange = mLastConfig.applyNewConfig(getContext().getResources());

Completed in 983 milliseconds