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

/frameworks/data-binding/library/src/main/java/android/databinding/
H A DViewDataBinding.java549 * @param numBindings The total number of ID'd views, views with expressions, and includes
552 * @return An array of size numBindings containing all Views in the hierarchy that have IDs
558 int numBindings, IncludedLayouts includes, SparseIntArray viewsWithIds) {
559 Object[] bindings = new Object[numBindings];
571 * @param numBindings The total number of ID'd views, views with expressions, and includes
574 * @return An array of size numBindings containing all Views in the hierarchy that have IDs
580 int numBindings, IncludedLayouts includes, SparseIntArray viewsWithIds) {
581 Object[] bindings = new Object[numBindings];
557 mapBindings(DataBindingComponent bindingComponent, View root, int numBindings, IncludedLayouts includes, SparseIntArray viewsWithIds) argument
579 mapBindings(DataBindingComponent bindingComponent, View[] roots, int numBindings, IncludedLayouts includes, SparseIntArray viewsWithIds) argument
/frameworks/data-binding/prebuilds/1.0-rc0/
H A Ddatabinding-studio-bundle.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/databinding/ android/databinding/Bindable.class Bindable. ...

Completed in 27 milliseconds