Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/content/res/
DThemedResourceCache.java119 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()
DDrawableCache.java44 public boolean shouldInvalidateEntry(Drawable.ConstantState entry, int configChanges) { in shouldInvalidateEntry()
DConfigurationBoundResourceCache.java47 public boolean shouldInvalidateEntry(ConstantState<T> entry, @Config int configChanges) { in shouldInvalidateEntry()
DConfiguration.java1212 public static boolean needNewResources(@Config int configChanges, in needNewResources()
DResourcesImpl.java349 final @Config int configChanges = calcConfigChanges(config); in updateConfiguration() local
/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
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()
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()
72 int configChanges) throws RemoteException; in scheduleDestroyActivity()
DActivityThread.java659 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/
DLoaderCustomSupport.java170 int configChanges = mLastConfiguration.updateFrom(res.getConfiguration()); in applyNewConfig() local
/frameworks/base/core/java/android/view/
DIWindowManager.aidl113 int configChanges, boolean voiceInteraction, boolean launchTaskBehind, in addAppToken()
178 void startAppFreezingScreen(IBinder token, int configChanges); in startAppFreezingScreen()
/frameworks/base/core/java/android/content/pm/
DActivityInfo.java713 public int configChanges; field in ActivityInfo
/frameworks/base/services/core/java/com/android/server/am/
DActivityRecord.java1161 public void startFreezingScreenLocked(ProcessRecord app, int configChanges) { in startFreezingScreenLocked()
DActivityStack.java1697 final void ensureActivitiesVisibleLocked(ActivityRecord starting, int configChanges, in ensureActivitiesVisibleLocked()
1866 private boolean makeVisibleAndRestartIfNeeded(ActivityRecord starting, int configChanges, in makeVisibleAndRestartIfNeeded()
DActivityStackSupervisor.java2978 void ensureActivitiesVisibleLocked(ActivityRecord starting, int configChanges, in ensureActivitiesVisibleLocked()
/frameworks/base/services/core/java/com/android/server/wm/
DWindowManagerService.java3450 int configChanges, boolean voiceInteraction, boolean launchTaskBehind, in addAppToken()
4701 public void startAppFreezingScreen(IBinder token, int configChanges) { in startAppFreezingScreen()