/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/avrcpcontroller/bip/ |
D | BipTransformationTest.java | 42 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 …]
|
D | BipImageDescriptorTest.java | 133 builder.setTransformation(BipTransformation.FILL); in testBuildImageDescriptor_transformationConstantFill() 152 builder.setTransformation(BipTransformation.FILL); in testBuildImageDescriptor_transformationConstantCropThenFill() 204 builder.setTransformation(BipTransformation.FILL); in testBuildImageDescriptor_allButSize()
|
D | BipImageFormatTest.java | 87 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/ |
D | fill.example.cpp | 44 .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/ |
D | BipTransformation.java | 42 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/ |
D | PanoProgressBar.java | 52 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/ |
D | PanoProgressBar.java | 55 mDoneAreaPaint.setStyle(Paint.Style.FILL); in PanoProgressBar() 58 mBackgroundPaint.setStyle(Paint.Style.FILL); in PanoProgressBar() 61 mIndicatorPaint.setStyle(Paint.Style.FILL); in PanoProgressBar()
|
D | TextureViewHelper.java | 276 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/ |
D | ColorRectView.java | 80 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()
|
D | ColorCompareView.java | 68 mBarPaint1.setStyle(Paint.Style.FILL); in ColorCompareView() 69 mOrigBarPaint1.setStyle(Paint.Style.FILL); in ColorCompareView()
|
D | ColorValueView.java | 68 mDotPaint.setStyle(Paint.Style.FILL); in ColorValueView() 71 mBarPaint1.setStyle(Paint.Style.FILL); in ColorValueView()
|
D | ColorBrightnessView.java | 73 mDotPaint.setStyle(Paint.Style.FILL); in ColorBrightnessView() 77 mBarPaint1.setStyle(Paint.Style.FILL); in ColorBrightnessView()
|
D | ColorOpacityView.java | 71 mDotPaint.setStyle(Paint.Style.FILL); in ColorOpacityView() 77 mBarPaint1.setStyle(Paint.Style.FILL); in ColorOpacityView()
|
D | ColorSaturationView.java | 73 mDotPaint.setStyle(Paint.Style.FILL); in ColorSaturationView() 77 mBarPaint1.setStyle(Paint.Style.FILL); in ColorSaturationView()
|
D | ColorSVRectView.java | 73 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/ |
D | SubtitleView.java | 279 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/ |
D | SimpleWeekView.kt | 242 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/ |
D | RoundedArrowDrawable.java | 66 mPaint.setStyle(Paint.Style.FILL); in RoundedArrowDrawable() 96 mPaint.setStyle(Paint.Style.FILL); in RoundedArrowDrawable()
|
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/imageshow/ |
D | EclipseControl.java | 198 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/ |
D | LoopingAnimationThread.java | 82 mBackgroundPaint.setStyle(Paint.Style.FILL); in LoopingAnimationThread() 90 mLoopHeadPaint.setStyle(Paint.Style.FILL); in LoopingAnimationThread()
|
/packages/apps/DeskClock/src/com/android/deskclock/widget/ |
D | CircleView.kt | 239 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/ |
D | PreviewBackground.java | 256 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/ |
D | PrivacyChipDrawable.java | 74 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/ |
D | UdfpsEnrollIconV2.kt | 92 style = Paint.Style.FILL in <lambda>() 99 style = Paint.Style.FILL in <lambda>()
|
/packages/modules/NeuralNetworks/runtime/test/android_fuzzing/corpus/ |
D | seed060 | 48 type: FILL
|