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

/frameworks/base/core/java/android/app/
H A DActivityTransitionCoordinator.java399 * Looks through the transition to see which Views have been included and which have been
400 * excluded. {@code views} will be modified to contain only those Views that are included
409 ArraySet<View> included = new ArraySet<>();
410 findIncludedViews(transition, views, included);
412 views.addAll(included);
416 * Looks through the transition to see which Views have been included. Only {@code views}
422 * @param included Modified to contain all Views in views that have at least one Transition
426 ArraySet<View> included) {
439 findIncludedViews(set.getTransitionAt(i), includedViews, included);
446 included
425 findIncludedViews(Transition transition, ArrayList<View> views, ArraySet<View> included) argument
[all...]
/frameworks/data-binding/extensions/library/src/main/java/android/databinding/
H A DViewDataBinding.java562 * included layouts.
972 * included layouts.
1054 final View[] included = new View[includeCount];
1056 included[j] = viewGroup.getChildAt(i + j);
1058 bindings[index] = DataBindingUtil.bind(bindingComponent, included,
1073 IncludedLayouts included, int includedIndex) {
1077 final String[] layouts = included.layouts[includedIndex];
1325 * included layouts contained in the bound layout. This class is an implementation
1350 * in included Bindings.
1072 findIncludeIndex(String tag, int minInclude, IncludedLayouts included, int includedIndex) argument

Completed in 113 milliseconds