Searched refs:matching (Results 1 - 6 of 6) sorted by relevance

/frameworks/data-binding/compiler/src/main/java/android/databinding/tool/reflection/
H A DModelClass.java246 ArrayList<ModelMethod> matching = new ArrayList<ModelMethod>();
250 matching.add(method);
253 return matching.toArray(new ModelMethod[matching.size()]);
265 ArrayList<ModelMethod> matching = new ArrayList<ModelMethod>();
270 matching.add(method);
273 return matching.toArray(new ModelMethod[matching.size()]);
279 * will be returned. If no matching method was found, null is returned.
454 ArrayList<ModelMethod> matching
[all...]
/frameworks/base/services/core/java/com/android/server/
H A DIntentResolver.java147 private ArrayList<F> collectFilters(F[] array, IntentFilter matching) { argument
155 if (filterEquals(cur, matching)) {
166 public ArrayList<F> findFilters(IntentFilter matching) { argument
167 if (matching.countDataSchemes() == 1) {
169 return collectFilters(mSchemeToFilter.get(matching.getDataScheme(0)), matching);
170 } else if (matching.countDataTypes() != 0 && matching.countActions() == 1) {
172 return collectFilters(mTypedActionToFilter.get(matching.getAction(0)), matching);
[all...]
/frameworks/data-binding/compiler/src/main/java/android/databinding/tool/store/
H A DSetterStore.java388 ArrayList<MultiAttributeSetter> matching = getMatchingMultiAttributeSetters(attributes,
390 Collections.sort(matching, COMPARE_MULTI_ATTRIBUTE_SETTERS);
391 while (!matching.isEmpty()) {
392 MultiAttributeSetter bestMatch = matching.get(0);
394 removeConsumedAttributes(matching, bestMatch.attributes);
400 private static void removeConsumedAttributes(ArrayList<MultiAttributeSetter> matching, argument
402 for (int i = matching.size() - 1; i >= 0; i--) {
403 final MultiAttributeSetter setter = matching.get(i);
412 matching.remove(i);
/frameworks/base/packages/DocumentsUI/src/com/android/documentsui/
H A DRootsCache.java185 // previously cached values for non-matching packages.
353 final List<RootInfo> matching = Lists.newArrayList();
392 matching.add(root);
394 return matching;
/frameworks/rs/api/
H A Drs_graphics.spec359 operate on the texture bound at the matching slot.
376 matching slot.
/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 151 milliseconds