Searched refs:topChildPosition (Results 1 – 1 of 1) sorted by relevance
3374 final int topChildPosition = mChildren.size() - 1; in findPositionForStack() local3376 toTop |= adding ? requestedPosition >= topChildPosition + 1 in findPositionForStack()3377 : requestedPosition >= topChildPosition; in findPositionForStack()3383 TaskStack topStack = mChildren.get(topChildPosition); in findPositionForStack()3393 targetPosition = adding ? topChildPosition : topChildPosition - 1; in findPositionForStack()