@return x-coordinate of the scroll bar
()
| 454 | * @return x-coordinate of the scroll bar |
| 455 | */ |
| 456 | @Override |
| 457 | protected int d() { |
| 458 | return scrollX > 0 ? scrollX : super.d(); |
| 459 | } |
| 460 | |
| 461 | /** |
| 462 | * @return the id of the clicked row, or -1 if no row has been clicked |
no outgoing calls
no test coverage detected