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

/frameworks/support/leanback/src/main/java/androidx/leanback/widget/
H A DItemAlignmentFacet.java27 * ItemAlignmentFacet contains single or multiple {@link ItemAlignmentDef}s. First
28 * {@link ItemAlignmentDef} describes the default alignment position for ViewHolder, it also
31 * ItemAlignmentFacet can have multiple {@link ItemAlignmentDef}s, e.g. having two aligned positions
33 * ancestors till the root of ViewHolder to match {@link ItemAlignmentDef}s'
34 * {@link ItemAlignmentDef#getItemAlignmentFocusViewId()}. Once a match found, the
35 * {@link ItemAlignmentDef} is used to calculate alignment position.
47 public static class ItemAlignmentDef { class in class:ItemAlignmentFacet
129 * {@link ItemAlignmentDef}s, one with view id R.id.child1, the other with view id
144 * {@link ItemAlignmentDef}s, one with view id R.id.child1, the other with view id
187 private ItemAlignmentDef[] mAlignmentDef
[all...]

Completed in 45 milliseconds