Searched refs:ensureActivityConfiguration (Results 1 – 7 of 7) sorted by relevance
/frameworks/base/services/tests/wmtests/src/com/android/server/wm/ |
D | ActivityRecordTests.java | 172 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/ |
D | CompatModePackages.java | 345 starting.ensureActivityConfiguration(0 /* globalChanges */, in setPackageScreenCompatModeLocked()
|
D | ActivityRecord.java | 2690 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
|
D | ActivityStack.java | 2177 r.ensureActivityConfiguration(0 /* globalChanges */, preserveWindows, in ensureActivitiesVisibleLocked() 5047 updatedConfig |= r.ensureActivityConfiguration(0 /* globalChanges */, in ensureVisibleActivitiesConfigurationLocked()
|
D | TaskRecord.java | 597 kept = r.ensureActivityConfiguration(0 /* globalChanges */, in resize()
|
D | ActivityTaskManagerService.java | 5804 kept = starting.ensureActivityConfiguration(changes, in ensureConfigAndVisibilityAfterUpdate()
|
/frameworks/base/services/ |
D | art-profile | 14778 HSPLcom/android/server/wm/ActivityRecord;->ensureActivityConfiguration(IZZ)Z
|