()
| 242 | } |
| 243 | |
| 244 | @Override |
| 245 | public Window focus() { |
| 246 | assert _onUIThread() : "Should be run on UI thread"; |
| 247 | _nFocus(); |
| 248 | return this; |
| 249 | } |
| 250 | |
| 251 | @Override |
| 252 | public Window bringToFront() { |
nothing calls this directly
no test coverage detected