Searched refs:mPatchChunks (Results 1 – 1 of 1) sorted by relevance
89 private Chunk[][] mPatchChunks = null; field in NinePatchedImage718 mPatchChunks = getChunks(mPatchChunks); in getProjections()719 if (mPatchChunks == null) { in getProjections()727 int lenY = mPatchChunks.length; in getProjections()728 int lenX = mPatchChunks[0].length; in getProjections()765 Chunk chunk = mPatchChunks[yPos][xPos]; in getProjections()