Lines Matching full:currentblock
904 // Note that currentBlock could be negative.905 int currentBlock = (scrollPos < 0)910 final int yPos = currentBlock * height;915 ImageBlock blk = mCache.get(currentBlock);919 drawEmptyBlock(canvas, 0, yPos, currentBlock);922 currentBlock += 1;