Home
last modified time | relevance | path

Searched refs:OPACITY (Results 1 - 25 of 56) sorted by relevance

123

/foundation/arkui/ace_engine/frameworks/core/components/display/
H A Drosen_render_display.cpp80 GetRSNode()->NotifyTransition(Rosen::RSTransitionEffect::OPACITY, true); in OnRSTransition()
82 GetRSNode()->NotifyTransition(Rosen::RSTransitionEffect::OPACITY, false); in OnRSTransition()
H A Ddisplay_component.h27 OPACITY, member in OHOS::Ace::DisplayStateAttribute
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/overlay/
H A Dsheet_drag_bar_paint_method.cpp29 const float OPACITY = 1.0f; member
54 auto opacity = paintProperty->GetOpacity().value_or(OPACITY); in Paint()
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/panel/
H A Ddrag_bar_paint_method.cpp30 const float OPACITY = 1.0f; member
56 auto opacity = paintProperty->GetOpacity().value_or(OPACITY); in Paint()
/foundation/arkui/ace_engine/test/unittest/core/pattern/shape/
H A Dbase_shape_pattern_test_ng.cpp81 shapeAbstactModel.SetFillOpacity(OPACITY); in CheckFillOpacity()
88 EXPECT_FLOAT_EQ(shapeProperty->GetFillOpacityValue(), OPACITY); in CheckFillOpacity()
144 shapeAbstactModel.SetStrokeOpacity(OPACITY); in CheckStrokeOpacity()
151 EXPECT_FLOAT_EQ(shapeProperty->GetStrokeOpacityValue(), OPACITY); in CheckStrokeOpacity()
H A Dbase_shape_pattern_test_ng.h48 static constexpr float OPACITY = 0.5f; member in OHOS::Ace::NG::BaseShapePatternTestNg
/foundation/arkui/ace_engine/frameworks/bridge/cj_frontend/interfaces/cj_ffi/
H A Dcj_list_item_ffi.cpp27 V2::StickyMode::OPACITY };
/foundation/arkui/ace_engine/frameworks/core/common/interaction/
H A Dinteraction_data.h88 OPACITY = 1, member in OHOS::Ace::PreviewType
/foundation/arkui/ace_engine/frameworks/core/components_v2/list/
H A Dlist_properties.h57 OPACITY, member in OHOS::Ace::V2::StickyMode
/foundation/arkui/ace_engine/frameworks/core/components/list/
H A Drosen_render_list_item.cpp363 if (GetStickyMode() != StickyMode::OPACITY) { in PaintCurrentSticky()
372 if (offset.GetY() < 0.0 || GetStickyMode() == StickyMode::OPACITY) { in PaintCurrentSticky()
406 if (stickyMode_ != StickyMode::OPACITY || !node || node->GetChildren().empty()) { in PaintFadeOutEffect()
H A Drosen_render_list.cpp88 if (listItem && listItem->GetStickyMode() == StickyMode::OPACITY) { in PaintStickyItem()
/foundation/arkui/ace_engine/frameworks/bridge/common/dom/
H A Ddom_list_item.cpp59 stickyMode_ = StickyMode::OPACITY; in SetSpecializedAttr()
391 boxComponent_->SetMouseAnimationType(HoverAnimationType::OPACITY); in PrepareSpecializedComponent()
413 if (sticky_ && stickyMode_ == StickyMode::OPACITY) { in CompositeSpecializedComponent()
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/list/
H A Dlist_item_layout_property.cpp42 } else if (sticky == V2::StickyMode::OPACITY) { in ToJsonValue()
/foundation/arkui/ace_engine/frameworks/core/components_v2/inspector/
H A Dlist_item_composed_element.cpp60 } else if (stickyMode == StickyMode::OPACITY) { in GetSticky()
/foundation/graphic/graphic_2d/rosen/modules/render_service_client/core/animation/
H A Drs_transition_effect.h61 static const std::shared_ptr<const RSTransitionEffect> OPACITY; member in OHOS::Rosen::final
H A Drs_transition_effect.cpp29 const std::shared_ptr<const RSTransitionEffect> RSTransitionEffect::OPACITY = RSTransitionEffect::Create()->Opacity(0); member in OHOS::Rosen::RSTransitionEffect
/foundation/arkui/ace_engine/advanced_ui_component/interstitialdialogaction/interfaces/
H A Dinterstitialdialogaction.js242 transition: TransitionEffect.asymmetric(TransitionEffect.OPACITY.animation({ duration: 150, curve: Curve.Sharp })
244 .animation({ curve: curves.interpolatingSpring(0, 1, 228, 24) })), TransitionEffect.OPACITY.animation({ duration: 250, curve: Curve.Sharp })
/foundation/arkui/advanced_ui_component/interstitialdialogaction/interfaces/
H A Dinterstitialdialogaction.js242 transition: TransitionEffect.asymmetric(TransitionEffect.OPACITY.animation({ duration: 150, curve: Curve.Sharp })
244 .animation({ curve: curves.interpolatingSpring(0, 1, 228, 24) })), TransitionEffect.OPACITY.animation({ duration: 250, curve: Curve.Sharp })
/foundation/arkui/ace_engine/test/unittest/core/pattern/canvas/
H A Dcanvas_custom_paint_method_test_ng.cpp151 * @tc.steps2: When FilterType is OPACITY, call the function CheckFilterProperty. in HWTEST_F()
154 EXPECT_TRUE(paintMethod->CheckFilterProperty(FilterType::OPACITY, "0")); in HWTEST_F()
155 EXPECT_TRUE(paintMethod->CheckFilterProperty(FilterType::OPACITY, "-0")); in HWTEST_F()
156 EXPECT_TRUE(paintMethod->CheckFilterProperty(FilterType::OPACITY, "10")); in HWTEST_F()
157 EXPECT_TRUE(paintMethod->CheckFilterProperty(FilterType::OPACITY, "10.5")); in HWTEST_F()
158 EXPECT_TRUE(paintMethod->CheckFilterProperty(FilterType::OPACITY, "10%")); in HWTEST_F()
159 EXPECT_TRUE(paintMethod->CheckFilterProperty(FilterType::OPACITY, "10.5%")); in HWTEST_F()
160 EXPECT_FALSE(paintMethod->CheckFilterProperty(FilterType::OPACITY, " ")); in HWTEST_F()
161 EXPECT_FALSE(paintMethod->CheckFilterProperty(FilterType::OPACITY, "10px")); in HWTEST_F()
1428 filter.filterType_ = FilterType::OPACITY; in HWTEST_F()
[all...]
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/checkboxgroup/
H A Dcheckboxgroup_paint_method.h121 if (HoverEffectType::UNKNOWN == hoverEffectType || HoverEffectType::OPACITY == hoverEffectType) { in SetHoverEffectType()
/foundation/arkui/ace_engine_lite/frameworks/src/core/animation/
H A Dtransition_impl.h116 OPACITY
H A Dtransition_impl.cpp243 PerformTransition(params_.opacity_from, params_.opacity_to, TransitionType::OPACITY, opacitySrc_, elapsedTime); in Perform()
315 case TransitionType::OPACITY: { in PerformTransition()
/foundation/graphic/graphic_2d/rosen/modules/render_service_client/test/
H A Drender_service_client_rs_animation_demo.cpp131 auto animation2 = std::make_shared<RSTransition>(RSTransitionEffect::OPACITY, true); in main()
/foundation/arkui/ace_engine/adapter/ohos/capability/interaction/
H A Dinteraction_impl.cpp204 case OHOS::Ace::PreviewType::OPACITY: in TranslatePreviewStyle()
205 msdpPreviewStyle.types.push_back(Msdp::DeviceStatus::PreviewType::OPACITY); in TranslatePreviewStyle()
/foundation/arkui/ace_engine/frameworks/core/components_ng/property/
H A Dtransition_property.h137 OPACITY, member in OHOS::Ace::NG::ChainedTransitionEffectType
349 : ChainedTransitionEffect(ChainedTransitionEffectType::OPACITY), opacity_(opacity) in ChainedOpacityEffect()

Completed in 12 milliseconds

123