HomeSort by relevance Sort by last modified time
    Searched defs:LaunchParams (Results 1 - 2 of 2) sorted by null

  /frameworks/base/services/core/java/com/android/server/am/
LaunchParamsController.java 37 * {@link LaunchParamsController} calculates the {@link LaunchParams} by coordinating between
44 // Temporary {@link LaunchParams} for internal calculations. This is kept separate from
46 private final LaunchParams mTmpParams = new LaunchParams();
48 private final LaunchParams mTmpCurrent = new LaunchParams();
49 private final LaunchParams mTmpResult = new LaunchParams();
69 * Returns the {@link LaunchParams} calculated by the registered modifiers
78 ActivityRecord source, ActivityOptions options, LaunchParams result)
    [all...]
  /frameworks/base/services/tests/servicestests/src/com/android/server/am/
LaunchParamsControllerTests.java 25 import com.android.server.am.LaunchParamsController.LaunchParams;
86 new LaunchParams());
105 null /*source*/, null /*options*/, new LaunchParams());
116 new InstrumentedPositioner(RESULT_DONE, new LaunchParams());
123 null /*source*/, null /*options*/, new LaunchParams());
132 null /*source*/, null /*options*/, new LaunchParams());
146 final LaunchParams params = new LaunchParams();
158 null /*options*/, new LaunchParams());
169 final LaunchParams params1 = new LaunchParams()
    [all...]

Completed in 101 milliseconds