Searched refs:yLen (Results 1 – 3 of 3) sorted by relevance
129 int yLen = rect.y + rect.height; in buildContentAreaPreview() local130 for (int y = rect.y; y < yLen; y++) { in buildContentAreaPreview()240 int yLen = mProjection.length; in paintControl() local242 for (int yPos = 0; yPos < yLen; yPos++) { in paintControl()
644 int yLen = mChunks.length;649 for (int yPos = 0; yPos < yLen; yPos++) {676 int yLen = mBadChunks.length;683 for (int yPos = 0; yPos < yLen; yPos++) {
153 int yLen = patchChunks.length; in recycleChunks() local156 for (int y = 0; y < yLen; y++) { in recycleChunks()175 int yLen = projections.length; in recycleProjections() local177 if (yLen > 0) { in recycleProjections()181 for (int y = 0; y < yLen; y++) { in recycleProjections()665 int yLen = chunks.length; in getCorruptedChunks() local668 for (int yPos = 0; yPos < yLen; yPos++) { in getCorruptedChunks()