Searched defs:CHECK_POSITION_SEARCH_DISTANCE (Results 1 - 1 of 1) sorted by path

/frameworks/base/core/java/android/widget/
H A DAbsListView.java520 private static final int CHECK_POSITION_SEARCH_DISTANCE = 20; field in class:AbsListView
5488 final int start = Math.max(0, lastPos - CHECK_POSITION_SEARCH_DISTANCE);
5489 final int end = Math.min(lastPos + CHECK_POSITION_SEARCH_DISTANCE, mItemCount);

Completed in 62 milliseconds