Home
last modified time | relevance | path

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

/packages/apps/PermissionController/src/android/support/wearable/view/
DWearableListView.java138 mPressedView = getChildAt(findCenterViewIndex());
241 final int centerChildIndex = findCenterViewIndex(); in getBaseline()
260 int centerChildIndex = findCenterViewIndex(); in isAtTop()
455 int index = findCenterViewIndex(); in tapCenterView()
472 int index = findCenterViewIndex(); in checkForTap()
561 final int index = findCenterViewIndex(); in fling()
621 private int findCenterViewIndex() { in findCenterViewIndex() method in WearableListView
704 final int index = findCenterViewIndex(); in animateToCenter()
744 View view = getChildAt(findCenterViewIndex()); in handleTouchDown()
803 int index = layoutManager.findCenterViewIndex(); in notifyChildrenAboutProximity()
[all …]