Searched refs:PHASE_BOUNDS (Results 1 – 5 of 5) sorted by relevance
/aosp14/frameworks/base/services/tests/wmtests/src/com/android/server/wm/ |
H A D | LaunchParamsControllerTests.java | 34 import static com.android.server.wm.LaunchParamsController.LaunchParamsModifier.PHASE_BOUNDS; 96 PHASE_BOUNDS, new LaunchParams()); in testArgumentPropagation() local 121 null /*options*/, null /*request*/, PHASE_BOUNDS, new LaunchParams()); in testStoredParamsRecovery() local 142 PHASE_BOUNDS, new LaunchParams()); in testEarlyExit() 160 null /*source*/, null /*options*/, null /*request*/, PHASE_BOUNDS, in testRegistration() 170 null /*source*/, null /*options*/, null /*request*/, PHASE_BOUNDS, in testRegistration() 197 null /*options*/, null /*request*/, PHASE_BOUNDS, new LaunchParams()); in testPassThrough() 223 null /*options*/, null /*request*/, PHASE_BOUNDS, result); in testSkip() 252 null /*options*/, null /*request*/, PHASE_BOUNDS, result); in testVrPreferredDisplay() 274 PHASE_BOUNDS, new LaunchParams()); in testCalculatePhase() local [all …]
|
H A D | DesktopModeLaunchParamsModifierTests.java | 25 import static com.android.server.wm.LaunchParamsController.LaunchParamsModifier.PHASE_BOUNDS; 141 private int mPhase = PHASE_BOUNDS;
|
H A D | TaskLaunchParamsModifierTests.java | 36 import static com.android.server.wm.LaunchParamsController.LaunchParamsModifier.PHASE_BOUNDS; 2015 private int mPhase = PHASE_BOUNDS;
|
/aosp14/frameworks/base/services/core/java/com/android/server/wm/ |
H A D | LaunchParamsController.java | 23 import static com.android.server.wm.LaunchParamsController.LaunchParamsModifier.PHASE_BOUNDS; 138 calculate(task, layout, activity, source, options, null /* request */, PHASE_BOUNDS, in layoutTask() 265 @IntDef({PHASE_DISPLAY, PHASE_WINDOWING_MODE, PHASE_BOUNDS}) 287 int PHASE_BOUNDS = 3; field
|
H A D | ActivityStarter.java | 87 import static com.android.server.wm.LaunchParamsController.LaunchParamsModifier.PHASE_BOUNDS; 1883 sourceRecord, mOptions, mRequest, PHASE_BOUNDS, mLaunchParams); in computeLaunchParams()
|