Searched refs:secondCurrent (Results 1 – 1 of 1) sorted by relevance
8172 View secondCurrent = second; in getCommonPredecessor() local8173 while (secondCurrent != null) { in getCommonPredecessor()8174 if (seen.contains(secondCurrent)) { in getCommonPredecessor()8176 return secondCurrent; in getCommonPredecessor()8178 ViewParent secondCurrentParent = secondCurrent.mParent; in getCommonPredecessor()8180 secondCurrent = (View) secondCurrentParent; in getCommonPredecessor()8182 secondCurrent = null; in getCommonPredecessor()