Searched refs:secondCurrent (Results 1 – 1 of 1) sorted by relevance
9437 View secondCurrent = second; in getCommonPredecessor() local9438 while (secondCurrent != null) { in getCommonPredecessor()9439 if (seen.contains(secondCurrent)) { in getCommonPredecessor()9441 return secondCurrent; in getCommonPredecessor()9443 ViewParent secondCurrentParent = secondCurrent.mParent; in getCommonPredecessor()9445 secondCurrent = (View) secondCurrentParent; in getCommonPredecessor()9447 secondCurrent = null; in getCommonPredecessor()