-
- All Implemented Interfaces:
-
androidx.viewpager2.widget.ViewPager2.PageTransformer
public class ScaleInTransformer implements ViewPager2.PageTransformer
-
-
Field Summary
Fields Modifier and Type Field Description public final static floatDEFAULT_MIN_SCALEpublic final static floatDEFAULT_CENTER
-
Constructor Summary
Constructors Constructor Description ScaleInTransformer(float minScale)ScaleInTransformer()
-
Method Summary
Modifier and Type Method Description voidtransformPage(@NonNull() View view, float position)-
-
Method Detail
-
transformPage
void transformPage(@NonNull() View view, float position)
-
-
-
-