Searched refs:getProjections (Results 1 – 3 of 3) sorted by relevance
181 mProjection = mNinePatchedImage.getProjections(mSize.x, mSize.y, mProjection); in setSize()
717 public Projection[][] getProjections(int width, int height, Projection[][] projections) { in getProjections() method in NinePatchedImage
775 projections = image.getProjections(width, height, projections); in testProjection()