Searched defs:REMOVE_TASK_MODE_MOVING (Results 1 - 1 of 1) sorted by last modified time

/frameworks/base/services/core/java/com/android/server/am/
H A DActivityStack.java242 static final int REMOVE_TASK_MODE_MOVING = 1; field in class:ActivityStack
243 // Similar to {@link #REMOVE_TASK_MODE_MOVING} and the task will be added to the top of its new
5153 * {@link #REMOVE_TASK_MODE_MOVING}, {@link #REMOVE_TASK_MODE_MOVING_TO_TOP}.
5313 toTop ? REMOVE_TASK_MODE_MOVING_TO_TOP : REMOVE_TASK_MODE_MOVING);

Completed in 65 milliseconds