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.java96 mShapeState.mShape = s; in ShapeDrawable()
103 return mShapeState.mShape; in getShape()
110 mShapeState.mShape = s; in setShape()
248 if (state.mShape != null) { in draw()
253 onDraw(state.mShape, canvas, paint); in draw()
324 if (mShapeState.mShape == null) { in getOpacity()
488 if (mShapeState.mShape != null) { in updateShape()
493 mShapeState.mShape.resize(w, h); in updateShape()
503 if (mShapeState.mShape != null) { in getOutline()
504 mShapeState.mShape.getOutline(outline); in getOutline()
[all …]
DGradientDrawable.java444 return mGradientState.mShape; in getShape()
711 final boolean useLayer = haveStroke && haveFill && st.mShape != LINE && in draw()
755 switch (st.mShape) { in draw()
1296 state.mShape = a.getInt(R.styleable.GradientDrawable_shape, state.mShape);
1299 if (state.mShape == RING) {
1741 switch (st.mShape) {
1796 public @Shape int mShape = RECTANGLE;
1851 mShape = orig.mShape;
2031 mShape = shape;
2076 mOpaqueOverBounds = mShape == RECTANGLE
/frameworks/base/config/
Dhiddenapi-light-greylist.txt2222 Landroid/graphics/drawable/GradientDrawable$GradientState;->mShape:I