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

/frameworks/base/core/java/android/hardware/camera2/utils/
H A DListUtils.java39 * Return {@code true} if the {@code list} is only a single element equal to
40 * {@code single}.
42 public static <T> boolean listElementsEqualTo(List<T> list, T single) { argument
47 return (list.size() == 1 && list.contains(single));
/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/
H A DFrameType.java39 * have the option of either specifying a type that represents a single object of that class, or
40 * an array of objects (see the {@link #single()} and {@link #array()} constructors). A single
49 * type matches any other type. Note, that this is a more general type than a {@code single(Object)}
70 * For convenience, single and array object-based types are compatible with one another. This
71 * in turn means that Frames with a single object can be accessed as an array with a single entry,
72 * and array based Frames can be accessed as a single object of the array class. For this reason
76 * TODO: This needs to be reworked. An array(int) should not be interchangeable with a single(int),
77 * but rather with a single(in
128 public static FrameType single() { method in class:FrameType
137 public static FrameType single(Class<?> clazz) { method in class:FrameType
[all...]
/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 1459 milliseconds