/aosp_15_r20/frameworks/base/core/java/android/content/res/ |
H A D | ThemedResourceCache.java | 141 public void onConfigurationChange(@Config int configChanges) { in onConfigurationChange() 156 protected abstract boolean shouldInvalidateEntry(@NonNull T entry, int configChanges); in shouldInvalidateEntry() 221 private boolean pruneLocked(@Config int configChanges) { in pruneLocked() 238 @Config int configChanges) { in pruneEntriesLocked() 253 private boolean pruneEntryLocked(@Nullable T entry, @Config int configChanges) { in pruneEntryLocked()
|
H A D | ConfigurationBoundResourceCache.java | 55 public boolean shouldInvalidateEntry(ConstantState<T> entry, @Config int configChanges) { in shouldInvalidateEntry()
|
H A D | DrawableCache.java | 56 public boolean shouldInvalidateEntry(Drawable.ConstantState entry, int configChanges) { in shouldInvalidateEntry()
|
H A D | ResourcesImpl.java | 469 final @Config int configChanges = calcConfigChanges(config); in updateConfigurationImpl() local
|
H A D | Configuration.java | 2044 public static boolean needNewResources(@Config int configChanges, in needNewResources()
|
/aosp_15_r20/frameworks/base/core/java/com/android/internal/pm/pkg/component/ |
H A D | ParsedActivityImpl.java | 76 private int configChanges; field in ParsedActivityImpl 409 int configChanges, in ParsedActivityImpl()
|
H A D | ParsedActivityUtils.java | 654 public static int getActivityConfigChanges(int configChanges, int recreateOnConfigChanges) { in getActivityConfigChanges()
|
/aosp_15_r20/packages/apps/TvSettings/SettingsAPI/java/com/android/tv/settings/library/device/apps/ |
D | InterestingConfigChanges.java | 52 int configChanges = mLastConfiguration.updateFrom( in applyNewConfig() local
|
/aosp_15_r20/frameworks/base/packages/SettingsLib/src/com/android/settingslib/applications/ |
H A D | InterestingConfigChanges.java | 60 int configChanges = mLastConfiguration.updateFrom( in applyNewConfig() local
|
/aosp_15_r20/frameworks/base/core/java/android/inputmethodservice/ |
H A D | ImsConfigurationTracker.java | 80 public void setHandledConfigChanges(int configChanges) { in setHandledConfigChanges()
|
/aosp_15_r20/frameworks/base/packages/SystemUI/src/com/android/systemui/screenshot/ |
H A D | ScreenshotController.kt | 108 private val configChanges = in <lambda>() constant
|
/aosp_15_r20/frameworks/base/core/java/android/app/servertransaction/ |
H A D | ActivityRelaunchItem.java | 75 @Nullable List<ReferrerIntent> pendingNewIntents, int configChanges, in ActivityRelaunchItem()
|
/aosp_15_r20/packages/apps/Launcher3/quickstep/src/com/android/launcher3/taskbar/ |
D | KeyboardQuickSwitchController.java | 90 void onConfigurationChanged(@ActivityInfo.Config int configChanges) { in onConfigurationChanged()
|
D | TaskbarControllers.java | 245 public void onConfigurationChanged(@Config int configChanges) { in onConfigurationChanged()
|
D | NavbarButtonsViewController.java | 904 public void onConfigurationChanged(@Config int configChanges) { in onConfigurationChanged()
|
D | TaskbarActivityContext.java | 686 public void onConfigurationChanged(@Config int configChanges) { in onConfigurationChanged()
|
/aosp_15_r20/packages/apps/Settings/src/com/android/settings/applications/appops/ |
D | AppOpsCategory.java | 73 int configChanges = mLastConfiguration.updateFrom(res.getConfiguration()); in applyNewConfig() local
|
/aosp_15_r20/frameworks/base/services/tests/PackageManagerServiceTests/server/src/com/android/server/pm/parsing/ |
H A D | PackageParserLegacyCoreTest.java | 352 int configChanges = 0x0000; // 00000000. in testGetActivityConfigChanges() local
|
/aosp_15_r20/development/samples/ApiDemos/src/com/example/android/apis/app/ |
H A D | LoaderCustom.java | 168 int configChanges = mLastConfiguration.updateFrom(res.getConfiguration()); in applyNewConfig() local
|
/aosp_15_r20/out/soong/.intermediates/frameworks/base/packages/SystemUI/SystemUI-core/android_common/kapt/gen/stubs/com/android/systemui/screenshot/ |
D | ScreenshotController.java | 109 … private final com.android.settingslib.applications.InterestingConfigChanges configChanges = null; field in ScreenshotController
|
/aosp_15_r20/frameworks/base/libs/WindowManager/Shell/tests/unittest/src/com/android/wm/shell/sysui/ |
H A D | ShellControllerTest.java | 428 public int configChanges; field in ShellControllerTest.TestConfigurationChangeListener
|
/aosp_15_r20/frameworks/base/core/java/android/app/ |
H A D | ClientTransactionHandler.java | 236 @Nullable List<ReferrerIntent> pendingNewIntents, int configChanges, in prepareRelaunchActivity()
|
/aosp_15_r20/frameworks/base/packages/SettingsLib/tests/robotests/src/com/android/settingslib/applications/ |
H A D | ApplicationsStateRoboTest.java | 766 final InterestingConfigChanges configChanges = mock(InterestingConfigChanges.class); in setupDoResumeIfNeededLocked() local
|
/aosp_15_r20/external/robolectric/robolectric/src/test/java/org/robolectric/shadows/ |
H A D | ShadowPackageManagerTest.java | 755 int configChanges = activityInfo.configChanges; in getActivityMetaData_configChanges() local 775 int configChanges = activityInfo.configChanges; in getActivityMetaData_configChangesAlwaysIncludesMccAndMnc() local
|
/aosp_15_r20/frameworks/base/services/tests/wmtests/src/com/android/server/wm/ |
H A D | WindowTestsBase.java | 1382 ActivityBuilder setConfigChanges(int configChanges) { in setConfigChanges()
|