Home
last modified time | relevance | path

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

/frameworks/base/services/tests/wmtests/src/com/android/server/wm/
DLaunchParamsControllerTests.java37 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 …]
DTaskLaunchParamsModifierTests.java40 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/
DLaunchParamsController.java23 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
DActivityStarter.java75 import static com.android.server.wm.LaunchParamsController.LaunchParamsModifier.PHASE_BOUNDS;
1873 sourceRecord, mOptions, mRequest, PHASE_BOUNDS, mLaunchParams); in computeLaunchParams()