Home
last modified time | relevance | path

Searched refs:mShape (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/graphics/java/android/graphics/drawable/
DShapeDrawable.java95 mShapeState.mShape = s; in ShapeDrawable()
102 return mShapeState.mShape; in getShape()
109 mShapeState.mShape = s; in setShape()
247 if (state.mShape != null) { in draw()
252 onDraw(state.mShape, canvas, paint); in draw()
325 if (mShapeState.mShape == null) { in getOpacity()
489 if (mShapeState.mShape != null) { in updateShape()
494 mShapeState.mShape.resize(w, h); in updateShape()
504 if (mShapeState.mShape != null) { in getOutline()
505 mShapeState.mShape.getOutline(outline); in getOutline()
[all …]
DGradientDrawable.java468 return mGradientState.mShape; in getShape()
765 final boolean useLayer = haveStroke && haveFill && st.mShape != LINE && in draw()
809 switch (st.mShape) { in draw()
1484 state.mShape = a.getInt(R.styleable.GradientDrawable_shape, state.mShape);
1487 if (state.mShape == RING) {
1952 switch (st.mShape) {
2008 public @Shape int mShape = RECTANGLE;
2081 mShape = orig.mShape;
2273 mShape = shape;
2335 mOpaqueOverBounds = mShape == RECTANGLE
/frameworks/base/boot/hiddenapi/
Dhiddenapi-max-target-o.txt17391 Landroid/graphics/drawable/ShapeDrawable$ShapeState;->mShape:Landroid/graphics/drawable/shapes/Shap…