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

/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.java804 static private int lastIndexOfAny(String str, char[] any) { argument
805 final int lengthAny = any.length;
810 if (c == any[j]) {
1172 // The root of the tree doesn't contain any numbers.
/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 74 milliseconds