Searched refs:firstCurrent (Results 1 – 1 of 1) sorted by relevance
8343 View firstCurrent = first; in getCommonPredecessor() local8344 while (firstCurrent != null) { in getCommonPredecessor()8345 seen.add(firstCurrent); in getCommonPredecessor()8346 ViewParent firstCurrentParent = firstCurrent.mParent; in getCommonPredecessor()8348 firstCurrent = (View) firstCurrentParent; in getCommonPredecessor()8350 firstCurrent = null; in getCommonPredecessor()