Home
last modified time | relevance | path

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

/frameworks/base/core/java/com/android/internal/widget/
DLinearSmoothScroller.java232 PointF scrollVector = computeScrollVectorForPosition(getTargetPosition()); in updateActionForInterimTarget()
234 final int target = getTargetPosition(); in updateActionForInterimTarget()
DRecyclerView.java4688 } else if (smoothScroller.getTargetPosition() >= adapterSize) { in run()
10640 mTargetView = findViewByPosition(getTargetPosition()); in start()
10706 public int getTargetPosition() { in getTargetPosition() method in RecyclerView.SmoothScroller
10774 if (getChildPosition(child) == getTargetPosition()) { in onChildAttachedToWindow()