@return x-coordinate of the scroll bar
()
| 414 | * @return x-coordinate of the scroll bar |
| 415 | */ |
| 416 | @Override |
| 417 | protected int d() { |
| 418 | return scrollX > 0 ? scrollX : super.d(); |
| 419 | } |
| 420 | |
| 421 | /** |
| 422 | * @return the id of the clicked row, or -1 if no row has been clicked |
no outgoing calls
no test coverage detected