Searched refs:secondCurrentParent (Results 1 – 1 of 1) sorted by relevance
9299 ViewParent secondCurrentParent = secondCurrent.mParent; in getCommonPredecessor() local9300 if (secondCurrentParent instanceof View) { in getCommonPredecessor()9301 secondCurrent = (View) secondCurrentParent; in getCommonPredecessor()