()
| 70 | } |
| 71 | |
| 72 | public long nextDrawableTexturePtr() { |
| 73 | assert _onUIThread() : "Should be run on UI thread"; |
| 74 | return _nNextDrawableTexturePtr(); |
| 75 | } |
| 76 | |
| 77 | @ApiStatus.Internal public static boolean _onUIThread() { |
| 78 | return App._onUIThread(); |
no test coverage detected