Home
last modified time | relevance | path

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

/packages/apps/PermissionController/src/android/support/wearable/view/
DWearableListView.java975 View v = recycler.getViewForPosition(getFirstPosition()); in performLayoutOneChild()
989 for (int i = 0; getFirstPosition() + i < count; i++, top = bottom) { in performLayoutMultipleChildren()
993 View v = recycler.getViewForPosition(getFirstPosition() + i); in performLayoutMultipleChildren()
1051 if (getFirstPosition() > 0) { in scrollVerticallyBy()
1056 if (getFirstPosition() > 0 && scrolled > dy) { in scrollVerticallyBy()
1058 View v = recycler.getViewForPosition(getFirstPosition()); in scrollVerticallyBy()
1184 public int getFirstPosition() { in getFirstPosition() method in WearableListView.LayoutManager
1332 if (targetPosition < mLayoutManager.getFirstPosition()) { in computeScrollVectorForPosition()