- R - Class in de.mrapp.android.tabswitcher
-
- R() - Constructor for class de.mrapp.android.tabswitcher.R
-
- R.anim - Class in de.mrapp.android.tabswitcher
-
- R.attr - Class in de.mrapp.android.tabswitcher
-
- R.bool - Class in de.mrapp.android.tabswitcher
-
- R.color - Class in de.mrapp.android.tabswitcher
-
- R.dimen - Class in de.mrapp.android.tabswitcher
-
- R.drawable - Class in de.mrapp.android.tabswitcher
-
- R.id - Class in de.mrapp.android.tabswitcher
-
- R.integer - Class in de.mrapp.android.tabswitcher
-
- R.layout - Class in de.mrapp.android.tabswitcher
-
- R.string - Class in de.mrapp.android.tabswitcher
-
- R.style - Class in de.mrapp.android.tabswitcher
-
- R.styleable - Class in de.mrapp.android.tabswitcher
-
- R.xml - Class in de.mrapp.android.tabswitcher
-
- radio - Static variable in class de.mrapp.android.tabswitcher.R.id
-
- radioButtonStyle - Static variable in class de.mrapp.android.tabswitcher.R.attr
-
- ratingBarStyle - Static variable in class de.mrapp.android.tabswitcher.R.attr
-
- ratingBarStyleIndicator - Static variable in class de.mrapp.android.tabswitcher.R.attr
-
- ratingBarStyleSmall - Static variable in class de.mrapp.android.tabswitcher.R.attr
-
- RecycleListView - Static variable in class de.mrapp.android.tabswitcher.R.styleable
-
- RecycleListView_paddingBottomNoButtons - Static variable in class de.mrapp.android.tabswitcher.R.styleable
-
- RecycleListView_paddingTopNoTitle - Static variable in class de.mrapp.android.tabswitcher.R.styleable
-
- RecyclerView - Static variable in class de.mrapp.android.tabswitcher.R.styleable
-
- RecyclerView_android_descendantFocusability - Static variable in class de.mrapp.android.tabswitcher.R.styleable
-
- RecyclerView_android_orientation - Static variable in class de.mrapp.android.tabswitcher.R.styleable
-
- RecyclerView_fastScrollEnabled - Static variable in class de.mrapp.android.tabswitcher.R.styleable
-
- RecyclerView_fastScrollHorizontalThumbDrawable - Static variable in class de.mrapp.android.tabswitcher.R.styleable
-
- RecyclerView_fastScrollHorizontalTrackDrawable - Static variable in class de.mrapp.android.tabswitcher.R.styleable
-
- RecyclerView_fastScrollVerticalThumbDrawable - Static variable in class de.mrapp.android.tabswitcher.R.styleable
-
- RecyclerView_fastScrollVerticalTrackDrawable - Static variable in class de.mrapp.android.tabswitcher.R.styleable
-
- RecyclerView_layoutManager - Static variable in class de.mrapp.android.tabswitcher.R.styleable
-
- RecyclerView_reverseLayout - Static variable in class de.mrapp.android.tabswitcher.R.styleable
-
- RecyclerView_spanCount - Static variable in class de.mrapp.android.tabswitcher.R.styleable
-
- RecyclerView_stackFromEnd - Static variable in class de.mrapp.android.tabswitcher.R.styleable
-
- REFERENCE_TAB_INDEX_EXTRA - Static variable in class de.mrapp.android.tabswitcher.model.TabSwitcherModel
-
The name of the extra, which is used to store the index of the tab, which is used as a
reference, when restoring the positions of tabs, within a bundle.
- REFERENCE_TAB_POSITION_EXTRA - Static variable in class de.mrapp.android.tabswitcher.model.TabSwitcherModel
-
The name of the extra, which is used to store the position of the tab, which is used as a
reference, when restoring the positions of tabs, within a bundle.
- relocate_animation_duration - Static variable in class de.mrapp.android.tabswitcher.R.integer
-
- removeCallback(Tab.Callback) - Method in class de.mrapp.android.tabswitcher.Tab
-
Removes a specific callback, which should not be notified, when the tab's properties have
been changed, anymore.
- removeCloseTabListener(TabCloseListener) - Method in interface de.mrapp.android.tabswitcher.model.Model
-
Removes a specific listener, which should not be notified, when a tab is about to be closed
by clicking its close button, anymore.
- removeCloseTabListener(TabCloseListener) - Method in class de.mrapp.android.tabswitcher.model.TabSwitcherModel
-
- removeCloseTabListener(TabCloseListener) - Method in class de.mrapp.android.tabswitcher.TabSwitcher
-
- removeDragGesture(DragGesture) - Method in class de.mrapp.android.tabswitcher.TabSwitcher
-
Removes a specific drag gesture from the tab switcher.
- removeEventHandler(AbstractTouchEventHandler) - Method in class de.mrapp.android.tabswitcher.gesture.TouchEventDispatcher
-
Removes a specific event handler from the dispatcher.
- removeListener(Model.Listener) - Method in class de.mrapp.android.tabswitcher.model.TabSwitcherModel
-
Removes a specific listener, which should not be notified about the model's events, anymore.
- removeListener(TabSwitcherListener) - Method in class de.mrapp.android.tabswitcher.TabSwitcher
-
Removes a specific listener, which should not be notified about the tab switcher's events,
anymore.
- removeTab(Tab) - Method in interface de.mrapp.android.tabswitcher.model.Model
-
Removes a specific tab from the tab switcher.
- removeTab(Tab, Animation) - Method in interface de.mrapp.android.tabswitcher.model.Model
-
Removes a specific tab from the tab switcher.
- removeTab(Tab) - Method in class de.mrapp.android.tabswitcher.model.TabSwitcherModel
-
- removeTab(Tab, Animation) - Method in class de.mrapp.android.tabswitcher.model.TabSwitcherModel
-
- removeTab(Tab) - Method in class de.mrapp.android.tabswitcher.TabSwitcher
-
- removeTab(Tab, Animation) - Method in class de.mrapp.android.tabswitcher.TabSwitcher
-
- removeTabPreviewListener(TabPreviewListener) - Method in interface de.mrapp.android.tabswitcher.model.Model
-
Removes a specific listener, which should not be notified, when the preview of a tab is about
to be loaded.
- removeTabPreviewListener(TabPreviewListener) - Method in class de.mrapp.android.tabswitcher.model.TabSwitcherModel
-
- removeTabPreviewListener(TabPreviewListener) - Method in class de.mrapp.android.tabswitcher.TabSwitcher
-
- reset() - Method in class de.mrapp.android.tabswitcher.gesture.AbstractTouchEventHandler
-
Resets the event handler once a drag gesture has been ended.
- reset() - Method in class de.mrapp.android.tabswitcher.layout.AbstractDragTabsEventHandler
-
- Restorable - Interface in de.mrapp.android.tabswitcher.model
-
Defines the interface, a class, whose state should be stored and restored, must implement.
- restoreInstanceState(Bundle) - Method in class de.mrapp.android.tabswitcher.layout.ContentRecyclerAdapter
-
- restoreInstanceState(Bundle) - Method in class de.mrapp.android.tabswitcher.layout.tablet.TabletContentRecyclerAdapterWrapper
-
- restoreInstanceState(Bundle) - Method in interface de.mrapp.android.tabswitcher.model.Restorable
-
Restores a previously saved state.
- restoreInstanceState(Bundle) - Method in class de.mrapp.android.tabswitcher.model.TabSwitcherModel
-
- reveal_animation_duration - Static variable in class de.mrapp.android.tabswitcher.R.integer
-
- RevealAnimation - Class in de.mrapp.android.tabswitcher
-
A reveal animation, which animates the size of a tab starting at a specific position.
- RevealAnimation.Builder - Class in de.mrapp.android.tabswitcher
-
A builder, which allows to configure and create instances of the class
RevealAnimation
.
- reverse - Variable in class de.mrapp.android.tabswitcher.iterator.AbstractItemIterator.AbstractBuilder
-
True, if the items should be iterated in reverse order, false otherwise.
- reverse(boolean) - Method in class de.mrapp.android.tabswitcher.iterator.AbstractItemIterator.AbstractBuilder
-
Sets, whether the items should be iterated in reverse order, or not.
- reverseLayout - Static variable in class de.mrapp.android.tabswitcher.R.attr
-
- revert_overshoot_animation_duration - Static variable in class de.mrapp.android.tabswitcher.R.integer
-
- right - Static variable in class de.mrapp.android.tabswitcher.R.id
-
- right_icon - Static variable in class de.mrapp.android.tabswitcher.R.id
-
- right_side - Static variable in class de.mrapp.android.tabswitcher.R.id
-
- ripple_material_dark - Static variable in class de.mrapp.android.tabswitcher.R.color
-
- ripple_material_light - Static variable in class de.mrapp.android.tabswitcher.R.color
-
- RtlOverlay_DialogWindowTitle_AppCompat - Static variable in class de.mrapp.android.tabswitcher.R.style
-
- RtlOverlay_Widget_AppCompat_ActionBar_TitleItem - Static variable in class de.mrapp.android.tabswitcher.R.style
-
- RtlOverlay_Widget_AppCompat_DialogTitle_Icon - Static variable in class de.mrapp.android.tabswitcher.R.style
-
- RtlOverlay_Widget_AppCompat_PopupMenuItem - Static variable in class de.mrapp.android.tabswitcher.R.style
-
- RtlOverlay_Widget_AppCompat_PopupMenuItem_InternalGroup - Static variable in class de.mrapp.android.tabswitcher.R.style
-
- RtlOverlay_Widget_AppCompat_PopupMenuItem_Text - Static variable in class de.mrapp.android.tabswitcher.R.style
-
- RtlOverlay_Widget_AppCompat_Search_DropDown - Static variable in class de.mrapp.android.tabswitcher.R.style
-
- RtlOverlay_Widget_AppCompat_Search_DropDown_Icon1 - Static variable in class de.mrapp.android.tabswitcher.R.style
-
- RtlOverlay_Widget_AppCompat_Search_DropDown_Icon2 - Static variable in class de.mrapp.android.tabswitcher.R.style
-
- RtlOverlay_Widget_AppCompat_Search_DropDown_Query - Static variable in class de.mrapp.android.tabswitcher.R.style
-
- RtlOverlay_Widget_AppCompat_Search_DropDown_Text - Static variable in class de.mrapp.android.tabswitcher.R.style
-
- RtlOverlay_Widget_AppCompat_SearchView_MagIcon - Static variable in class de.mrapp.android.tabswitcher.R.style
-
- RtlUnderlay_Widget_AppCompat_ActionButton - Static variable in class de.mrapp.android.tabswitcher.R.style
-
- RtlUnderlay_Widget_AppCompat_ActionButton_Overflow - Static variable in class de.mrapp.android.tabswitcher.R.style
-