Searched refs:otherParentChain (Results 1 – 1 of 1) sorted by relevance
938 final LinkedList<WindowContainer> otherParentChain = mTmpChain2; in compareTo() local941 other.getParents(otherParentChain); in compareTo()946 WindowContainer otherTop = otherParentChain.peekLast(); in compareTo()949 otherParentChain.removeLast(); in compareTo()951 otherTop = otherParentChain.peekLast(); in compareTo()957 + thisParentChain + " other=" + otherParentChain); in compareTo()971 … return list.indexOf(thisParentChain.peekLast()) > list.indexOf(otherParentChain.peekLast()) in compareTo()