Searched defs:Picker (Results 1 - 1 of 1) sorted by relevance

/frameworks/support/v17/leanback/src/android/support/v17/leanback/widget/picker/
H A DPicker.java39 * Picker is a widget showing multiple customized {@link PickerColumn}s. The PickerColumns are
44 * Picker has two states and will change height:
45 * <li>{@link #isActivated()} is true: Picker shows typically three items vertically (see
47 * shows one item if the Picker is focused. On a touch screen device, the Picker will not get focus
48 * so it always show three items on all columns. On a non-touch device (a TV), the Picker will show
49 * three items only on currently activated column. If the Picker has focus, it will intercept DPAD
51 * <li>{@link #isActivated()} is false: Picker shows one item vertically (see
52 * {@link #getVisibleItemCount()}) on all columns. The size of Picker shrinks.
54 public class Picker extend class in inherits:FrameLayout
132 public Picker(Context context, AttributeSet attrs, int defStyleAttr) { method in class:Picker
[all...]

Completed in 73 milliseconds