()
| 90 | } |
| 91 | |
| 92 | public long nextDrawableTexturePtr() { |
| 93 | assert _onUIThread() : "Should be run on UI thread"; |
| 94 | return _nNextDrawableTexturePtr(); |
| 95 | } |
| 96 | |
| 97 | @ApiStatus.Internal public static boolean _onUIThread() { |
| 98 | return App._onUIThread(); |
no test coverage detected