Searched refs:findViewByPosition (Results 1 – 3 of 3) sorted by relevance
1065 View anchorView = findViewByPosition(mAnchorPageBreakPosition); in offsetRowsByPage()1074 View upperPageBreakView = findViewByPosition(mUpperPageBreakPosition); in offsetRowsByPage()1160 View anchorPageBreakView = findViewByPosition(mAnchorPageBreakPosition); in updatePageBreakPositions()1166 View upperPageBreakView = findViewByPosition(mUpperPageBreakPosition); in updatePageBreakPositions()1211 View referenceView = findViewByPosition(position); in calculatePreviousPageBreakPosition()1217 View child = findViewByPosition(previousPagePosition); in calculatePreviousPageBreakPosition()1243 View referenceView = findViewByPosition(position); in calculateNextPageBreakPosition()1252 View child = findViewByPosition(nextPagePosition); in calculateNextPageBreakPosition()
377 public View findViewByPosition(int position) { in findViewByPosition() method in PagedListView378 return mLayoutManager.findViewByPosition(position); in findViewByPosition()
962 method public android.view.View findViewByPosition(int);