Home
last modified time | relevance | path

Searched defs:opacity (Results 1 – 25 of 72) sorted by relevance

123

/external/lottie/lottie/src/main/java/com/airbnb/lottie/model/animatable/
DAnimatableTextStyle.java11 @Nullable public final AnimatableIntegerValue opacity; field in AnimatableTextStyle
18 @Nullable AnimatableIntegerValue opacity) { in AnimatableTextStyle()
DAnimatableTransform.java25 private final AnimatableIntegerValue opacity; field in AnimatableTransform
45 @Nullable AnimatableFloatValue rotation, @Nullable AnimatableIntegerValue opacity, in AnimatableTransform()
/external/lottie/lottie/src/main/java/com/airbnb/lottie/parser/
DDropShadowEffect.java8 private final AnimatableFloatValue opacity; field in DropShadowEffect
13 …DropShadowEffect(AnimatableColorValue color, AnimatableFloatValue opacity, AnimatableFloatValue di… in DropShadowEffect()
DMaskParser.java21 AnimatableIntegerValue opacity = null; in parse() local
DShapeFillParser.java32 AnimatableIntegerValue opacity = null; in parse() local
DGradientFillParser.java40 AnimatableIntegerValue opacity = null; in parse() local
DDropShadowEffectParser.java23 private AnimatableFloatValue opacity; field in DropShadowEffectParser
DShapeStrokeParser.java43 AnimatableIntegerValue opacity = null; in parse() local
DGradientStrokeParser.java52 AnimatableIntegerValue opacity = null; in parse() local
DAnimatableTextPropertiesParser.java113 AnimatableIntegerValue opacity = null; in parseAnimatableTextStyle() local
DAnimatableTransformParser.java44 AnimatableIntegerValue opacity = null; in parse() local
/external/lottie/lottie/src/main/java/com/airbnb/lottie/model/content/
DMask.java16 private final AnimatableIntegerValue opacity; field in Mask
19 …public Mask(MaskMode maskMode, AnimatableShapeValue maskPath, AnimatableIntegerValue opacity, bool… in Mask()
DShapeFill.java20 @Nullable private final AnimatableIntegerValue opacity; field in ShapeFill
24 … @Nullable AnimatableColorValue color, @Nullable AnimatableIntegerValue opacity, boolean hidden) { in ShapeFill()
DGradientFill.java22 private final AnimatableIntegerValue opacity; field in GradientFill
32 AnimatableIntegerValue opacity, AnimatablePointValue startPoint, in GradientFill()
DGradientStroke.java22 private final AnimatableIntegerValue opacity; field in GradientStroke
35 AnimatableIntegerValue opacity, AnimatablePointValue startPoint, in GradientStroke()
DShapeStroke.java59 private final AnimatableIntegerValue opacity; field in ShapeStroke
68 AnimatableIntegerValue opacity, AnimatableFloatValue width, LineCapType capType, in ShapeStroke()
/external/lottie/lottie/src/main/java/com/airbnb/lottie/animation/keyframe/
DDropShadowKeyframeAnimation.java24 private final FloatKeyframeAnimation opacity; field in DropShadowKeyframeAnimation
90 int opacity = Math.round(this.opacity.getValue() * parentAlpha / 255f); in applyTo() local
DMaskKeyframeAnimation.java23 AnimatableIntegerValue opacity = masks.get(i).getOpacity(); in MaskKeyframeAnimation() local
/external/chromium-trace/catapult/third_party/polymer/components/web-animations-js/src/
Dweb-animations-bonus-object-form-keyframes.js37 animation = element.animate({'opacity': [testOpacity, testOpacity]}, property
/external/skia/modules/sksg/src/
DSkSGOpacityEffect.cpp18 OpacityEffect::OpacityEffect(sk_sp<RenderNode> child, float opacity) in OpacityEffect()
DSkSGRenderNode.cpp61 static SkAlpha ScaleAlpha(SkAlpha alpha, float opacity) { in ScaleAlpha()
140 RenderNode::ScopedRenderContext::modulateOpacity(float opacity) { in modulateOpacity()
/external/replicaisland/src/com/replica/replicaisland/
DDrawableBitmap.java60 public void setOpacity(float opacity) { in setOpacity()
110 final float opacity = mOpacity; in draw() local
/external/libmonet/dynamiccolor/
DDynamicColor.java68 public final Function<DynamicScheme, Double> opacity; field in DynamicColor
161 @Nullable Function<DynamicScheme, Double> opacity) { in DynamicColor()
/external/skia/modules/skottie/src/text/
DTextAnimator.h45 ScalarValue opacity = 100, member
56 float opacity = 1, member
/external/lottie/lottie/src/main/java/com/airbnb/lottie/model/layer/
DSolidLayer.java52 int opacity = transform.getOpacity() == null ? 100 : transform.getOpacity().getValue(); in drawLayer() local

123