()
| 275 | } |
| 276 | |
| 277 | @Override |
| 278 | public float getProgressBar() { |
| 279 | assert _onUIThread() : "Should be run on UI thread"; |
| 280 | return _lastProgressBarValue; |
| 281 | } |
| 282 | |
| 283 | @Override |
| 284 | public Window setProgressBar(float progress) { |
nothing calls this directly
no test coverage detected