Searched refs:behindStackIndex (Results 1 – 1 of 1) sorted by relevance
1305 final int behindStackIndex = mStacks.indexOf(behindStack); in moveStackBehindStack() local1306 final int insertIndex = stackIndex <= behindStackIndex in moveStackBehindStack()1307 ? behindStackIndex - 1 : behindStackIndex; in moveStackBehindStack()