Interface | Description |
---|---|
PhoneDragTabsEventHandler.Callback |
Defines the interface, a class, which should be notified about the events of a drag handler,
must implement.
|
Class | Description |
---|---|
PhoneArithmetics |
Provides methods, which allow to calculate the position, size and rotation of a
TabSwitcher 's tabs, when using the smartphone layout. |
PhoneDragTabsEventHandler |
A drag handler, which allows to calculate the position and state of tabs on touch events, when
using the smartphone layout.
|
PhoneTabRecyclerAdapter |
A view recycler adapter, which allows to inflate the views, which are used to visualize the tabs
of a
TabSwitcher , when using the smartphone layout. |
PhoneTabSwitcherLayout |
A layout, which implements the functionality of a
TabSwitcher on smartphones. |
PhoneTabViewHolder |
A view holder, which allows to store references to the views, a tab of a
TabSwitcher
consists of, when using the smartphone layout. |
PreviewDataBinder |
A data binder, which allows to asynchronously render preview images of tabs and display them
afterwards.
|