Searched refs:otherParentChain (Results 1 – 1 of 1) sorted by relevance
668 final LinkedList<WindowContainer> otherParentChain = mTmpChain2; in compareTo() local671 other.getParents(otherParentChain); in compareTo()676 WindowContainer otherTop = otherParentChain.peekLast(); in compareTo()679 otherParentChain.removeLast(); in compareTo()681 otherTop = otherParentChain.peekLast(); in compareTo()687 + thisParentChain + " other=" + otherParentChain); in compareTo()701 … return list.indexOf(thisParentChain.peekLast()) > list.indexOf(otherParentChain.peekLast()) in compareTo()