Searched refs:CHECK_POSITION_SEARCH_DISTANCE (Results 1 – 1 of 1) sorted by relevance
518 private static final int CHECK_POSITION_SEARCH_DISTANCE = 20; field in AbsListView5442 final int start = Math.max(0, lastPos - CHECK_POSITION_SEARCH_DISTANCE); in confirmCheckedPositionsById()5443 final int end = Math.min(lastPos + CHECK_POSITION_SEARCH_DISTANCE, mItemCount); in confirmCheckedPositionsById()