()
| 249 | } |
| 250 | |
| 251 | @Override |
| 252 | public Window bringToFront() { |
| 253 | assert _onUIThread() : "Should be run on UI thread"; |
| 254 | _nBringToFront(); |
| 255 | return this; |
| 256 | } |
| 257 | |
| 258 | @Override |
| 259 | public boolean isFront() { |
nothing calls this directly
no test coverage detected