Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/view/
DViewRootImpl.java8172 View secondCurrent = second; in getCommonPredecessor() local
8173 while (secondCurrent != null) { in getCommonPredecessor()
8174 if (seen.contains(secondCurrent)) { in getCommonPredecessor()
8176 return secondCurrent; in getCommonPredecessor()
8178 ViewParent secondCurrentParent = secondCurrent.mParent; in getCommonPredecessor()
8180 secondCurrent = (View) secondCurrentParent; in getCommonPredecessor()
8182 secondCurrent = null; in getCommonPredecessor()