()
| 1457 | |
| 1458 | /// Show the tabs bar if it was hidden |
| 1459 | public void showTabs() { |
| 1460 | int tp = tabPlacement; |
| 1461 | tabPlacement = -1; |
| 1462 | setTabPlacement(tp); |
| 1463 | revalidateLater(); |
| 1464 | } |
| 1465 | |
| 1466 | /// Returns true if the swipe between tabs is activated, this is relevant for |
| 1467 | /// touch devices only |
nothing calls this directly
no test coverage detected