Searched refs:childClosestEdgeDistance (Results 1 – 1 of 1) sorted by relevance
618 int childClosestEdgeDistance = Math.min(Math.abs(child.getLeft() - galleryCenter), in setSelectionToCenterChild() local620 if (childClosestEdgeDistance < closestEdgeDistance) { in setSelectionToCenterChild()621 closestEdgeDistance = childClosestEdgeDistance; in setSelectionToCenterChild()