Searched refs:CHECK_POSITION_SEARCH_DISTANCE (Results 1 – 2 of 2) sorted by relevance
562 private static final int CHECK_POSITION_SEARCH_DISTANCE = 20; field in AbsListView5822 final int start = Math.max(0, lastPos - CHECK_POSITION_SEARCH_DISTANCE); in confirmCheckedPositionsById()5823 final int end = Math.min(lastPos + CHECK_POSITION_SEARCH_DISTANCE, mItemCount); in confirmCheckedPositionsById()
65734 Landroid/widget/AbsListView;->CHECK_POSITION_SEARCH_DISTANCE:I