Searched refs:closestChild (Results 1 – 5 of 5) sorted by relevance
181 View closestChild = null;199 closestChild = child;202 return closestChild;222 View closestChild = null;232 closestChild = child;235 return closestChild;
193 View closestChild = null; in findCenterView() local211 closestChild = child; in findCenterView()214 return closestChild; in findCenterView()
621 View closestChild = null; in findViewForTouch() local653 closestChild = child; in findViewForTouch()658 return closestChild; in findViewForTouch()
601 View closestChild = null; in findFirstVisibleItemClosestToCenter() local611 closestChild = child; in findFirstVisibleItemClosestToCenter()614 return closestChild; in findFirstVisibleItemClosestToCenter()
1037 ExpandableView closestChild = null; in getClosestChildAtRawPosition() local1055 closestChild = slidingChild; in getClosestChildAtRawPosition()1059 return closestChild; in getClosestChildAtRawPosition()