Returns the SurfaceProps associated with the canvas (i.e., at the base of the layer stack). @return SurfaceProps
()
| 61 | * @return SurfaceProps |
| 62 | */ |
| 63 | @NotNull |
| 64 | public SurfaceProps getBaseProps() { |
| 65 | try { |
| 66 | assert _ptr != 0 : "Canvas is closed"; |
| 67 | Stats.onNativeCall(); |
| 68 | return _nGetBaseProps(_ptr); |
| 69 | } finally { |
| 70 | ReferenceUtil.reachabilityFence(this); |
| 71 | } |
| 72 | } |
| 73 | |
| 74 | /** |
| 75 | * Returns the SurfaceProps associated with the canvas that are currently active (i.e., at |
no test coverage detected