FileDocCategorySizeDatePackage
GridStackFromBottomMany.javaAPI DocAndroid 1.5 API1227Wed May 06 22:42:02 BST 2009com.android.frameworktest.gridview

GridStackFromBottomMany

public class GridStackFromBottomMany extends com.android.frameworktest.util.GridScenario
Basic bottom stacking from bottom scenario, nothing fancy. The grid items do not fit on the screen (to exercise scrolling.)

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

        params.setStackFromBottom(true)
                .setStartingSelectionPosition(-1)
                .setMustFillScreen(false)
                .setNumItems(54)
                .setNumColumns(4)
                .setItemScreenSizeFactor(0.12);