Searched defs:mShape (Results 1 - 2 of 2) sorted by last modified time

/frameworks/base/graphics/java/android/graphics/drawable/
H A DGradientDrawable.java442 return mGradientState.mShape;
681 final boolean useLayer = haveStroke && haveFill && st.mShape != LINE &&
725 switch (st.mShape) {
1239 state.mShape = a.getInt(R.styleable.GradientDrawable_shape, state.mShape);
1242 if (state.mShape == RING) {
1684 switch (st.mShape) {
1739 public @Shape int mShape = RECTANGLE; field in class:GradientDrawable.GradientState
1794 mShape = orig.mShape;
[all...]
H A DShapeDrawable.java91 mShapeState.mShape = s;
98 return mShapeState.mShape;
105 mShapeState.mShape = s;
243 if (state.mShape != null) {
248 onDraw(state.mShape, canvas, paint);
309 if (mShapeState.mShape == null) {
467 if (mShapeState.mShape != null) {
472 mShapeState.mShape.resize(w, h);
482 if (mShapeState.mShape != null) {
483 mShapeState.mShape
532 Shape mShape; field in class:ShapeDrawable.ShapeState
[all...]

Completed in 63 milliseconds