FileDocCategorySizeDatePackage
ListWithOffScreenNextSelectable.javaAPI DocAndroid 5.1 API1210Thu Mar 12 22:22:12 GMT 2015android.widget.listview

ListWithOffScreenNextSelectable

public class ListWithOffScreenNextSelectable extends android.util.ListScenario
Pressing down from position 0 requires looking past positions 1, 2 and 3 to an offscreen item to know that it is the next selectable.

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

        params.setItemsFocusable(false)
                .setNumItems(5)
                .setItemScreenSizeFactor(0.25)
                .setPositionUnselectable(1)
                .setPositionUnselectable(2)
                .setPositionUnselectable(3);