FileDocCategorySizeDatePackage
ListOfShortShortTallShortShort.javaAPI DocAndroid 5.1 API1052Thu Mar 12 22:22:12 GMT 2015android.widget.listview

ListOfShortShortTallShortShort

public class ListOfShortShortTallShortShort extends android.util.ListScenario
Exposes fading in and out multiple items.

Fields Summary
Constructors Summary
Methods Summary
protected voidinit(Params params)

        params.setNumItems(5)
                .setItemScreenSizeFactor(0.1)
                .setFadingEdgeScreenSizeFactor(0.22)
                .setPositionScreenSizeFactorOverride(2, 1.1);