Searched refs:topChildPosition (Results 1 – 1 of 1) sorted by relevance
3322 final int topChildPosition = mChildren.size() - 1; in findPositionForStack() local3324 toTop |= adding ? requestedPosition >= topChildPosition + 1 in findPositionForStack()3325 : requestedPosition >= topChildPosition; in findPositionForStack()3331 TaskStack topStack = mChildren.get(topChildPosition); in findPositionForStack()3341 targetPosition = adding ? topChildPosition : topChildPosition - 1; in findPositionForStack()