| Class | Description |
|---|---|
| TabletArithmetics |
Provides methods, which allow to calculate the position, size and rotation of a
TabSwitcher's tabs, when using the tablet layout. |
| TabletContentRecyclerAdapterWrapper |
A wrapper, which encapsulates a
ContentRecyclerAdapter, which allows to inflate the
views, which are used to visualize the content views of the tabs of a TabSwitcher. |
| TabletDragTabsEventHandler |
A drag handler, which allows to calculate the position and state of tabs on touch events, when
using the tablet layout.
|
| TabletTabRecyclerAdapter |
A view recycler adapter, which allows to inflate the views, which are used to visualize the tabs
of a
TabSwitcher, when using the tablet layout. |
| TabletTabSwitcherLayout |
A layout, which implements the functionality of a
TabSwitcher on tablets. |
| TabletTabViewHolder |
A view holder, which allows to store references to the views, a tab of a
TabSwitcher
consists of, when using the tablet layout. |