Searched refs:getLaunchStackId (Results 1 – 4 of 4) sorted by relevance
975 (mOptions != null) ? mOptions.getLaunchStackId() : INVALID_STACK_ID; in startActivityUnchecked()1722 int stackId = mInTask.getLaunchStackId(); in setTaskFromInTask()1889 final int stackId = task != null ? task.getLaunchStackId() : in computeStackFocus()1907 (aOptions != null) ? aOptions.getLaunchStackId() : INVALID_STACK_ID; in getLaunchStack()1990 options, options.getLaunchStackId())) { in getOverrideBounds()
1858 int stackId = options.getLaunchStackId(); in findTaskToMoveToFrontLocked()1863 stackId = task.getLaunchStackId(); in findTaskToMoveToFrontLocked()2329 stackId = task.getLaunchStackId(); in restoreRecentTaskLocked()4392 ? activityOptions.getLaunchStackId() : INVALID_STACK_ID; in startActivityFromRecentsInner()
1648 int getLaunchStackId() { in getLaunchStackId() method in TaskRecord
938 public int getLaunchStackId() { in getLaunchStackId() method in ActivityOptions