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