Searched refs:mFirstPosition (Results 1 – 2 of 2) sorted by relevance
825 private int mFirstPosition; field in WearableListView.LayoutManager908 while (mFirstPosition >= count && mFirstPosition > 0) { in onLayoutChildren()909 mFirstPosition--; in onLayoutChildren()933 mFirstPosition = position; in onLayoutChildren()1058 mFirstPosition--; in scrollVerticallyBy()1082 if (state.getItemCount() > mFirstPosition + getChildCount()) { in scrollVerticallyBy()1089 View v = recycler.getViewForPosition(mFirstPosition + getChildCount()); in scrollVerticallyBy()1116 mFirstPosition = position - 1; in scrollToPosition()1119 mFirstPosition = position; in scrollToPosition()1178 mFirstPosition = 0; in recycleViewsOutOfBounds()[all …]
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()