Home | History | Annotate | Download | only in widget

Lines Matching defs:vector

555             PointF vector = ((RecyclerView.SmoothScroller.ScrollVectorProvider) layoutManager)
557 // A positive value in the vector means scrolling down, so should offset by scrolling to
559 int offsetDirection = (vector == null || vector.y > 0) ? -1 : 1;