Home | History | Annotate | Download | only in database

Lines Matching refs:cursorPosition

739      * @param cursorPosition The row index of the row we want to get.
747 int cursorPosition, int cursorWindowCapacity) {
748 return Math.max(cursorPosition - cursorWindowCapacity / 3, 0);