@return x-coordinate of the scroll bar
()
| 400 | * @return x-coordinate of the scroll bar |
| 401 | */ |
| 402 | @Override |
| 403 | protected int d() { |
| 404 | return scrollX > 0 ? scrollX : super.d(); |
| 405 | } |
| 406 | |
| 407 | /** |
| 408 | * @return the id of the clicked row, or -1 if no row has been clicked |
no outgoing calls
no test coverage detected