Home
last modified time | relevance | path

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

/aosp12/frameworks/base/core/java/android/view/
H A DViewRootImpl.java9443 ViewParent secondCurrentParent = secondCurrent.mParent; in getCommonPredecessor() local
9444 if (secondCurrentParent instanceof View) { in getCommonPredecessor()
9445 secondCurrent = (View) secondCurrentParent; in getCommonPredecessor()