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

/frameworks/data-binding/extensions/library/src/main/java/android/databinding/
H A DViewDataBinding.java557 * @param numBindings The total number of ID'd views, views with expressions, and includes
560 * @return An array of size numBindings containing all Views in the hierarchy that have IDs
566 int numBindings, IncludedLayouts includes, SparseIntArray viewsWithIds) {
567 Object[] bindings = new Object[numBindings];
897 * @param numBindings The total number of ID'd views, views with expressions, and includes
900 * @return An array of size numBindings containing all Views in the hierarchy that have IDs
906 int numBindings, IncludedLayouts includes, SparseIntArray viewsWithIds) {
907 Object[] bindings = new Object[numBindings];
565 mapBindings(DataBindingComponent bindingComponent, View root, int numBindings, IncludedLayouts includes, SparseIntArray viewsWithIds) argument
905 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 193 milliseconds