Searched refs:firstCurrent (Results 1 – 1 of 1) sorted by relevance
6826 View firstCurrent = first; in getCommonPredecessor() local6827 while (firstCurrent != null) { in getCommonPredecessor()6828 seen.add(firstCurrent); in getCommonPredecessor()6829 ViewParent firstCurrentParent = firstCurrent.mParent; in getCommonPredecessor()6831 firstCurrent = (View) firstCurrentParent; in getCommonPredecessor()6833 firstCurrent = null; in getCommonPredecessor()