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