Home
last modified time | relevance | path

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

12345678910>>...17

/aosp_15_r20/frameworks/base/core/java/android/content/res/
H A DThemedResourceCache.java141 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 DConfigurationBoundResourceCache.java55 public boolean shouldInvalidateEntry(ConstantState<T> entry, @Config int configChanges) { in shouldInvalidateEntry()
H A DDrawableCache.java56 public boolean shouldInvalidateEntry(Drawable.ConstantState entry, int configChanges) { in shouldInvalidateEntry()
H A DResourcesImpl.java469 final @Config int configChanges = calcConfigChanges(config); in updateConfigurationImpl() local
H A DConfiguration.java2044 public static boolean needNewResources(@Config int configChanges, in needNewResources()
/aosp_15_r20/frameworks/base/core/java/com/android/internal/pm/pkg/component/
H A DParsedActivityImpl.java76 private int configChanges; field in ParsedActivityImpl
409 int configChanges, in ParsedActivityImpl()
H A DParsedActivityUtils.java654 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/
DInterestingConfigChanges.java52 int configChanges = mLastConfiguration.updateFrom( in applyNewConfig() local
/aosp_15_r20/frameworks/base/packages/SettingsLib/src/com/android/settingslib/applications/
H A DInterestingConfigChanges.java60 int configChanges = mLastConfiguration.updateFrom( in applyNewConfig() local
/aosp_15_r20/frameworks/base/core/java/android/inputmethodservice/
H A DImsConfigurationTracker.java80 public void setHandledConfigChanges(int configChanges) { in setHandledConfigChanges()
/aosp_15_r20/frameworks/base/packages/SystemUI/src/com/android/systemui/screenshot/
H A DScreenshotController.kt108 private val configChanges = in <lambda>() constant
/aosp_15_r20/frameworks/base/core/java/android/app/servertransaction/
H A DActivityRelaunchItem.java75 @Nullable List<ReferrerIntent> pendingNewIntents, int configChanges, in ActivityRelaunchItem()
/aosp_15_r20/packages/apps/Launcher3/quickstep/src/com/android/launcher3/taskbar/
DKeyboardQuickSwitchController.java90 void onConfigurationChanged(@ActivityInfo.Config int configChanges) { in onConfigurationChanged()
DTaskbarControllers.java245 public void onConfigurationChanged(@Config int configChanges) { in onConfigurationChanged()
DNavbarButtonsViewController.java904 public void onConfigurationChanged(@Config int configChanges) { in onConfigurationChanged()
DTaskbarActivityContext.java686 public void onConfigurationChanged(@Config int configChanges) { in onConfigurationChanged()
/aosp_15_r20/packages/apps/Settings/src/com/android/settings/applications/appops/
DAppOpsCategory.java73 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 DPackageParserLegacyCoreTest.java352 int configChanges = 0x0000; // 00000000. in testGetActivityConfigChanges() local
/aosp_15_r20/development/samples/ApiDemos/src/com/example/android/apis/app/
H A DLoaderCustom.java168 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/
DScreenshotController.java109 … 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 DShellControllerTest.java428 public int configChanges; field in ShellControllerTest.TestConfigurationChangeListener
/aosp_15_r20/frameworks/base/core/java/android/app/
H A DClientTransactionHandler.java236 @Nullable List<ReferrerIntent> pendingNewIntents, int configChanges, in prepareRelaunchActivity()
/aosp_15_r20/frameworks/base/packages/SettingsLib/tests/robotests/src/com/android/settingslib/applications/
H A DApplicationsStateRoboTest.java766 final InterestingConfigChanges configChanges = mock(InterestingConfigChanges.class); in setupDoResumeIfNeededLocked() local
/aosp_15_r20/external/robolectric/robolectric/src/test/java/org/robolectric/shadows/
H A DShadowPackageManagerTest.java755 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 DWindowTestsBase.java1382 ActivityBuilder setConfigChanges(int configChanges) { in setConfigChanges()

12345678910>>...17