Home
last modified time | relevance | path

Searched defs:configChanges (Results 1 – 18 of 18) 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()
DConfigurationBoundResourceCache.java47 public boolean shouldInvalidateEntry(ConstantState<T> entry, @Config int configChanges) { in shouldInvalidateEntry()
DDrawableCache.java44 public boolean shouldInvalidateEntry(Drawable.ConstantState entry, int configChanges) { in shouldInvalidateEntry()
DConfiguration.java1448 public static boolean needNewResources(@Config int configChanges, in needNewResources()
DResourcesImpl.java354 final @Config int configChanges = calcConfigChanges(config); in updateConfiguration() local
/frameworks/base/packages/SettingsLib/src/com/android/settingslib/applications/
DInterestingConfigChanges.java39 int configChanges = mLastConfiguration.updateFrom(res.getConfiguration()); in applyNewConfig() local
/frameworks/base/services/core/java/com/android/server/wm/
DAppWindowContainerController.java215 … int requestedOrientation, boolean fullscreen, boolean showForAllUsers, int configChanges, in AppWindowContainerController()
228 … int requestedOrientation, boolean fullscreen, boolean showForAllUsers, int configChanges, in AppWindowContainerController()
263 int rotationAnimationHint, int configChanges, boolean launchTaskBehind, in createAppWindow()
713 public void startFreezingScreen(int configChanges) { in startFreezingScreen()
DAppWindowToken.java199 int configChanges, boolean launchTaskBehind, boolean alwaysFocusable, in AppWindowToken()
/frameworks/base/core/tests/coretests/src/android/content/pm/
DPackageParserTest.java228 int configChanges = 0x0000; // 00000000. in testGetActivityConfigChanges() local
/frameworks/base/core/java/android/app/
DIApplicationThread.aidl56 int configChanges, boolean dontReport); in schedulePauseActivity()
58 int configChanges); in scheduleStopActivity()
72 int configChanges); in scheduleDestroyActivity()
107 in List<ReferrerIntent> pendingNewIntents, int configChanges, boolean notResumed, in scheduleRelaunchActivity()
DActivityThread.java700 boolean userLeaving, int configChanges, boolean dontReport) { in schedulePauseActivity()
713 int configChanges) { in scheduleStopActivity()
789 int configChanges, boolean notResumed, Configuration config, in scheduleRelaunchActivity()
806 int configChanges) { in scheduleDestroyActivity()
3877 boolean userLeaving, int configChanges, boolean dontReport, int seq) { in handlePauseActivity()
4132 private void handleStopActivity(IBinder token, boolean show, int configChanges, int seq) { in handleStopActivity()
4380 int configChanges, boolean getNonConfigInstance) { in performDestroyActivity()
4455 int configChanges, boolean getNonConfigInstance) { in handleDestroyActivity()
4531 int configChanges, boolean notResumed, Configuration config, in requestRelaunchActivity()
4615 int configChanges = 0; in handleRelaunchActivity() local
/frameworks/base/services/tests/servicestests/src/com/android/server/wm/
DWindowTestUtils.java101 int rotationAnimationHint, int configChanges, boolean launchTaskBehind, in TestAppWindowToken()
258 int rotationAnimationHint, int configChanges, boolean launchTaskBehind, in createAppWindow()
/frameworks/support/samples/Support4Demos/src/com/example/android/supportv4/app/
DLoaderCustomSupport.java167 int configChanges = mLastConfiguration.updateFrom(res.getConfiguration()); in applyNewConfig() local
/frameworks/base/services/tests/servicestests/src/com/android/server/am/
DActivityTestsBase.java185 void ensureActivitiesVisibleLocked(ActivityRecord starting, int configChanges, in ensureActivitiesVisibleLocked()
/frameworks/base/core/java/android/content/pm/
DActivityInfo.java849 public int configChanges; field in ActivityInfo
/frameworks/base/services/core/java/com/android/server/am/
DActivityStack.java1765 final void ensureActivitiesVisibleLocked(ActivityRecord starting, int configChanges, in ensureActivitiesVisibleLocked()
2006 private boolean makeVisibleAndRestartIfNeeded(ActivityRecord starting, int configChanges, in makeVisibleAndRestartIfNeeded()
DActivityRecord.java1847 public void startFreezingScreenLocked(ProcessRecord app, int configChanges) { in startFreezingScreenLocked()
DActivityStackSupervisor.java3386 void ensureActivitiesVisibleLocked(ActivityRecord starting, int configChanges, in ensureActivitiesVisibleLocked()