()
| 161 | } |
| 162 | |
| 163 | @Override |
| 164 | public Window focus() { |
| 165 | assert _onUIThread() : "Should be run on UI thread"; |
| 166 | _nFocus(); |
| 167 | return this; |
| 168 | } |
| 169 | |
| 170 | @Override |
| 171 | public Window bringToFront() { |
nothing calls this directly
no test coverage detected