| /frameworks/base/core/java/android/content/res/ |
| D | ThemedResourceCache.java | 118 public void onConfigurationChange(int configChanges) { in onConfigurationChange() 130 protected abstract boolean shouldInvalidateEntry(@NonNull T entry, int configChanges); in shouldInvalidateEntry() 195 private boolean prune(int configChanges) { in prune() 214 int configChanges) { in pruneEntriesLocked() 229 private boolean pruneEntryLocked(@Nullable T entry, int configChanges) { in pruneEntryLocked()
|
| D | ConfigurationBoundResourceCache.java | 55 public boolean shouldInvalidateEntry(ConstantState<T> entry, int configChanges) { in shouldInvalidateEntry()
|
| D | DrawableCache.java | 54 public boolean shouldInvalidateEntry(Drawable.ConstantState entry, int configChanges) { in shouldInvalidateEntry()
|
| D | Resources.java | 2002 final int configChanges = calcConfigChanges(config); in updateConfiguration() local 2071 int configChanges = 0xfffffff; in calcConfigChanges() local
|
| D | Configuration.java | 1105 public static boolean needNewResources(int configChanges, int interestingChanges) { in needNewResources()
|
| /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 200 int configChanges = data.readInt(); in onTransact() local 719 boolean userLeaving, int configChanges, boolean dontReport) throws RemoteException { in schedulePauseActivity() 733 int configChanges) throws RemoteException { in scheduleStopActivity() 833 int configChanges, boolean notResumed, Configuration config, in scheduleRelaunchActivity() 866 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() 71 int configChanges) throws RemoteException; in scheduleDestroyActivity()
|
| D | ActivityThread.java | 589 boolean userLeaving, int configChanges, boolean dontReport) { in schedulePauseActivity() 598 int configChanges) { in scheduleStopActivity() 668 int configChanges, boolean notResumed, Configuration config, in scheduleRelaunchActivity() 683 int configChanges) { in scheduleDestroyActivity() 3306 boolean userLeaving, int configChanges, boolean dontReport) { in handlePauseActivity() 3545 private void handleStopActivity(IBinder token, boolean show, int configChanges) { in handleStopActivity() 3755 int configChanges, boolean getNonConfigInstance) { in performDestroyActivity() 3848 int configChanges, boolean getNonConfigInstance) { in handleDestroyActivity() 3909 int configChanges, boolean notResumed, Configuration config, in requestRelaunchActivity() 3974 int configChanges = 0; in handleRelaunchActivity() local
|
| /frameworks/base/core/java/android/view/ |
| D | IWindowManager.aidl | 85 int configChanges, boolean voiceInteraction, boolean launchTaskBehind); in addAppToken() 110 void startAppFreezingScreen(IBinder token, int configChanges); in startAppFreezingScreen()
|
| /frameworks/base/core/java/android/content/pm/ |
| D | ActivityInfo.java | 634 public int configChanges; field in ActivityInfo
|
| /frameworks/base/services/core/java/com/android/server/am/ |
| D | ActivityRecord.java | 933 public void startFreezingScreenLocked(ProcessRecord app, int configChanges) { in startFreezingScreenLocked()
|
| D | ActivityStack.java | 1260 final void ensureActivitiesVisibleLocked(ActivityRecord starting, int configChanges) { in ensureActivitiesVisibleLocked()
|
| D | ActivityStackSupervisor.java | 3298 void ensureActivitiesVisibleLocked(ActivityRecord starting, int configChanges) { in ensureActivitiesVisibleLocked()
|
| /frameworks/base/services/core/java/com/android/server/wm/ |
| D | WindowManagerService.java | 3725 int configChanges, boolean voiceInteraction, boolean launchTaskBehind) { in addAppToken() 4842 public void startAppFreezingScreen(IBinder token, int configChanges) { in startAppFreezingScreen()
|