(@Nullable Paint paint)
| 66 | } |
| 67 | |
| 68 | public TextStyle setForeground(@Nullable Paint paint) { |
| 69 | try { |
| 70 | Stats.onNativeCall(); |
| 71 | _nSetForeground(_ptr, Native.getPtr(paint)); |
| 72 | return this; |
| 73 | } finally { |
| 74 | Reference.reachabilityFence(paint); |
| 75 | } |
| 76 | } |
| 77 | |
| 78 | @Nullable |
| 79 | public Paint getBackground() { |
no test coverage detected