()
| 252 | } |
| 253 | |
| 254 | public void cancel() { |
| 255 | if (getMenuTab() != null) |
| 256 | getMenuTab().clearSelected(); |
| 257 | hide(); |
| 258 | } |
| 259 | |
| 260 | public void scrollToHoveredChild(boolean down) { |
| 261 | selectedChild = null; |
nothing calls this directly
no test coverage detected