Home
last modified time | relevance | path

Searched refs:closestChild (Results 1 – 5 of 5) sorted by relevance

/frameworks/support/v7/recyclerview/src/android/support/v7/widget/
DPagerSnapHelper.java181 View closestChild = null;
199 closestChild = child;
202 return closestChild;
222 View closestChild = null;
232 closestChild = child;
235 return closestChild;
DLinearSnapHelper.java193 View closestChild = null; in findCenterView() local
211 closestChild = child; in findCenterView()
214 return closestChild; in findCenterView()
/frameworks/base/core/java/android/widget/
DZoomButtonsController.java621 View closestChild = null; in findViewForTouch() local
653 closestChild = child; in findViewForTouch()
658 return closestChild; in findViewForTouch()
/frameworks/support/v7/recyclerview/tests/src/android/support/v7/widget/
DBaseStaggeredGridLayoutManagerTest.java601 View closestChild = null; in findFirstVisibleItemClosestToCenter() local
611 closestChild = child; in findFirstVisibleItemClosestToCenter()
614 return closestChild; in findFirstVisibleItemClosestToCenter()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/stack/
DNotificationStackScrollLayout.java1037 ExpandableView closestChild = null; in getClosestChildAtRawPosition() local
1055 closestChild = slidingChild; in getClosestChildAtRawPosition()
1059 return closestChild; in getClosestChildAtRawPosition()