- onAdapterChanged(RecyclerView.Adapter, RecyclerView.Adapter) - Method in class com.gtomato.android.ui.manager.CarouselLayoutManager
-
- onAttach(CarouselLayoutManager) - Method in class com.gtomato.android.ui.transformer.CoverFlowViewTransformer
-
- onAttach(CarouselLayoutManager) - Method in class com.gtomato.android.ui.transformer.FlatMerryGoRoundTransformer
-
- onAttach(CarouselLayoutManager) - Method in class com.gtomato.android.ui.transformer.ImmutableTransformer
-
- onAttach(CarouselLayoutManager) - Method in class com.gtomato.android.ui.transformer.InverseTimeMachineViewTransformer
-
- onAttach(CarouselLayoutManager) - Method in class com.gtomato.android.ui.transformer.ParameterizableViewTransformer
-
- onAttach(CarouselLayoutManager) - Method in class com.gtomato.android.ui.transformer.TimeMachineViewTransformer
-
- onAttach(CarouselLayoutManager) - Method in interface com.gtomato.android.ui.widget.CarouselView.ViewTransformer
-
Called when attaching the transformer to a CarouselLayoutManager.
- onAttachedToWindow(RecyclerView) - Method in class com.gtomato.android.ui.manager.CarouselLayoutManager
-
- onAttachedToWindow() - Method in class com.gtomato.android.ui.widget.CarouselView
-
- onDetachedFromWindow(RecyclerView, RecyclerView.Recycler) - Method in class com.gtomato.android.ui.manager.CarouselLayoutManager
-
- onFling(CarouselView) - Method in class com.gtomato.android.ui.widget.CarouselView.OnScrollListener
-
Callback method to be invoked when CarouselView is animating to a final position while not under outside control.
- onItemClick(RecyclerView.Adapter, View, int, int) - Method in interface com.gtomato.android.ui.widget.CarouselView.OnItemClickListener
-
Callback method to be invoked when an item in CarouselView has been clicked.
- onItemDeselected(CarouselView, int, int, RecyclerView.Adapter) - Method in interface com.gtomato.android.ui.widget.CarouselView.OnItemSelectedListener
-
Callback method to be invoked when the item changes from selected state to a non-selected state.
- onItemsAdded(RecyclerView, int, int) - Method in class com.gtomato.android.ui.manager.CarouselLayoutManager
-
- onItemsChanged(RecyclerView) - Method in class com.gtomato.android.ui.manager.CarouselLayoutManager
-
- onItemSelected(CarouselView, int, int, RecyclerView.Adapter) - Method in interface com.gtomato.android.ui.widget.CarouselView.OnItemSelectedListener
-
Callback method to be invoked when the item is selected or **reselected**.
- onItemsMoved(RecyclerView, int, int, int) - Method in class com.gtomato.android.ui.manager.CarouselLayoutManager
-
- onItemsRemoved(RecyclerView, int, int) - Method in class com.gtomato.android.ui.manager.CarouselLayoutManager
-
- onItemsUpdated(RecyclerView, int, int) - Method in class com.gtomato.android.ui.manager.CarouselLayoutManager
-
- onLayoutChildren(RecyclerView.Recycler, RecyclerView.State) - Method in class com.gtomato.android.ui.manager.CarouselLayoutManager
-
Major layout pass to layout children views.
- onMeasure(RecyclerView.Recycler, RecyclerView.State, int, int) - Method in class com.gtomato.android.ui.manager.CarouselLayoutManager
-
- onMeasure(int, int) - Method in class com.gtomato.android.ui.widget.CarouselView
-
- onRestoreInstanceState(Parcelable) - Method in class com.gtomato.android.ui.manager.CarouselLayoutManager
-
- onSaveInstanceState() - Method in class com.gtomato.android.ui.manager.CarouselLayoutManager
-
- onScrollBegin(CarouselView) - Method in class com.gtomato.android.ui.widget.CarouselView.OnScrollListener
-
Callback method to be invoked when CarouselView is being dragged by outside input such as user touch input.
- onScrolled(CarouselView, int, int) - Method in class com.gtomato.android.ui.widget.CarouselView.OnScrollListener
-
Callback method to be invoked when the CarouselView has been scrolled.
- onScrolled(CarouselView, int, int, float) - Method in class com.gtomato.android.ui.widget.CarouselView.OnScrollListener
-
Callback method to be invoked when the CarouselView has been scrolled.
- onScrollEnd(CarouselView) - Method in class com.gtomato.android.ui.widget.CarouselView.OnScrollListener
-
Callback method to be invoked when CarouselView stops scrolling.
- OnScrollListener() - Constructor for class com.gtomato.android.ui.widget.CarouselView.OnScrollListener
-
- onScrollStateChanged(CarouselView, int) - Method in class com.gtomato.android.ui.widget.CarouselView.OnScrollListener
-
Callback method to be invoked when CarouselView's scroll state changes.
- onTouchEvent(MotionEvent) - Method in class com.gtomato.android.ui.widget.CarouselView
-