Package com.nasmedia.nstation.common
Class RVPagerSnapFancyDecorator
- java.lang.Object
-
- androidx.recyclerview.widget.RecyclerView.ItemDecoration
-
- com.nasmedia.nstation.common.RVPagerSnapFancyDecorator
-
public class RVPagerSnapFancyDecorator extends androidx.recyclerview.widget.RecyclerView.ItemDecoration
-
-
Constructor Summary
Constructors Constructor Description RVPagerSnapFancyDecorator(int totalWidth, int itemWidth, float itemPeekingPercent)RVPagerSnapFancyDecorator(Context context, int itemWidth, float itemPeekingPercent)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidgetItemOffsets(Rect outRect, View view, androidx.recyclerview.widget.RecyclerView recyclerView, androidx.recyclerview.widget.RecyclerView.State state)
-
-
-
Constructor Detail
-
RVPagerSnapFancyDecorator
public RVPagerSnapFancyDecorator(Context context, int itemWidth, float itemPeekingPercent)
-
RVPagerSnapFancyDecorator
public RVPagerSnapFancyDecorator(int totalWidth, int itemWidth, float itemPeekingPercent)
-
-
Method Detail
-
getItemOffsets
public void getItemOffsets(@NonNull Rect outRect, @NonNull View view, @NonNull androidx.recyclerview.widget.RecyclerView recyclerView, @NonNull androidx.recyclerview.widget.RecyclerView.State state)- Overrides:
getItemOffsetsin classandroidx.recyclerview.widget.RecyclerView.ItemDecoration
-
-