()
| 186 | } |
| 187 | |
| 188 | @Override |
| 189 | public Window focus() { |
| 190 | assert _onUIThread() : "Should be run on UI thread"; |
| 191 | // TODO implement |
| 192 | return this; |
| 193 | } |
| 194 | |
| 195 | @Override |
| 196 | public Window bringToFront() { |
nothing calls this directly
no test coverage detected