Searched refs:single (Results 1 - 25 of 47) sorted by relevance

12

/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/tests/src/androidx/media/filterfw/samples/simplecamera/
H A DImageGoodnessFilterTest.java41 FrameValue sharpnessFrame = createFrame(FrameType.single(), new int[] { 1 }).
44 FrameValue oEFrame = createFrame(FrameType.single(), new int[] { 1 }).asFrameValue();
46 FrameValue uEFrame = createFrame(FrameType.single(), new int[] { 1 }).asFrameValue();
48 FrameValue colorFrame = createFrame(FrameType.single(), new int[] { 1 }).asFrameValue();
50 FrameValue contrastFrame = createFrame(FrameType.single(), new int[] { 1 }).asFrameValue();
69 FrameValue sharpnessFrame = createFrame(FrameType.single(), new int[] { 1 }).
72 FrameValue oEFrame = createFrame(FrameType.single(), new int[] { 1 }).asFrameValue();
74 FrameValue uEFrame = createFrame(FrameType.single(), new int[] { 1 }).asFrameValue();
76 FrameValue colorFrame = createFrame(FrameType.single(), new int[] { 1 }).asFrameValue();
78 FrameValue contrastFrame = createFrame(FrameType.single(), ne
[all...]
H A DAverageFilterTest.java33 FrameValue frame = createFrame(FrameType.single(), new int[] { 1 }).asFrameValue();
44 FrameValue frame = createFrame(FrameType.single(), new int[] { 1 }).asFrameValue();
H A DIfElseFilterTest.java68 FrameValue conditionFrame = createFrame(FrameType.single(boolean.class), new int[] {1}).
100 FrameValue conditionFrame = createFrame(FrameType.single(boolean.class), new int[] {1}).
/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/
H A DResizeFilter.java35 .addInputPort("outputWidth", Signature.PORT_OPTIONAL, FrameType.single(int.class))
36 .addInputPort("outputHeight", Signature.PORT_OPTIONAL, FrameType.single(int.class))
37 .addInputPort("useMipmaps", Signature.PORT_OPTIONAL, FrameType.single(boolean.class))
H A DToStringFilter.java35 .addInputPort("object", Signature.PORT_REQUIRED, FrameType.single())
36 .addOutputPort("string", Signature.PORT_REQUIRED, FrameType.single(String.class))
H A DNewChromaHistogramFilter.java60 .addInputPort("huebins", Signature.PORT_OPTIONAL, FrameType.single(int.class))
61 .addInputPort("saturationbins", Signature.PORT_OPTIONAL, FrameType.single(int.class))
63 FrameType.single(int.class))
64 .addInputPort("valuethreshold", Signature.PORT_OPTIONAL, FrameType.single(int.class))
H A DScaleFilter.java39 .addInputPort("scale", Signature.PORT_OPTIONAL, FrameType.single(float.class))
40 .addInputPort("useMipmaps", Signature.PORT_OPTIONAL, FrameType.single(boolean.class))
H A DThroughputFilter.java39 FrameType throughputType = FrameType.single(Throughput.class);
44 .addInputPort("period", Signature.PORT_OPTIONAL, FrameType.single(int.class))
H A DVariableSource.java43 .addOutputPort("value", Signature.PORT_REQUIRED, FrameType.single())
H A DRotateFilter.java45 .addInputPort("rotateAngle", Signature.PORT_REQUIRED, FrameType.single(float.class))
46 .addInputPort("sourceRect", Signature.PORT_OPTIONAL, FrameType.single(Quad.class))
H A DStatsFilter.java64 FrameType floatT = FrameType.single(float.class);
67 .addInputPort("cropRect", Signature.PORT_OPTIONAL, FrameType.single(Quad.class))
H A DBranchFilter.java44 .addInputPort("synchronized", Signature.PORT_OPTIONAL,FrameType.single(boolean.class))
H A DCropFilter.java53 .addInputPort("cropRect", Signature.PORT_REQUIRED, FrameType.single(Quad.class))
54 .addInputPort("outputWidth", Signature.PORT_OPTIONAL, FrameType.single(int.class))
55 .addInputPort("outputHeight", Signature.PORT_OPTIONAL, FrameType.single(int.class))
56 .addInputPort("useMipmaps", Signature.PORT_OPTIONAL, FrameType.single(boolean.class))
H A DNormFilter.java41 FrameType floatT = FrameType.single(float.class);
H A DTextViewTarget.java48 .addInputPort("text", Signature.PORT_REQUIRED, FrameType.single(String.class))
H A DValueTarget.java55 .addInputPort("value", Signature.PORT_REQUIRED, FrameType.single())
/frameworks/support/core/ktx/src/androidTest/java/androidx/core/text/
H A DSpannedStringTest.kt41 assertSame(bold, s.getSpans<StyleSpan>().single())
42 assertSame(underline, s.getSpans<UnderlineSpan>().single())
45 assertSame(bold, s.getSpans<Any>(0, 6).single())
46 assertSame(underline, s.getSpans<Any>(6, 12).single())
H A DSpannableStringBuilderTest.kt59 val boldSpan = spans.filterIsInstance<StyleSpan>().single()
77 val bold = spans.filterIsInstance<StyleSpan>().single()
95 val italic = spans.filterIsInstance<StyleSpan>().single()
113 val underline = spans.filterIsInstance<UnderlineSpan>().single()
130 val color = spans.filterIsInstance<ForegroundColorSpan>().single()
148 val color = spans.filterIsInstance<BackgroundColorSpan>().single()
166 val strikeThrough = spans.filterIsInstance<StrikethroughSpan>().single()
183 val scale = spans.filterIsInstance<RelativeSizeSpan>().single()
201 val superscript = spans.filterIsInstance<SuperscriptSpan>().single()
218 val subscript = spans.filterIsInstance<SubscriptSpan>().single()
[all...]
H A DSpannableStringTest.kt65 val bold = spans.filterIsInstance<StyleSpan>().single()
69 val underline = spans.filterIsInstance<UnderlineSpan>().single()
81 val bold = spans.filterIsInstance<StyleSpan>().single()
85 val underline = spans.filterIsInstance<UnderlineSpan>().single()
/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/packages/CarrierDefaultApp/
H A DAndroid.mk16 # This finds and builds the test apk as well, so a single make does both.
/frameworks/base/packages/WAPPushManager/
H A DAndroid.mk21 # This finds and builds the test apk as well, so a single make does both.
/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/samples/simplecamera/
H A DAverageFilter.java47 FrameType floatT = FrameType.single(float.class);
H A DFloatArrayToSizeFilter.java44 FrameType intT = FrameType.single(int.class);
H A DFloatArrayToStrFilter.java50 .addOutputPort("string", Signature.PORT_REQUIRED, FrameType.single(String.class))

Completed in 273 milliseconds

12