Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/view/
DViewRootImpl.java8353 View secondCurrent = second; in getCommonPredecessor() local
8354 while (secondCurrent != null) { in getCommonPredecessor()
8355 if (seen.contains(secondCurrent)) { in getCommonPredecessor()
8357 return secondCurrent; in getCommonPredecessor()
8359 ViewParent secondCurrentParent = secondCurrent.mParent; in getCommonPredecessor()
8361 secondCurrent = (View) secondCurrentParent; in getCommonPredecessor()
8363 secondCurrent = null; in getCommonPredecessor()