Skip to content

Commit 61f426a

Browse files
ymarianldjcmu
authored andcommitted
Remove (get/set)PaintFlags from MSD
PiperOrigin-RevId: 224162294
1 parent 742ad45 commit 61f426a

File tree

1 file changed

+0
-13
lines changed

1 file changed

+0
-13
lines changed

lib/java/com/google/android/material/shape/MaterialShapeDrawable.java

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -669,19 +669,6 @@ public void setShadowColor(int shadowColor) {
669669
invalidateSelfIgnoreShape();
670670
}
671671

672-
@Deprecated
673-
public int getPaintFlags() {
674-
return 0;
675-
}
676-
677-
678-
@Deprecated
679-
public void setPaintFlags(int flags) {
680-
fillPaint.setFlags(flags);
681-
strokePaint.setFlags(flags);
682-
invalidateSelfIgnoreShape();
683-
}
684-
685672
/**
686673
* Get the current style used by the shape's paint.
687674
*

0 commit comments

Comments
 (0)