Searched refs:mShape (Results 1 – 1 of 1) sorted by relevance
30 private ShapeDrawable mShape; field in ShapeHolder61 mShape = value; in setShape()65 return mShape; in getShape()73 mShape.getPaint().setColor(value); in setColor()86 mShape.setAlpha((int)((alpha * 255f) + .5f)); in setAlpha()90 return mShape.getShape().getWidth(); in getWidth()94 Shape s = mShape.getShape(); in setWidth()99 return mShape.getShape().getHeight(); in getHeight()103 Shape s = mShape.getShape(); in setHeight()108 mShape = s; in ShapeHolder()