-
public final class CarouselView.Holder extends RecyclerView.ViewHolder
-
-
Field Summary
Fields Modifier and Type Field Description private final FrameLayoutframeLayoutprivate final Carouselcarouselprivate final ViewitemViewprivate final WeakReference<RecyclerView>mNestedRecyclerViewprivate final IntegermPositionprivate final IntegermOldPositionprivate final LongmItemIdprivate final IntegermItemViewTypeprivate final IntegermPreLayoutPositionprivate final RecyclerView.ViewHoldermShadowedHolderprivate final RecyclerView.ViewHoldermShadowingHolderprivate final IntegermFlagsprivate final List<Object>mPayloadsprivate final List<Object>mUnmodifiedPayloadsprivate final RecyclerView.RecyclermScrapContainerprivate final BooleanmInChangeScrapprivate final IntegermPendingAccessibilityStateprivate final RecyclerViewmOwnerRecyclerViewprivate final RecyclerView.Adapter<out RecyclerView.ViewHolder>mBindingAdapter
-
Constructor Summary
Constructors Constructor Description CarouselView.Holder(FrameLayout frameLayout, Carousel carousel)
-
Method Summary
Modifier and Type Method Description final FrameLayoutgetFrameLayout()final CarouselgetCarousel()final Unitbind(Component component, Boolean isLast, Integer containerWidth, Integer space, Function1<PurchaselyView<?>, Unit> childCreated, Function1<Component, Unit> childClicked)-
Methods inherited from class io.purchasely.views.presentation.containers.CarouselView.Holder
addChangePayload, addFlags, clearOldPosition, clearPayload, clearReturnedFromScrapFlag, clearTmpDetachFlag, doesTransientStatePreventRecycling, flagRemovedAndOffsetPosition, getAbsoluteAdapterPosition, getAdapterPosition, getBindingAdapter, getBindingAdapterPosition, getItemId, getItemViewType, getLayoutPosition, getOldPosition, getPosition, getUnmodifiedPayloads, hasAnyOfTheFlags, isAdapterPositionUnknown, isAttachedToTransitionOverlay, isBound, isInvalid, isRecyclable, isRemoved, isScrap, isTmpDetached, isUpdated, needsUpdate, offsetPosition, onEnteredHiddenState, onLeftHiddenState, resetInternal, saveOldPosition, setFlags, setIsRecyclable, setScrapContainer, shouldBeKeptAsChild, shouldIgnore, stopIgnoring, toString, unScrap, wasReturnedFromScrap -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Constructor Detail
-
CarouselView.Holder
CarouselView.Holder(FrameLayout frameLayout, Carousel carousel)
-
-
Method Detail
-
getFrameLayout
final FrameLayout getFrameLayout()
-
getCarousel
final Carousel getCarousel()
-
-
-
-