Home
last modified time | relevance | path

Searched refs:PHASE_BOUNDS (Results 1 – 5 of 5) sorted by relevance

/frameworks/base/services/tests/wmtests/src/com/android/server/wm/
DLaunchParamsControllerTests.java34 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 …]
DLaunchParamsModifierTestsBase.java22 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/
DLaunchParamsController.java23 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
DActivityStarter.java79 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/
DCalculateParamsTest.java52 private int mPhase = LaunchParamsController.LaunchParamsModifier.PHASE_BOUNDS;