()
| 55 | } |
| 56 | |
| 57 | @Nullable |
| 58 | public Paint getForeground() { |
| 59 | try { |
| 60 | Stats.onNativeCall(); |
| 61 | long ptr = _nGetForeground(_ptr); |
| 62 | return ptr == 0 ? null : new Paint(ptr, true); |
| 63 | } finally { |
| 64 | Reference.reachabilityFence(this); |
| 65 | } |
| 66 | } |
| 67 | |
| 68 | public TextStyle setForeground(@Nullable Paint paint) { |
| 69 | try { |
no test coverage detected