HomeSort by relevance Sort by last modified time
    Searched defs:mShape (Results 1 - 3 of 3) sorted by null

  /cts/tests/tests/animation/src/android/animation/cts/
ShapeHolder.java 30 private ShapeDrawable mShape;
61 mShape = value;
65 return mShape;
73 mShape.getPaint().setColor(value);
86 mShape.setAlpha((int)((alpha * 255f) + .5f));
90 return mShape.getShape().getWidth();
94 Shape s = mShape.getShape();
99 return mShape.getShape().getHeight();
103 Shape s = mShape.getShape();
108 mShape = s
    [all...]
  /frameworks/base/graphics/java/android/graphics/drawable/
ShapeDrawable.java 90 mShapeState.mShape = s;
97 return mShapeState.mShape;
104 mShapeState.mShape = s;
242 if (state.mShape != null) {
247 onDraw(state.mShape, canvas, paint);
309 if (mShapeState.mShape == null) {
460 if (mShapeState.mShape != null) {
465 mShapeState.mShape.resize(w, h);
475 if (mShapeState.mShape != null) {
476 mShapeState.mShape.getOutline(outline)
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/
IconFactory.java 335 private final int mShape;
340 mShape = shape;
380 if (mShape == SHAPE_CIRCLE) {
382 } else if (mShape == SHAPE_RECT) {
388 if (mShape == SHAPE_CIRCLE) {
390 } else if (mShape == SHAPE_RECT) {

Completed in 1184 milliseconds