Home
last modified time | relevance | path

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

12

/aosp12/frameworks/base/core/java/android/content/res/
H A DThemedResourceCache.java122 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 DConfigurationBoundResourceCache.java53 public boolean shouldInvalidateEntry(ConstantState<T> entry, @Config int configChanges) { in shouldInvalidateEntry()
H A DDrawableCache.java52 public boolean shouldInvalidateEntry(Drawable.ConstantState entry, int configChanges) { in shouldInvalidateEntry()
/aosp12/frameworks/base/services/core/java/com/android/server/wm/
H A DEnsureActivitiesVisibleHelper.java54 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 DRootWindowContainer.java1999 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 DClientTransactionHandler.java94 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 DActivityThread.java5006 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 DInterestingConfigChanges.java39 int configChanges = mLastConfiguration.updateFrom( in applyNewConfig() local
/aosp12/frameworks/base/core/java/android/inputmethodservice/
H A DImsConfigurationTracker.java77 public void setHandledConfigChanges(int configChanges) { in setHandledConfigChanges()
H A DIInputMethodWrapper.java283 int configChanges) { in initializeInternal()
/aosp12/frameworks/base/core/java/android/app/servertransaction/
H A DDestroyActivityItem.java63 public static DestroyActivityItem obtain(boolean finished, int configChanges) { in obtain()
H A DStopActivityItem.java68 public static StopActivityItem obtain(int configChanges) { in obtain()
H A DPauseActivityItem.java73 public static PauseActivityItem obtain(boolean finished, boolean userLeaving, int configChanges, in obtain()
H A DActivityRelaunchItem.java88 List<ReferrerIntent> pendingNewIntents, int configChanges, MergedConfiguration config, in obtain()
/aosp12/frameworks/base/core/java/com/android/internal/view/
H A DIInputMethod.aidl39 int configChanges); in initializeInternal()
/aosp12/packages/apps/Launcher3/quickstep/src/com/android/launcher3/taskbar/
H A DTaskbarControllers.java113 public void onConfigurationChanged(@Config int configChanges) { in onConfigurationChanged()
H A DTaskbarActivityContext.java214 public void onConfigurationChanged(@Config int configChanges) { in onConfigurationChanged()
H A DNavbarButtonsViewController.java472 public void onConfigurationChanged(@Config int configChanges) { in onConfigurationChanged()
/aosp12/frameworks/base/core/java/android/view/inputmethod/
H A DInputMethod.java107 IInputMethodPrivilegedOperations privilegedOperations, int configChanges) { in initializeInternal()
/aosp12/frameworks/base/core/java/android/content/pm/parsing/component/
H A DParsedActivity.java61 int configChanges; field in ParsedActivity
H A DParsedActivityUtils.java585 static int getActivityConfigChanges(int configChanges, int recreateOnConfigChanges) { in getActivityConfigChanges()
/aosp12/packages/apps/Settings/src/com/android/settings/applications/appops/
H A DAppOpsCategory.java73 int configChanges = mLastConfiguration.updateFrom(res.getConfiguration()); in applyNewConfig() local
/aosp12/frameworks/base/services/tests/servicestests/src/com/android/server/pm/parsing/
H A DPackageParserLegacyCoreTest.java301 int configChanges = 0x0000; // 00000000. in testGetActivityConfigChanges() local
/aosp12/frameworks/base/packages/SettingsLib/tests/robotests/src/com/android/settingslib/applications/
H A DApplicationsStateRoboTest.java717 final InterestingConfigChanges configChanges = mock(InterestingConfigChanges.class); in setupDoResumeIfNeededLocked() local
/aosp12/frameworks/base/core/java/android/content/pm/
H A DActivityInfo.java1122 public int configChanges; field in ActivityInfo

12