Searched refs:PHASE_BOUNDS (Results 1 – 4 of 4) sorted by relevance
/frameworks/base/services/tests/wmtests/src/com/android/server/wm/ |
D | LaunchParamsControllerTests.java | 37 import static com.android.server.wm.LaunchParamsController.LaunchParamsModifier.PHASE_BOUNDS; 99 PHASE_BOUNDS, new LaunchParams()); in testArgumentPropagation() local 124 null /*options*/, null /*request*/, PHASE_BOUNDS, new LaunchParams()); in testStoredParamsRecovery() local 145 PHASE_BOUNDS, new LaunchParams()); in testEarlyExit() 163 null /*source*/, null /*options*/, null /*request*/, PHASE_BOUNDS, in testRegistration() 173 null /*source*/, null /*options*/, null /*request*/, PHASE_BOUNDS, in testRegistration() 200 null /*options*/, null /*request*/, PHASE_BOUNDS, new LaunchParams()); in testPassThrough() 226 null /*options*/, null /*request*/, PHASE_BOUNDS, result); in testSkip() 245 null /*source*/, null /*options*/, null/*request*/, PHASE_BOUNDS, result); in testVrPreferredDisplay() 252 null /*source*/, null /*options*/, null /*request*/, PHASE_BOUNDS, result); in testVrPreferredDisplay() [all …]
|
D | TaskLaunchParamsModifierTests.java | 40 import static com.android.server.wm.LaunchParamsController.LaunchParamsModifier.PHASE_BOUNDS; 1744 private int mPhase = PHASE_BOUNDS;
|
/frameworks/base/services/core/java/com/android/server/wm/ |
D | LaunchParamsController.java | 23 import static com.android.server.wm.LaunchParamsController.LaunchParamsModifier.PHASE_BOUNDS; 134 calculate(task, layout, activity, source, options, null /* request */, PHASE_BOUNDS, in layoutTask() 275 @IntDef({PHASE_DISPLAY, PHASE_WINDOWING_MODE, PHASE_BOUNDS}) 297 int PHASE_BOUNDS = 3; field
|
D | ActivityStarter.java | 75 import static com.android.server.wm.LaunchParamsController.LaunchParamsModifier.PHASE_BOUNDS; 1873 sourceRecord, mOptions, mRequest, PHASE_BOUNDS, mLaunchParams); in computeLaunchParams()
|