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

/frameworks/base/graphics/java/android/graphics/drawable/
H A DShapeDrawable.java75 mShapeState.mShape = s;
86 return mShapeState.mShape;
93 mShapeState.mShape = s;
222 if (mShapeState.mShape != null) {
226 onDraw(mShapeState.mShape, canvas, paint);
269 if (mShapeState.mShape == null) {
362 if (mShapeState.mShape != null) {
367 mShapeState.mShape.resize(w, h);
395 mShapeState.mShape = mShapeState.mShape
410 Shape mShape; field in class:ShapeDrawable.ShapeState
[all...]
H A DGradientDrawable.java448 final boolean useLayer = haveStroke && haveFill && st.mShape != LINE &&
492 switch (st.mShape) {
1077 public int mShape = RECTANGLE; field in class:GradientDrawable.GradientState
1113 mShape = state.mShape;
1165 mShape = shape;
1192 if (mShape != RECTANGLE) {

Completed in 70 milliseconds