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

/frameworks/support/v17/leanback/src/android/support/v17/leanback/widget/
H A DItemAlignmentFacet.java29 * ItemAlignmentFacet contains single or multiple {@link ItemAlignmentDef}s. First
30 * {@link ItemAlignmentDef} describes the default alignment position for ViewHolder, it also
32 * {@link HorizontalGridView}. When there are multiple {@link ItemAlignmentDef}s, the extra
33 * {@link ItemAlignmentDef}s are used to calculate deltas from first alignment position. When a
35 * ancestors till the root of ViewHolder to match extra {@link ItemAlignmentDef}s'
36 * {@link ItemAlignmentDef#getItemAlignmentViewId()}. Once a match found, the
37 * {@link ItemAlignmentDef} is used to adjust a scroll delta from default alignment position.
49 public static class ItemAlignmentDef { class in class:ItemAlignmentFacet
162 private ItemAlignmentDef[] mAlignmentDefs = new ItemAlignmentDef[]{ne
[all...]

Completed in 37 milliseconds