Searched refs:secondCurrent (Results 1 – 1 of 1) sorted by relevance
11000 View secondCurrent = second; in getCommonPredecessor() local11001 while (secondCurrent != null) { in getCommonPredecessor()11002 if (seen.contains(secondCurrent)) { in getCommonPredecessor()11004 return secondCurrent; in getCommonPredecessor()11006 ViewParent secondCurrentParent = secondCurrent.mParent; in getCommonPredecessor()11008 secondCurrent = (View) secondCurrentParent; in getCommonPredecessor()11010 secondCurrent = null; in getCommonPredecessor()