()
| 193 | } |
| 194 | |
| 195 | @Override |
| 196 | public Window bringToFront() { |
| 197 | assert _onUIThread() : "Should be run on UI thread"; |
| 198 | // TODO implement |
| 199 | return this; |
| 200 | } |
| 201 | |
| 202 | @Override |
| 203 | public boolean isFront() { |
nothing calls this directly
no test coverage detected