Searched refs:mFirstPosition (Results 1 – 3 of 3) sorted by relevance
824 private int mFirstPosition; field in WearableListView.LayoutManager907 while (mFirstPosition >= count && mFirstPosition > 0) { in onLayoutChildren()908 mFirstPosition--; in onLayoutChildren()932 mFirstPosition = position; in onLayoutChildren()1057 mFirstPosition--; in scrollVerticallyBy()1081 if (state.getItemCount() > mFirstPosition + getChildCount()) { in scrollVerticallyBy()1088 View v = recycler.getViewForPosition(mFirstPosition + getChildCount()); in scrollVerticallyBy()1115 mFirstPosition = position - 1; in scrollToPosition()1118 mFirstPosition = position; in scrollToPosition()1177 mFirstPosition = 0; in recycleViewsOutOfBounds()[all …]
57 private Float mFirstPosition = null; field in MotionPauseDetector109 if (mFirstPosition == null) { in addPosition()110 mFirstPosition = position; in addPosition()184 mFirstPosition = null;
66 private int mFirstPosition; field in GalleryThumbnailView187 fillRight(mFirstPosition + getChildCount(), 0); in populate()188 fillLeft(mFirstPosition - 1, 0); in populate()399 overhang = fillLeft(mFirstPosition - 1, allowOverhang); in trackMotionScroll()402 overhang = fillRight(mFirstPosition + getChildCount(), allowOverhang); in trackMotionScroll()473 mFirstPosition++; in recycleOffscreenViews()528 mFirstPosition = pos + 1; in fillLeft()671 mFirstPosition = 0; in clearAllState()