Searched refs:PHASE_BOUNDS (Results 1 – 5 of 5) sorted by relevance
/frameworks/base/services/tests/wmtests/src/com/android/server/wm/ |
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() 242 null /*source*/, null /*options*/, null/*request*/, PHASE_BOUNDS, result); in testVrPreferredDisplay() 249 null /*source*/, null /*options*/, null /*request*/, PHASE_BOUNDS, result); in testVrPreferredDisplay() [all …]
|
D | LaunchParamsModifierTestsBase.java | 22 import static com.android.server.wm.LaunchParamsController.LaunchParamsModifier.PHASE_BOUNDS; 112 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; 135 calculate(task, layout, activity, source, options, null /* request */, PHASE_BOUNDS, in layoutTask() 262 @IntDef({PHASE_DISPLAY, PHASE_WINDOWING_MODE, PHASE_BOUNDS}) 284 int PHASE_BOUNDS = 3; field
|
D | ActivityStarter.java | 79 import static com.android.server.wm.LaunchParamsController.LaunchParamsModifier.PHASE_BOUNDS; 2005 sourceRecord, mOptions, mRequest, PHASE_BOUNDS, mLaunchParams); in computeLaunchParams()
|
/frameworks/opt/car/services/builtInServices/tests/src/com/android/server/wm/ |
D | CalculateParamsTest.java | 52 private int mPhase = LaunchParamsController.LaunchParamsModifier.PHASE_BOUNDS;
|