Home
last modified time | relevance | path

Searched refs:ensureActivityConfiguration (Results 1 – 9 of 9) sorted by relevance

/frameworks/base/services/tests/wmtests/src/com/android/server/wm/
DActivityRecordTests.java178 private void ensureActivityConfiguration() { in ensureActivityConfiguration() method in ActivityRecordTests
179 mActivity.ensureActivityConfiguration(0 /* globalChanges */, false /* preserveWindow */); in ensureActivityConfiguration()
292 ensureActivityConfiguration(); in testSetsRelaunchReason_NotDragResizing()
316 ensureActivityConfiguration(); in testSetsRelaunchReason_DragResizing()
338 ensureActivityConfiguration(); in testSetsRelaunchReason_NonResizeConfigChanges()
433 mActivity.ensureActivityConfiguration(0 /* globalChanges */, in testPushConfigurationWhenLaunchTaskBehind()
475 ensureActivityConfiguration(); in testSizeCompatMode_FixedAspectRatioBoundsWithDecor()
509 ensureActivityConfiguration(); in testSizeCompatMode_FixedScreenConfigurationWhenMovingToDisplay()
525 ensureActivityConfiguration(); in testSizeCompatMode_FixedScreenBoundsWhenDisplaySizeChanged()
530 ensureActivityConfiguration(); in testSizeCompatMode_FixedScreenBoundsWhenDisplaySizeChanged()
[all …]
DRecentsAnimationTest.java162 verify(recentsActivity).ensureActivityConfiguration(anyInt() /* globalChanges */, in testPreloadRecentsActivity()
/frameworks/base/services/core/java/com/android/server/wm/
DRecentsAnimation.java117 targetActivity.ensureActivityConfiguration(0 /* globalChanges */, in preloadRecentsActivity()
DCompatModePackages.java345 starting.ensureActivityConfiguration(0 /* globalChanges */, in setPackageScreenCompatModeLocked()
DActivityRecord.java2688 ensureActivityConfiguration(0 /* globalChanges */, false /* preserveWindow */); in setOrientation()
3164 boolean ensureActivityConfiguration(int globalChanges, boolean preserveWindow) { in ensureActivityConfiguration() method in ActivityRecord
3165 return ensureActivityConfiguration(globalChanges, preserveWindow, in ensureActivityConfiguration()
3183 boolean ensureActivityConfiguration(int globalChanges, boolean preserveWindow, in ensureActivityConfiguration() method in ActivityRecord
DActivityStack.java2179 r.ensureActivityConfiguration(0 /* globalChanges */, preserveWindows, in ensureActivitiesVisibleLocked()
5074 updatedConfig |= r.ensureActivityConfiguration(0 /* globalChanges */, in ensureVisibleActivitiesConfigurationLocked()
DTaskRecord.java597 kept = r.ensureActivityConfiguration(0 /* globalChanges */, in resize()
DActivityTaskManagerService.java5851 kept = starting.ensureActivityConfiguration(changes, in ensureConfigAndVisibilityAfterUpdate()
/frameworks/base/services/
Dart-profile14778 HSPLcom/android/server/wm/ActivityRecord;->ensureActivityConfiguration(IZZ)Z