/frameworks/base/core/java/android/content/res/ |
D | ThemedResourceCache.java | 119 public void onConfigurationChange(@Config int configChanges) { in onConfigurationChange() 131 protected abstract boolean shouldInvalidateEntry(@NonNull T entry, int configChanges); in shouldInvalidateEntry() 196 private boolean prune(@Config int configChanges) { in prune() 215 @Config int configChanges) { in pruneEntriesLocked() 230 private boolean pruneEntryLocked(@Nullable T entry, @Config int configChanges) { in pruneEntryLocked()
|
D | DrawableCache.java | 44 public boolean shouldInvalidateEntry(Drawable.ConstantState entry, int configChanges) { in shouldInvalidateEntry()
|
D | ConfigurationBoundResourceCache.java | 47 public boolean shouldInvalidateEntry(ConstantState<T> entry, @Config int configChanges) { in shouldInvalidateEntry()
|
D | Configuration.java | 1212 public static boolean needNewResources(@Config int configChanges, in needNewResources()
|
D | ResourcesImpl.java | 349 final @Config int configChanges = calcConfigChanges(config); in updateConfiguration() local
|
/frameworks/base/packages/SettingsLib/src/com/android/settingslib/applications/ |
D | InterestingConfigChanges.java | 28 int configChanges = mLastConfiguration.updateFrom(res.getConfiguration()); in applyNewConfig() local
|
/frameworks/base/core/java/android/app/ |
D | ApplicationThreadNative.java | 84 int configChanges = data.readInt(); in onTransact() local 95 int configChanges = data.readInt(); in onTransact() local 175 int configChanges = data.readInt(); in onTransact() local 202 int configChanges = data.readInt(); in onTransact() local 776 boolean userLeaving, int configChanges, boolean dontReport) throws RemoteException { in schedulePauseActivity() 790 int configChanges) throws RemoteException { in scheduleStopActivity() 890 int configChanges, boolean notResumed, Configuration config, in scheduleRelaunchActivity() 924 int configChanges) throws RemoteException { in scheduleDestroyActivity()
|
D | IApplicationThread.java | 52 int configChanges, boolean dontReport) throws RemoteException; in schedulePauseActivity() 54 int configChanges) throws RemoteException; in scheduleStopActivity() 67 List<ReferrerIntent> pendingNewIntents, int configChanges, boolean notResumed, in scheduleRelaunchActivity() 72 int configChanges) throws RemoteException; in scheduleDestroyActivity()
|
D | ActivityThread.java | 659 boolean userLeaving, int configChanges, boolean dontReport) { in schedulePauseActivity() 672 int configChanges) { in scheduleStopActivity() 748 int configChanges, boolean notResumed, Configuration config, in scheduleRelaunchActivity() 763 int configChanges) { in scheduleDestroyActivity() 3626 boolean userLeaving, int configChanges, boolean dontReport, int seq) { in handlePauseActivity() 3881 private void handleStopActivity(IBinder token, boolean show, int configChanges, int seq) { in handleStopActivity() 4112 int configChanges, boolean getNonConfigInstance) { in performDestroyActivity() 4187 int configChanges, boolean getNonConfigInstance) { in handleDestroyActivity() 4263 int configChanges, boolean notResumed, Configuration config, in requestRelaunchActivity() 4347 int configChanges = 0; in handleRelaunchActivity() local
|
/frameworks/support/samples/Support4Demos/src/com/example/android/supportv4/app/ |
D | LoaderCustomSupport.java | 170 int configChanges = mLastConfiguration.updateFrom(res.getConfiguration()); in applyNewConfig() local
|
/frameworks/base/core/java/android/view/ |
D | IWindowManager.aidl | 113 int configChanges, boolean voiceInteraction, boolean launchTaskBehind, in addAppToken() 178 void startAppFreezingScreen(IBinder token, int configChanges); in startAppFreezingScreen()
|
/frameworks/base/core/java/android/content/pm/ |
D | ActivityInfo.java | 713 public int configChanges; field in ActivityInfo
|
/frameworks/base/services/core/java/com/android/server/am/ |
D | ActivityRecord.java | 1161 public void startFreezingScreenLocked(ProcessRecord app, int configChanges) { in startFreezingScreenLocked()
|
D | ActivityStack.java | 1697 final void ensureActivitiesVisibleLocked(ActivityRecord starting, int configChanges, in ensureActivitiesVisibleLocked() 1866 private boolean makeVisibleAndRestartIfNeeded(ActivityRecord starting, int configChanges, in makeVisibleAndRestartIfNeeded()
|
D | ActivityStackSupervisor.java | 2978 void ensureActivitiesVisibleLocked(ActivityRecord starting, int configChanges, in ensureActivitiesVisibleLocked()
|
/frameworks/base/services/core/java/com/android/server/wm/ |
D | WindowManagerService.java | 3450 int configChanges, boolean voiceInteraction, boolean launchTaskBehind, in addAppToken() 4701 public void startAppFreezingScreen(IBinder token, int configChanges) { in startAppFreezingScreen()
|