Searched refs:firstCurrent (Results 1 – 1 of 1) sorted by relevance
10990 View firstCurrent = first; in getCommonPredecessor() local10991 while (firstCurrent != null) { in getCommonPredecessor()10992 seen.add(firstCurrent); in getCommonPredecessor()10993 ViewParent firstCurrentParent = firstCurrent.mParent; in getCommonPredecessor()10995 firstCurrent = (View) firstCurrentParent; in getCommonPredecessor()10997 firstCurrent = null; in getCommonPredecessor()