Searched refs:firstCurrent (Results 1 – 1 of 1) sorted by relevance
8162 View firstCurrent = first; in getCommonPredecessor() local8163 while (firstCurrent != null) { in getCommonPredecessor()8164 seen.add(firstCurrent); in getCommonPredecessor()8165 ViewParent firstCurrentParent = firstCurrent.mParent; in getCommonPredecessor()8167 firstCurrent = (View) firstCurrentParent; in getCommonPredecessor()8169 firstCurrent = null; in getCommonPredecessor()