Searched defs:any (Results 1 - 1 of 1) 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.

Completed in 50 milliseconds