Searched refs:firstCurrent (Results 1 – 1 of 1) sorted by relevance
9283 View firstCurrent = first; in getCommonPredecessor() local9284 while (firstCurrent != null) { in getCommonPredecessor()9285 seen.add(firstCurrent); in getCommonPredecessor()9286 ViewParent firstCurrentParent = firstCurrent.mParent; in getCommonPredecessor()9288 firstCurrent = (View) firstCurrentParent; in getCommonPredecessor()9290 firstCurrent = null; in getCommonPredecessor()