Home
last modified time | relevance | path

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

/frameworks/base/services/tests/wmtests/src/com/android/server/wm/
DActivityRecordTests.java172 private void ensureActivityConfiguration() { in ensureActivityConfiguration() method in ActivityRecordTests
173 mActivity.ensureActivityConfiguration(0 /* globalChanges */, false /* preserveWindow */); in ensureActivityConfiguration()
286 ensureActivityConfiguration(); in testSetsRelaunchReason_NotDragResizing()
310 ensureActivityConfiguration(); in testSetsRelaunchReason_DragResizing()
332 ensureActivityConfiguration(); in testSetsRelaunchReason_NonResizeConfigChanges()
427 mActivity.ensureActivityConfiguration(0 /* globalChanges */, in testPushConfigurationWhenLaunchTaskBehind()
469 ensureActivityConfiguration(); in testSizeCompatMode_FixedAspectRatioBoundsWithDecor()
503 ensureActivityConfiguration(); in testSizeCompatMode_FixedScreenConfigurationWhenMovingToDisplay()
519 ensureActivityConfiguration(); in testSizeCompatMode_FixedScreenBoundsWhenDisplaySizeChanged()
524 ensureActivityConfiguration(); in testSizeCompatMode_FixedScreenBoundsWhenDisplaySizeChanged()
[all …]
/frameworks/base/services/core/java/com/android/server/wm/
DCompatModePackages.java345 starting.ensureActivityConfiguration(0 /* globalChanges */, in setPackageScreenCompatModeLocked()
DActivityRecord.java2690 ensureActivityConfiguration(0 /* globalChanges */, false /* preserveWindow */); in setOrientation()
3166 boolean ensureActivityConfiguration(int globalChanges, boolean preserveWindow) { in ensureActivityConfiguration() method in ActivityRecord
3167 return ensureActivityConfiguration(globalChanges, preserveWindow, in ensureActivityConfiguration()
3185 boolean ensureActivityConfiguration(int globalChanges, boolean preserveWindow, in ensureActivityConfiguration() method in ActivityRecord
DActivityStack.java2177 r.ensureActivityConfiguration(0 /* globalChanges */, preserveWindows, in ensureActivitiesVisibleLocked()
5047 updatedConfig |= r.ensureActivityConfiguration(0 /* globalChanges */, in ensureVisibleActivitiesConfigurationLocked()
DTaskRecord.java597 kept = r.ensureActivityConfiguration(0 /* globalChanges */, in resize()
DActivityTaskManagerService.java5804 kept = starting.ensureActivityConfiguration(changes, in ensureConfigAndVisibilityAfterUpdate()
/frameworks/base/services/
Dart-profile14778 HSPLcom/android/server/wm/ActivityRecord;->ensureActivityConfiguration(IZZ)Z