protected static class ViewDataBinding.IncludedLayouts
extends java.lang.Object
ViewDataBinding
to track the
included layouts contained in the bound layout. This class is an implementation
detail of how binding expressions are mapped to Views after inflation.Modifier and Type | Field and Description |
---|---|
int[][] |
indexes |
int[][] |
layoutIds |
java.lang.String[][] |
layouts |
Constructor and Description |
---|
ViewDataBinding.IncludedLayouts(int bindingCount) |
Modifier and Type | Method and Description |
---|---|
void |
setIncludes(int index,
java.lang.String[] layouts,
int[] indexes,
int[] layoutIds) |