HomeSort by relevance Sort by last modified time
    Searched refs:applyNewConfig (Results 1 - 8 of 8) 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 761 if (mInterestingConfigChanges.applyNewConfig(mApplicationContext.getResources())) {
    [all...]
  /packages/apps/TvSettings/Settings/src/com/android/tv/settings/device/apps/
InterestingConfigChanges.java 30 boolean applyNewConfig(Resources res) {
ApplicationsState.java 422 if (mInterestingConfigChanges.applyNewConfig(mContext.getResources())) {
  /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 140 milliseconds