Home
last modified time | relevance | path

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

/aosp14/frameworks/base/graphics/java/android/graphics/drawable/
H A 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()
325 if (mShapeState.mShape == null) { in getOpacity()
489 if (mShapeState.mShape != null) { in updateShape()
504 if (mShapeState.mShape != null) { in getOutline()
542 Shape mShape; field in ShapeDrawable.ShapeState
568 if (orig.mShape != null) { in ShapeState()
570 mShape = orig.mShape.clone(); in ShapeState()
[all …]
H A 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
/aosp14/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt17391 Landroid/graphics/drawable/ShapeDrawable$ShapeState;->mShape:Landroid/graphics/drawable/shapes/Shap…