Searched defs:any (Results 1 - 4 of 4) sorted by relevance

/frameworks/base/core/java/com/android/internal/util/
H A DCollectionUtils.java150 public static <T> boolean any(@Nullable List<T> items, method in class:CollectionUtils
/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/
H A DFrameType.java48 * Finally, it is possible to create a wild-card type with the {@link #any()} constructor. This
49 * type matches any other type. Note, that this is a more general type than a {@code single(Object)}
50 * type that matches only object-base types (of any Object subclass). You may also specify the
51 * leave the element of any type unspecified by using the {@code ELEMENT_DONTCARE} constant.
116 * Constructs a wild-card FrameType that matches any other FrameType.
119 public static FrameType any() { method in class:FrameType
124 * Constructs an object-based single FrameType that matches object-based FrameTypes of any
142 * Constructs an object-based array FrameType that matches object-based FrameTypes of any class.
/frameworks/base/core/java/android/widget/
H A DTimePickerClockDelegate.java760 static private int lastIndexOfAny(String str, char[] any) { argument
761 final int lengthAny = any.length;
766 if (c == any[j]) {
/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 4897 milliseconds