Home
last modified time | relevance | path

Searched refs:FILL (Results 1 – 25 of 108) sorted by relevance

12345

/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/avrcpcontroller/bip/
DBipTransformationTest.java42 Assert.assertFalse(trans.isSupported(BipTransformation.FILL)); in testAddTransformation()
48 Assert.assertFalse(trans.isSupported(BipTransformation.FILL)); in testAddTransformation()
58 Assert.assertFalse(trans.isSupported(BipTransformation.FILL)); in testAddExistingTransformation()
64 Assert.assertFalse(trans.isSupported(BipTransformation.FILL)); in testAddExistingTransformation()
87 Assert.assertFalse(trans.isSupported(BipTransformation.FILL)); in testRemoveOnlyTransformation()
93 Assert.assertFalse(trans.isSupported(BipTransformation.FILL)); in testRemoveOnlyTransformation()
105 Assert.assertFalse(trans.isSupported(BipTransformation.FILL)); in testRemoveOneTransformation()
111 Assert.assertFalse(trans.isSupported(BipTransformation.FILL)); in testRemoveOneTransformation()
123 Assert.assertFalse(trans.isSupported(BipTransformation.FILL)); in testRemoveInvalidTransformation()
132 trans.removeTransformation(BipTransformation.FILL); in testRemoveUnsupportedTransformation()
[all …]
DBipImageDescriptorTest.java133 builder.setTransformation(BipTransformation.FILL); in testBuildImageDescriptor_transformationConstantFill()
152 builder.setTransformation(BipTransformation.FILL); in testBuildImageDescriptor_transformationConstantCropThenFill()
204 builder.setTransformation(BipTransformation.FILL); in testBuildImageDescriptor_allButSize()
DBipImageFormatTest.java87 trans.addTransformation(BipTransformation.FILL); in testParseVariant_withTransformation()
111 trans.addTransformation(BipTransformation.FILL); in testParseVariant_allFields()
202 BipTransformation.FILL in testCreateVariant_withTransformations()
247 BipTransformation.FILL in testCreateVariant_allFields()
/packages/modules/NeuralNetworks/runtime/test/generated/spec_V1_3/
Dfill.example.cpp44 .type = TestOperationType::FILL, in get_test_model_1d()
101 .type = TestOperationType::FILL, in get_test_model_1d_float16()
158 .type = TestOperationType::FILL, in get_test_model_1d_int32()
215 .type = TestOperationType::FILL, in get_test_model_3d()
272 .type = TestOperationType::FILL, in get_test_model_3d_float16()
329 .type = TestOperationType::FILL, in get_test_model_3d_int32()
386 .type = TestOperationType::FILL, in get_test_model_5d()
443 .type = TestOperationType::FILL, in get_test_model_5d_float16()
500 .type = TestOperationType::FILL, in get_test_model_5d_int32()
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/avrcpcontroller/bip/
DBipTransformation.java42 public static final int FILL = 1; field in BipTransformation
62 addTransformation(FILL); in BipTransformation()
159 if (isSupported(FILL)) { in toString()
/packages/apps/LegacyCamera/src/com/android/camera/panorama/
DPanoProgressBar.java52 mDoneAreaPaint.setStyle(Paint.Style.FILL); in PanoProgressBar()
55 mBackgroundPaint.setStyle(Paint.Style.FILL); in PanoProgressBar()
58 mIndicatorPaint.setStyle(Paint.Style.FILL); in PanoProgressBar()
/packages/apps/Camera2/src/com/android/camera/
DPanoProgressBar.java55 mDoneAreaPaint.setStyle(Paint.Style.FILL); in PanoProgressBar()
58 mBackgroundPaint.setStyle(Paint.Style.FILL); in PanoProgressBar()
61 mIndicatorPaint.setStyle(Paint.Style.FILL); in PanoProgressBar()
DTextureViewHelper.java276 transform.setRectToRect(surfaceDimensions, desiredBounds, Matrix.ScaleToFit.FILL);
294 transform.setRectToRect(rotatedRect, desiredBounds, Matrix.ScaleToFit.FILL);
298 transform.setRectToRect(normalRect, desiredBounds, Matrix.ScaleToFit.FILL);
302 transform.setRectToRect(rotatedRect, desiredBounds, Matrix.ScaleToFit.FILL);
307 transform.setRectToRect(normalRect, desiredBounds, Matrix.ScaleToFit.FILL);
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/colorpicker/
DColorRectView.java80 mDotPaint.setStyle(Paint.Style.FILL); in ColorRectView()
83 mWheelPaint1.setStyle(Paint.Style.FILL); in ColorRectView()
84 mWheelPaint2.setStyle(Paint.Style.FILL); in ColorRectView()
85 mWheelPaint3.setStyle(Paint.Style.FILL); in ColorRectView()
DColorCompareView.java68 mBarPaint1.setStyle(Paint.Style.FILL); in ColorCompareView()
69 mOrigBarPaint1.setStyle(Paint.Style.FILL); in ColorCompareView()
DColorValueView.java68 mDotPaint.setStyle(Paint.Style.FILL); in ColorValueView()
71 mBarPaint1.setStyle(Paint.Style.FILL); in ColorValueView()
DColorBrightnessView.java73 mDotPaint.setStyle(Paint.Style.FILL); in ColorBrightnessView()
77 mBarPaint1.setStyle(Paint.Style.FILL); in ColorBrightnessView()
DColorOpacityView.java71 mDotPaint.setStyle(Paint.Style.FILL); in ColorOpacityView()
77 mBarPaint1.setStyle(Paint.Style.FILL); in ColorOpacityView()
DColorSaturationView.java73 mDotPaint.setStyle(Paint.Style.FILL); in ColorSaturationView()
77 mBarPaint1.setStyle(Paint.Style.FILL); in ColorSaturationView()
DColorSVRectView.java73 mDotPaint.setStyle(Paint.Style.FILL); in ColorSVRectView()
81 mPaint1.setStyle(Paint.Style.FILL); in ColorSVRectView()
/packages/apps/TV/tuner/src/com/android/tv/tuner/exoplayer/text/
DSubtitleView.java279 paint.setStyle(Style.FILL); in onDraw()
311 textPaint.setStyle(Style.FILL); in onDraw()
318 textPaint.setStyle(Style.FILL); in onDraw()
/packages/apps/Calendar/src/com/android/calendar/month/
DSimpleWeekView.kt242 p.setStyle(Style.FILL) in initView()
248 mMonthNumPaint.setStyle(Style.FILL) in initView()
327 p.setStyle(Style.FILL) in drawBackground()
354 p.setStyle(Style.FILL) in drawWeekNums()
/packages/apps/Launcher3/src/com/android/launcher3/popup/
DRoundedArrowDrawable.java66 mPaint.setStyle(Paint.Style.FILL); in RoundedArrowDrawable()
96 mPaint.setStyle(Paint.Style.FILL); in RoundedArrowDrawable()
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/imageshow/
DEclipseControl.java198 paint.setStyle(Paint.Style.FILL); in paintGrayPoint()
215 paint.setStyle(Paint.Style.FILL); in paintPoint()
269 paint.setStyle(Paint.Style.FILL); in paintOvallines()
/packages/apps/EmergencyInfo/EmergencyGestureAction/src/com/android/emergency/widgets/countdown/
DLoopingAnimationThread.java82 mBackgroundPaint.setStyle(Paint.Style.FILL); in LoopingAnimationThread()
90 mLoopHeadPaint.setStyle(Paint.Style.FILL); in LoopingAnimationThread()
/packages/apps/DeskClock/src/com/android/deskclock/widget/
DCircleView.kt239 when (absoluteGravity and Gravity.FILL) { in applyGravity()
240 Gravity.FILL -> radius = min(width, height) / 2.0f in applyGravity()
/packages/apps/Launcher3/src/com/android/launcher3/folder/
DPreviewBackground.java256 mPaint.setStyle(Paint.Style.FILL); in drawBackground()
277 mPaint.setStyle(Paint.Style.FILL); in drawShadow()
367 mPaint.setStyle(Paint.Style.FILL); in drawLeaveBehind()
/packages/apps/TvSystemUI/src/com/android/systemui/tv/privacy/
DPrivacyChipDrawable.java74 mChipPaint.setStyle(Paint.Style.FILL); in PrivacyChipDrawable()
79 mBgPaint.setStyle(Paint.Style.FILL); in PrivacyChipDrawable()
/packages/apps/Settings/src/com/android/settings/biometrics/fingerprint2/ui/enrollment/modules/enrolling/udfps/ui/widget/
DUdfpsEnrollIconV2.kt92 style = Paint.Style.FILL in <lambda>()
99 style = Paint.Style.FILL in <lambda>()
/packages/modules/NeuralNetworks/runtime/test/android_fuzzing/corpus/
Dseed06048 type: FILL

12345