()
| 168 | } |
| 169 | |
| 170 | @Override |
| 171 | public Window bringToFront() { |
| 172 | assert _onUIThread() : "Should be run on UI thread"; |
| 173 | _nBringToFront(); |
| 174 | return this; |
| 175 | } |
| 176 | |
| 177 | @Override |
| 178 | public boolean isFront() { |
nothing calls this directly
no test coverage detected