Lines Matching full:scrollpos
901 int scrollPos) {905 int currentBlock = (scrollPos < 0)906 ? ((scrollPos - height + 1) / height)907 : (scrollPos / height);911 if (yPos >= scrollPos + thisHeight) {