Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/wm/
DWindowContainer.java943 WindowContainer thisTop = thisParentChain.peekLast(); in compareTo() local
945 while (thisTop != null && otherTop != null && thisTop == otherTop) { in compareTo()
948 thisTop = thisParentChain.peekLast(); in compareTo()