()
| 85 | } |
| 86 | |
| 87 | public int getLevelCount() { |
| 88 | assert _onUIThread() : "Should be run on UI thread"; |
| 89 | return _nGetLevelCount(); |
| 90 | } |
| 91 | |
| 92 | public long nextDrawableTexturePtr() { |
| 93 | assert _onUIThread() : "Should be run on UI thread"; |
no test coverage detected