Home
last modified time | relevance | path

Searched refs:yLen (Results 1 – 3 of 3) sorted by relevance

/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/draw9patch/ui/
DStretchesViewer.java129 int yLen = rect.y + rect.height; in buildContentAreaPreview() local
130 for (int y = rect.y; y < yLen; y++) { in buildContentAreaPreview()
240 int yLen = mProjection.length; in paintControl() local
242 for (int yPos = 0; yPos < yLen; yPos++) { in paintControl()
DImageViewer.java644 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++) {
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/draw9patch/graphics/
DNinePatchedImage.java153 int yLen = patchChunks.length; in recycleChunks() local
156 for (int y = 0; y < yLen; y++) { in recycleChunks()
175 int yLen = projections.length; in recycleProjections() local
177 if (yLen > 0) { in recycleProjections()
181 for (int y = 0; y < yLen; y++) { in recycleProjections()
665 int yLen = chunks.length; in getCorruptedChunks() local
668 for (int yPos = 0; yPos < yLen; yPos++) { in getCorruptedChunks()