Searched refs:mShape (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/graphics/java/android/graphics/drawable/
H A DShapeDrawable.java90 mShapeState.mShape = s;
97 return mShapeState.mShape;
104 mShapeState.mShape = s;
242 if (state.mShape != null) {
247 onDraw(state.mShape, canvas, paint);
308 if (mShapeState.mShape == null) {
466 if (mShapeState.mShape != null) {
471 mShapeState.mShape.resize(w, h);
481 if (mShapeState.mShape != null) {
482 mShapeState.mShape
531 Shape mShape; field in class:ShapeDrawable.ShapeState
[all...]
H A DGradientDrawable.java540 final boolean useLayer = haveStroke && haveFill && st.mShape != LINE &&
584 switch (st.mShape) {
1073 state.mShape = a.getInt(R.styleable.GradientDrawable_shape, state.mShape);
1076 if (state.mShape == RING) {
1510 switch (st.mShape) {
1565 public int mShape = RECTANGLE; field in class:GradientDrawable.GradientState
1618 mShape = state.mShape;
1698 mShape
[all...]

Completed in 341 milliseconds