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 | 34 import static com.android.server.wm.LaunchParamsController.LaunchParamsModifier.PHASE_BOUNDS; 92 mController.calculate(record.getTaskRecord(), layout, record, source, options, PHASE_BOUNDS, in testArgumentPropagation() local 118 null /*options*/, PHASE_BOUNDS, new LaunchParams()); in testStoredParamsRecovery() local 138 null /*source*/, null /*options*/, PHASE_BOUNDS, new LaunchParams()); in testEarlyExit() 156 null /*source*/, null /*options*/, PHASE_BOUNDS, new LaunchParams()); in testRegistration() 165 null /*source*/, null /*options*/, PHASE_BOUNDS, new LaunchParams()); in testRegistration() 191 null /*options*/, PHASE_BOUNDS, new LaunchParams()); in testPassThrough() 217 null /*options*/, PHASE_BOUNDS, result); in testSkip() 236 null /*source*/, null /*options*/, PHASE_BOUNDS, result); in testVrPreferredDisplay() 242 null /*source*/, null /*options*/, PHASE_BOUNDS, result); in testVrPreferredDisplay() [all …]
|
/frameworks/base/services/core/java/com/android/server/wm/ |
D | LaunchParamsController.java | 23 import static com.android.server.wm.LaunchParamsController.LaunchParamsModifier.PHASE_BOUNDS; 129 calculate(task, layout, activity, source, options, PHASE_BOUNDS, mTmpParams); in layoutTask() 264 @IntDef({PHASE_DISPLAY, PHASE_WINDOWING_MODE, PHASE_BOUNDS}) 280 int PHASE_BOUNDS = 2; field
|
D | TaskLaunchParamsModifier.java | 110 return onCalculate(task, layout, activity, source, options, PHASE_BOUNDS, currentParams, in onCalculate()
|
D | ActivityStarter.java | 81 import static com.android.server.wm.LaunchParamsController.LaunchParamsModifier.PHASE_BOUNDS; 1493 r.info.windowLayout, r, sourceRecord, options, PHASE_BOUNDS, mLaunchParams); in startActivityUnchecked()
|