Searched refs:secondCurrent (Results 1 – 1 of 1) sorted by relevance
8353 View secondCurrent = second; in getCommonPredecessor() local8354 while (secondCurrent != null) { in getCommonPredecessor()8355 if (seen.contains(secondCurrent)) { in getCommonPredecessor()8357 return secondCurrent; in getCommonPredecessor()8359 ViewParent secondCurrentParent = secondCurrent.mParent; in getCommonPredecessor()8361 secondCurrent = (View) secondCurrentParent; in getCommonPredecessor()8363 secondCurrent = null; in getCommonPredecessor()