FileDocCategorySizeDatePackage
ListOfShortTallShort.javaAPI DocAndroid 1.5 API1045Wed May 06 22:42:02 BST 2009com.android.frameworktest.listview

ListOfShortTallShort

public class ListOfShortTallShort extends com.android.frameworktest.util.ListScenario
Two short items separated by one that is taller than the screen.

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

        params.setItemScreenSizeFactor(1.0 / 8)
                .setNumItems(3)
                .setPositionScreenSizeFactorOverride(1, 1.2);