Lines Matching full:half
534 int half = (int) Math.floor((mRowsPerPage + 1) / 2);535 int end = mTouchYBorders.length - (half + 1);537 for (int i = -half; i <= end; i++) {538 mTouchYBorders[i + half] = centerY + (i * cellHeight) - viewPos[1];