Home
last modified time | relevance | path

Searched refs:xLen (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.java131 int xLen = rect.x + rect.width; in buildContentAreaPreview() local
132 for (int x = rect.x; x < xLen; x++) { in buildContentAreaPreview()
241 int xLen = mProjection[0].length; in paintControl() local
243 for (int xPos = 0; xPos < xLen; xPos++) { in paintControl()
DImageViewer.java645 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++) {
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/draw9patch/graphics/
DNinePatchedImage.java154 int xLen = patchChunks[0].length; in recycleChunks() local
157 for (int x = 0; x < xLen; x++) { in recycleChunks()
176 int xLen = 0; in recycleProjections() local
178 xLen = projections[0].length; in recycleProjections()
182 for (int x = 0; x < xLen; x++) { in recycleProjections()
666 int xLen = chunks[0].length; in getCorruptedChunks() local
669 for (int xPos = 0; xPos < xLen; xPos++) { in getCorruptedChunks()