()
| 222 | } |
| 223 | |
| 224 | @Override |
| 225 | public Window restore() { |
| 226 | assert _onUIThread() : "Should be run on UI thread"; |
| 227 | _nRestore(); |
| 228 | return this; |
| 229 | } |
| 230 | |
| 231 | @Override |
| 232 | public Window setFullScreen(boolean value) { |
nothing calls this directly
no test coverage detected