Home
last modified time | relevance | path

Searched refs:thisParentChain (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/services/core/java/com/android/server/wm/
DWindowContainer.java827 final LinkedList<WindowContainer> thisParentChain = mTmpChain1; in compareTo() local
830 getParents(thisParentChain); in compareTo()
835 WindowContainer thisTop = thisParentChain.peekLast(); in compareTo()
838 commonAncestor = thisParentChain.removeLast(); in compareTo()
840 thisTop = thisParentChain.peekLast(); in compareTo()
847 + thisParentChain + " other=" + otherParentChain); in compareTo()
861 … return list.indexOf(thisParentChain.peekLast()) > list.indexOf(otherParentChain.peekLast()) in compareTo()