Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/wm/
DWindowContainer.java668 final LinkedList<WindowContainer> otherParentChain = mTmpChain2; in compareTo() local
671 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()