Searched refs:topChildPosition (Results 1 – 1 of 1) sorted by relevance
3428 final int topChildPosition = mChildren.size() - 1; in findPositionForStack() local3430 toTop |= adding ? requestedPosition >= topChildPosition + 1 in findPositionForStack()3431 : requestedPosition >= topChildPosition; in findPositionForStack()3436 TaskStack topStack = mChildren.get(topChildPosition); in findPositionForStack()3446 targetPosition = adding ? topChildPosition : topChildPosition - 1; in findPositionForStack()