Searched refs:xLen (Results 1 – 3 of 3) sorted by relevance
131 int xLen = rect.x + rect.width; in buildContentAreaPreview() local132 for (int x = rect.x; x < xLen; x++) { in buildContentAreaPreview()241 int xLen = mProjection[0].length; in paintControl() local243 for (int xPos = 0; xPos < xLen; xPos++) { in paintControl()
645 int xLen = mChunks[0].length;650 for (int xPos = 0; xPos < xLen; xPos++) {677 int xLen = mBadChunks[0].length;684 for (int xPos = 0; xPos < xLen; xPos++) {
154 int xLen = patchChunks[0].length; in recycleChunks() local157 for (int x = 0; x < xLen; x++) { in recycleChunks()176 int xLen = 0; in recycleProjections() local178 xLen = projections[0].length; in recycleProjections()182 for (int x = 0; x < xLen; x++) { in recycleProjections()666 int xLen = chunks[0].length; in getCorruptedChunks() local669 for (int xPos = 0; xPos < xLen; xPos++) { in getCorruptedChunks()