Home
last modified time | relevance | path

Searched defs:configChanges (Results 1 – 15 of 15) sorted by relevance

/frameworks/base/core/java/android/content/res/
DThemedResourceCache.java118 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()
DConfigurationBoundResourceCache.java55 public boolean shouldInvalidateEntry(ConstantState<T> entry, int configChanges) { in shouldInvalidateEntry()
DDrawableCache.java54 public boolean shouldInvalidateEntry(Drawable.ConstantState entry, int configChanges) { in shouldInvalidateEntry()
DResources.java2002 final int configChanges = calcConfigChanges(config); in updateConfiguration() local
2071 int configChanges = 0xfffffff; in calcConfigChanges() local
DConfiguration.java1105 public static boolean needNewResources(int configChanges, int interestingChanges) { in needNewResources()
/frameworks/base/packages/SettingsLib/src/com/android/settingslib/applications/
DInterestingConfigChanges.java28 int configChanges = mLastConfiguration.updateFrom(res.getConfiguration()); in applyNewConfig() local
/frameworks/base/core/java/android/app/
DApplicationThreadNative.java84 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()
DIApplicationThread.java52 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()
DActivityThread.java589 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/
DIWindowManager.aidl85 int configChanges, boolean voiceInteraction, boolean launchTaskBehind); in addAppToken()
110 void startAppFreezingScreen(IBinder token, int configChanges); in startAppFreezingScreen()
/frameworks/base/core/java/android/content/pm/
DActivityInfo.java634 public int configChanges; field in ActivityInfo
/frameworks/base/services/core/java/com/android/server/am/
DActivityRecord.java933 public void startFreezingScreenLocked(ProcessRecord app, int configChanges) { in startFreezingScreenLocked()
DActivityStack.java1260 final void ensureActivitiesVisibleLocked(ActivityRecord starting, int configChanges) { in ensureActivitiesVisibleLocked()
DActivityStackSupervisor.java3298 void ensureActivitiesVisibleLocked(ActivityRecord starting, int configChanges) { in ensureActivitiesVisibleLocked()
/frameworks/base/services/core/java/com/android/server/wm/
DWindowManagerService.java3725 int configChanges, boolean voiceInteraction, boolean launchTaskBehind) { in addAppToken()
4842 public void startAppFreezingScreen(IBinder token, int configChanges) { in startAppFreezingScreen()