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.java1747 final LinkedList<WindowContainer> thisParentChain = mTmpChain1; in compareTo() local
1750 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()