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

GridStackFromBottom

public class GridStackFromBottom extends com.android.frameworktest.util.GridScenario
Basic bottom stacking from bottom scenario, nothing fancy. Items do not fill the screen

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

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