Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/wm/
DWindowContainer.java2146 WindowContainer otherTop = otherParentChain.peekLast(); in compareTo() local
2147 while (thisTop != null && otherTop != null && thisTop == otherTop) { in compareTo()
2151 otherTop = otherParentChain.peekLast(); in compareTo()