()
| 145 | } |
| 146 | |
| 147 | public Window restore() { |
| 148 | assert _onUIThread() : "Should be run on UI thread"; |
| 149 | _nRestore(); |
| 150 | return this; |
| 151 | } |
| 152 | |
| 153 | @Override |
| 154 | public Window setFullScreen(boolean value) { |
nothing calls this directly
no test coverage detected