Searched refs:secondCurrent (Results 1 – 1 of 1) sorted by relevance
10192 View secondCurrent = second; in getCommonPredecessor() local10193 while (secondCurrent != null) { in getCommonPredecessor()10194 if (seen.contains(secondCurrent)) { in getCommonPredecessor()10196 return secondCurrent; in getCommonPredecessor()10198 ViewParent secondCurrentParent = secondCurrent.mParent; in getCommonPredecessor()10200 secondCurrent = (View) secondCurrentParent; in getCommonPredecessor()10202 secondCurrent = null; in getCommonPredecessor()