public class LottieViewPagerAdapter
extends PagerAdapter
| Constructor and Description |
|---|
LottieViewPagerAdapter(android.content.Context context,
double[] timeArray) |
| Modifier and Type | Method and Description |
|---|---|
void |
destroyItem(android.view.ViewGroup collection,
int position,
java.lang.Object view) |
int |
getCount() |
double[] |
getLottieTimeArray() |
java.lang.CharSequence |
getPageTitle(int position) |
java.lang.Object |
instantiateItem(android.view.ViewGroup collection,
int position) |
boolean |
isViewFromObject(android.view.View view,
java.lang.Object object) |
public LottieViewPagerAdapter(android.content.Context context,
double[] timeArray)
public int getCount()
public java.lang.CharSequence getPageTitle(int position)
public java.lang.Object instantiateItem(android.view.ViewGroup collection,
int position)
public void destroyItem(android.view.ViewGroup collection,
int position,
java.lang.Object view)
public boolean isViewFromObject(android.view.View view,
java.lang.Object object)
public double[] getLottieTimeArray()