Searched refs:behindStack (Results 1 – 1 of 1) sorted by relevance
755 void moveStackBehindStack(ActivityStack stack, ActivityStack behindStack) { in moveStackBehindStack() argument756 if (behindStack == null || behindStack == stack) { in moveStackBehindStack()765 final int behindStackIndex = mStacks.indexOf(behindStack); in moveStackBehindStack()