Skip navigation links
A C D G H I M O R S T V W 

A

addOnItemSelectionListener(CarouselLayoutManager.OnCenterItemSelectionListener) - Method in class com.azoft.carousellayoutmanager.CarouselLayoutManager
 

C

calculateDxToMakeVisible(View, CarouselLayoutManager) - Method in class com.azoft.carousellayoutmanager.CarouselSmoothScroller
 
calculateDyToMakeVisible(View, CarouselLayoutManager) - Method in class com.azoft.carousellayoutmanager.CarouselSmoothScroller
 
canScrollHorizontally() - Method in class com.azoft.carousellayoutmanager.CarouselLayoutManager
 
canScrollVertically() - Method in class com.azoft.carousellayoutmanager.CarouselLayoutManager
 
CarouselChildSelectionListener - Class in com.azoft.carousellayoutmanager
 
CarouselChildSelectionListener(RecyclerView, CarouselLayoutManager) - Constructor for class com.azoft.carousellayoutmanager.CarouselChildSelectionListener
 
CarouselLayoutManager - Class in com.azoft.carousellayoutmanager
An implementation of RecyclerView.LayoutManager that layout items like carousel.
CarouselLayoutManager(int) - Constructor for class com.azoft.carousellayoutmanager.CarouselLayoutManager
 
CarouselLayoutManager(int, boolean) - Constructor for class com.azoft.carousellayoutmanager.CarouselLayoutManager
If circleLayout is true then all items will be in cycle.
CarouselLayoutManager.CarouselSavedState - Class in com.azoft.carousellayoutmanager
 
CarouselLayoutManager.OnCenterItemSelectionListener - Interface in com.azoft.carousellayoutmanager
 
CarouselLayoutManager.PostLayoutListener - Interface in com.azoft.carousellayoutmanager
This interface methods will be called for each visible view item after general LayoutManager layout finishes.
CarouselSavedState(Parcelable) - Constructor for class com.azoft.carousellayoutmanager.CarouselLayoutManager.CarouselSavedState
 
CarouselSavedState(CarouselLayoutManager.CarouselSavedState) - Constructor for class com.azoft.carousellayoutmanager.CarouselLayoutManager.CarouselSavedState
 
CarouselSmoothScroller - Class in com.azoft.carousellayoutmanager
Custom implementation of android.support.v7.widget.RecyclerView.SmoothScroller that can work only with CarouselLayoutManager.
CarouselSmoothScroller(RecyclerView.State, int) - Constructor for class com.azoft.carousellayoutmanager.CarouselSmoothScroller
 
CarouselZoomPostLayoutListener - Class in com.azoft.carousellayoutmanager
Implementation of CarouselLayoutManager.PostLayoutListener that makes interesting scaling of items.
CarouselZoomPostLayoutListener() - Constructor for class com.azoft.carousellayoutmanager.CarouselZoomPostLayoutListener
 
CenterScrollListener - Class in com.azoft.carousellayoutmanager
Class for centering items after scroll event.
CenterScrollListener() - Constructor for class com.azoft.carousellayoutmanager.CenterScrollListener
 
com.azoft.carousellayoutmanager - package com.azoft.carousellayoutmanager
 
computeScrollVectorForPosition(int) - Method in class com.azoft.carousellayoutmanager.CarouselLayoutManager
 
computeScrollVectorForPosition(int, CarouselLayoutManager) - Method in class com.azoft.carousellayoutmanager.CarouselSmoothScroller
 
convertItemPositionDiffToSmoothPositionDiff(float) - Method in class com.azoft.carousellayoutmanager.CarouselLayoutManager
Called during CarouselLayoutManager.getCardOffsetByPositionDiff(float) for better item movement.
CREATOR - Static variable in class com.azoft.carousellayoutmanager.CarouselLayoutManager.CarouselSavedState
 

D

DefaultChildSelectionListener - Class in com.azoft.carousellayoutmanager
 
DefaultChildSelectionListener(DefaultChildSelectionListener.OnCenterItemClickListener, RecyclerView, CarouselLayoutManager) - Constructor for class com.azoft.carousellayoutmanager.DefaultChildSelectionListener
 
DefaultChildSelectionListener.OnCenterItemClickListener - Interface in com.azoft.carousellayoutmanager
 
describeContents() - Method in class com.azoft.carousellayoutmanager.CarouselLayoutManager.CarouselSavedState
 

G

generateDefaultLayoutParams() - Method in class com.azoft.carousellayoutmanager.CarouselLayoutManager
 
getCardOffsetByPositionDiff(float) - Method in class com.azoft.carousellayoutmanager.CarouselLayoutManager
Called during CarouselLayoutManager.fillData(RecyclerView.Recycler, RecyclerView.State, boolean) to calculate item offset from layout center line.
getCenterItemPosition() - Method in class com.azoft.carousellayoutmanager.CarouselLayoutManager
 
getHeightNoPadding() - Method in class com.azoft.carousellayoutmanager.CarouselLayoutManager
 
getMaxVisibleItems() - Method in class com.azoft.carousellayoutmanager.CarouselLayoutManager
 
