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

GridSetSelectionStackFromBottom

public class GridSetSelectionStackFromBottom extends com.android.frameworktest.util.GridScenario
Basic 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);