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.java935 final LinkedList<WindowContainer> thisParentChain = mTmpChain1; in compareTo() local
938 getParents(thisParentChain); in compareTo()
943 WindowContainer thisTop = thisParentChain.peekLast(); in compareTo()
946 commonAncestor = thisParentChain.removeLast(); in compareTo()
948 thisTop = thisParentChain.peekLast(); in compareTo()
955 + thisParentChain + " other=" + otherParentChain); in compareTo()
969 … return list.indexOf(thisParentChain.peekLast()) > list.indexOf(otherParentChain.peekLast()) in compareTo()