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.java938 final LinkedList<WindowContainer> otherParentChain = mTmpChain2; in compareTo() local
941 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()