Searched refs:firstCurrent (Results 1 – 1 of 1) sorted by relevance
7284 View firstCurrent = first; in getCommonPredecessor() local7285 while (firstCurrent != null) { in getCommonPredecessor()7286 seen.add(firstCurrent); in getCommonPredecessor()7287 ViewParent firstCurrentParent = firstCurrent.mParent; in getCommonPredecessor()7289 firstCurrent = (View) firstCurrentParent; in getCommonPredecessor()7291 firstCurrent = null; in getCommonPredecessor()