(boolean enabled)
| 15 | } |
| 16 | |
| 17 | @Override |
| 18 | public Window setTextInputEnabled(boolean enabled) { |
| 19 | assert _onUIThread() : "Should be run on UI thread"; |
| 20 | // TODO: impl me |
| 21 | return this; |
| 22 | } |
| 23 | |
| 24 | @Override |
| 25 | public void unmarkText() { |
nothing calls this directly
no test coverage detected