/aosp12/frameworks/base/core/java/android/content/res/ |
H A D | ThemedResourceCache.java | 122 public void onConfigurationChange(@Config int configChanges) { in onConfigurationChange() 134 protected abstract boolean shouldInvalidateEntry(@NonNull T entry, int configChanges); in shouldInvalidateEntry() 199 private boolean prune(@Config int configChanges) { in prune() 218 @Config int configChanges) { in pruneEntriesLocked() 233 private boolean pruneEntryLocked(@Nullable T entry, @Config int configChanges) { in pruneEntryLocked()
|
H A D | ConfigurationBoundResourceCache.java | 53 public boolean shouldInvalidateEntry(ConstantState<T> entry, @Config int configChanges) { in shouldInvalidateEntry()
|
H A D | DrawableCache.java | 52 public boolean shouldInvalidateEntry(Drawable.ConstantState entry, int configChanges) { in shouldInvalidateEntry()
|
/aosp12/frameworks/base/services/core/java/com/android/server/wm/ |
H A D | EnsureActivitiesVisibleHelper.java | 54 void reset(ActivityRecord starting, int configChanges, boolean preserveWindows, in reset() 83 void process(@Nullable ActivityRecord starting, int configChanges, boolean preserveWindows, in process() 240 private void makeVisibleAndRestartIfNeeded(ActivityRecord starting, int configChanges, in makeVisibleAndRestartIfNeeded()
|
H A D | RootWindowContainer.java | 1999 void ensureActivitiesVisible(ActivityRecord starting, int configChanges, in ensureActivitiesVisible() 2007 void ensureActivitiesVisible(ActivityRecord starting, int configChanges, in ensureActivitiesVisible()
|
/aosp12/frameworks/base/core/java/android/app/ |
H A D | ClientTransactionHandler.java | 94 int configChanges, boolean getNonConfigInstance, String reason); in handleDestroyActivity() 98 boolean userLeaving, int configChanges, PendingTransactionActions pendingActions, in handlePauseActivity() 132 public abstract void handleStopActivity(@NonNull ActivityClientRecord r, int configChanges, in handleStopActivity() 232 int configChanges, MergedConfiguration config, boolean preserveWindow); in prepareRelaunchActivity()
|
H A D | ActivityThread.java | 5006 int configChanges, PendingTransactionActions pendingActions, String reason) { in handlePauseActivity() 5255 public void handleStopActivity(ActivityClientRecord r, int configChanges, in handleStopActivity() 5415 int configChanges, boolean getNonConfigInstance, String reason) { in performDestroyActivity() 5485 public void handleDestroyActivity(ActivityClientRecord r, boolean finishing, int configChanges, in handleDestroyActivity() 5556 int configChanges, MergedConfiguration config, boolean preserveWindow) { in prepareRelaunchActivity() 5610 int configChanges = 0; in handleRelaunchActivity() local 5773 private void handleRelaunchActivityInner(ActivityClientRecord r, int configChanges, in handleRelaunchActivityInner()
|
/aosp12/frameworks/base/packages/SettingsLib/src/com/android/settingslib/applications/ |
H A D | InterestingConfigChanges.java | 39 int configChanges = mLastConfiguration.updateFrom( in applyNewConfig() local
|
/aosp12/frameworks/base/core/java/android/inputmethodservice/ |
H A D | ImsConfigurationTracker.java | 77 public void setHandledConfigChanges(int configChanges) { in setHandledConfigChanges()
|
H A D | IInputMethodWrapper.java | 283 int configChanges) { in initializeInternal()
|
/aosp12/frameworks/base/core/java/android/app/servertransaction/ |
H A D | DestroyActivityItem.java | 63 public static DestroyActivityItem obtain(boolean finished, int configChanges) { in obtain()
|
H A D | StopActivityItem.java | 68 public static StopActivityItem obtain(int configChanges) { in obtain()
|
H A D | PauseActivityItem.java | 73 public static PauseActivityItem obtain(boolean finished, boolean userLeaving, int configChanges, in obtain()
|
H A D | ActivityRelaunchItem.java | 88 List<ReferrerIntent> pendingNewIntents, int configChanges, MergedConfiguration config, in obtain()
|
/aosp12/frameworks/base/core/java/com/android/internal/view/ |
H A D | IInputMethod.aidl | 39 int configChanges); in initializeInternal()
|
/aosp12/packages/apps/Launcher3/quickstep/src/com/android/launcher3/taskbar/ |
H A D | TaskbarControllers.java | 113 public void onConfigurationChanged(@Config int configChanges) { in onConfigurationChanged()
|
H A D | TaskbarActivityContext.java | 214 public void onConfigurationChanged(@Config int configChanges) { in onConfigurationChanged()
|
H A D | NavbarButtonsViewController.java | 472 public void onConfigurationChanged(@Config int configChanges) { in onConfigurationChanged()
|
/aosp12/frameworks/base/core/java/android/view/inputmethod/ |
H A D | InputMethod.java | 107 IInputMethodPrivilegedOperations privilegedOperations, int configChanges) { in initializeInternal()
|
/aosp12/frameworks/base/core/java/android/content/pm/parsing/component/ |
H A D | ParsedActivity.java | 61 int configChanges; field in ParsedActivity
|
H A D | ParsedActivityUtils.java | 585 static int getActivityConfigChanges(int configChanges, int recreateOnConfigChanges) { in getActivityConfigChanges()
|
/aosp12/packages/apps/Settings/src/com/android/settings/applications/appops/ |
H A D | AppOpsCategory.java | 73 int configChanges = mLastConfiguration.updateFrom(res.getConfiguration()); in applyNewConfig() local
|
/aosp12/frameworks/base/services/tests/servicestests/src/com/android/server/pm/parsing/ |
H A D | PackageParserLegacyCoreTest.java | 301 int configChanges = 0x0000; // 00000000. in testGetActivityConfigChanges() local
|
/aosp12/frameworks/base/packages/SettingsLib/tests/robotests/src/com/android/settingslib/applications/ |
H A D | ApplicationsStateRoboTest.java | 717 final InterestingConfigChanges configChanges = mock(InterestingConfigChanges.class); in setupDoResumeIfNeededLocked() local
|
/aosp12/frameworks/base/core/java/android/content/pm/ |
H A D | ActivityInfo.java | 1122 public int configChanges; field in ActivityInfo
|