Home
last modified time | relevance | path

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

/aosp14/frameworks/base/core/java/android/view/
H A DViewRootImpl.java10192 View secondCurrent = second; in getCommonPredecessor() local
10193 while (secondCurrent != null) { in getCommonPredecessor()
10194 if (seen.contains(secondCurrent)) { in getCommonPredecessor()
10196 return secondCurrent; in getCommonPredecessor()
10198 ViewParent secondCurrentParent = secondCurrent.mParent; in getCommonPredecessor()
10200 secondCurrent = (View) secondCurrentParent; in getCommonPredecessor()
10202 secondCurrent = null; in getCommonPredecessor()