getOffsetCenterView() - Method in class com.azoft.carousellayoutmanager.CarouselLayoutManager
 
getOffsetForCurrentView(View) - Method in class com.azoft.carousellayoutmanager.CarouselLayoutManager
 
getOrientation() - Method in class com.azoft.carousellayoutmanager.CarouselLayoutManager
 
getScrollItemSize() - Method in class com.azoft.carousellayoutmanager.CarouselLayoutManager
 
getWidthNoPadding() - Method in class com.azoft.carousellayoutmanager.CarouselLayoutManager
 

H

HORIZONTAL - Static variable in class com.azoft.carousellayoutmanager.CarouselLayoutManager
 

I

initCenterItemListener(DefaultChildSelectionListener.OnCenterItemClickListener, RecyclerView, CarouselLayoutManager) - Static method in class com.azoft.carousellayoutmanager.DefaultChildSelectionListener
 
INVALID_POSITION - Static variable in class com.azoft.carousellayoutmanager.CarouselLayoutManager
 
ItemTransformation - Class in com.azoft.carousellayoutmanager
 
ItemTransformation(float, float, float, float) - Constructor for class com.azoft.carousellayoutmanager.ItemTransformation
 

M

MAX_VISIBLE_ITEMS - Static variable in class com.azoft.carousellayoutmanager.CarouselLayoutManager
 

O

onAdapterChanged(RecyclerView.Adapter, RecyclerView.Adapter) - Method in class com.azoft.carousellayoutmanager.CarouselLayoutManager
 
onBackItemClicked(RecyclerView, CarouselLayoutManager, View) - Method in class com.azoft.carousellayoutmanager.CarouselChildSelectionListener
 
onBackItemClicked(RecyclerView, CarouselLayoutManager, View) - Method in class com.azoft.carousellayoutmanager.DefaultChildSelectionListener
 
onCenterItemChanged(int) - Method in interface com.azoft.carousellayoutmanager.CarouselLayoutManager.OnCenterItemSelectionListener
Listener that will be called on every change of center item.
onCenterItemClicked(RecyclerView, CarouselLayoutManager, View) - Method in class com.azoft.carousellayoutmanager.CarouselChildSelectionListener
 
onCenterItemClicked(RecyclerView, CarouselLayoutManager, View) - Method in class com.azoft.carousellayoutmanager.DefaultChildSelectionListener
 
onCenterItemClicked(RecyclerView, CarouselLayoutManager, View) - Method in interface com.azoft.carousellayoutmanager.DefaultChildSelectionListener.OnCenterItemClickListener
 
onLayoutChildren(RecyclerView.Recycler, RecyclerView.State) - Method in class com.azoft.carousellayoutmanager.CarouselLayoutManager
 
onMeasure(RecyclerView.Recycler, RecyclerView.State, int, int) - Method in class com.azoft.carousellayoutmanager.CarouselLayoutManager
 
onRestoreInstanceState(Parcelable) - Method in class com.azoft.carousellayoutmanager.CarouselLayoutManager
 
onSaveInstanceState() - Method in class com.azoft.carousellayoutmanager.CarouselLayoutManager
 
onScrollStateChanged(RecyclerView, int) - Method in class com.azoft.carousellayoutmanager.CenterScrollListener
 

R

removeOnItemSelectionListener(CarouselLayoutManager.OnCenterItemSelectionListener) - Method in class com.azoft.carousellayoutmanager.CarouselLayoutManager
 

S

scrollBy(int, RecyclerView.Recycler, RecyclerView.State) - Method in class com.azoft.carousellayoutmanager.CarouselLayoutManager
scrollHorizontallyBy(int, RecyclerView.Recycler, RecyclerView.State) - Method in class com.azoft.carousellayoutmanager.CarouselLayoutManager
 
scrollToPosition(int) - Method in class com.azoft.carousellayoutmanager.CarouselLayoutManager
 
scrollVerticallyBy(int, RecyclerView.Recycler, RecyclerView.State) - Method in class com.azoft.carousellayoutmanager.CarouselLayoutManager
 
setMaxVisibleItems(int) - Method in class com.azoft.carousellayoutmanager.CarouselLayoutManager
Setup maximum visible (layout) items on each side of the center item.
setPostLayoutListener(CarouselLayoutManager.PostLayoutListener) - Method in class com.azoft.carousellayoutmanager.CarouselLayoutManager
Setup CarouselLayoutManager.PostLayoutListener for this LayoutManager.
smoothScrollToPosition(RecyclerView, RecyclerView.State, int) - Method in class com.azoft.carousellayoutmanager.CarouselLayoutManager
 

T

transformChild(View, float, int) - Method in interface com.azoft.carousellayoutmanager.CarouselLayoutManager.PostLayoutListener
Called after child layout finished.
transformChild(View, float, int) - Method in class com.azoft.carousellayoutmanager.CarouselZoomPostLayoutListener
 

V

VERTICAL - Static variable in class com.azoft.carousellayoutmanager.CarouselLayoutManager
 

W

writeToParcel(Parcel, int) - Method in class com.azoft.carousellayoutmanager.CarouselLayoutManager.CarouselSavedState
 
A C D G H I M O R S T V W 
Skip navigation links