Home
last modified time | relevance | path

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

/aosp12/frameworks/base/core/java/android/view/
H A DViewRootImpl.java9437 View secondCurrent = second; in getCommonPredecessor() local
9438 while (secondCurrent != null) { in getCommonPredecessor()
9439 if (seen.contains(secondCurrent)) { in getCommonPredecessor()
9441 return secondCurrent; in getCommonPredecessor()
9443 ViewParent secondCurrentParent = secondCurrent.mParent; in getCommonPredecessor()
9445 secondCurrent = (View) secondCurrentParent; in getCommonPredecessor()
9447 secondCurrent = null; in getCommonPredecessor()