Searched refs:thisParentChain (Results 1 – 1 of 1) sorted by relevance
1747 final LinkedList<WindowContainer> thisParentChain = mTmpChain1; in compareTo() local1750 getParents(thisParentChain); in compareTo()1755 WindowContainer thisTop = thisParentChain.peekLast(); in compareTo()1758 commonAncestor = thisParentChain.removeLast(); in compareTo()1760 thisTop = thisParentChain.peekLast(); in compareTo()1767 + thisParentChain + " other=" + otherParentChain); in compareTo()1781 … return list.indexOf(thisParentChain.peekLast()) > list.indexOf(otherParentChain.peekLast()) in compareTo()