/foundation/arkui/ace_engine/frameworks/core/components/display/ |
H A D | rosen_render_display.cpp | 80 GetRSNode()->NotifyTransition(Rosen::RSTransitionEffect::OPACITY, true); in OnRSTransition() 82 GetRSNode()->NotifyTransition(Rosen::RSTransitionEffect::OPACITY, false); in OnRSTransition()
|
H A D | display_component.h | 27 OPACITY, member in OHOS::Ace::DisplayStateAttribute
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/overlay/ |
H A D | sheet_drag_bar_paint_method.cpp | 29 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 D | drag_bar_paint_method.cpp | 30 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 D | base_shape_pattern_test_ng.cpp | 81 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 D | base_shape_pattern_test_ng.h | 48 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 D | cj_list_item_ffi.cpp | 27 V2::StickyMode::OPACITY };
|
/foundation/arkui/ace_engine/frameworks/core/common/interaction/ |
H A D | interaction_data.h | 88 OPACITY = 1, member in OHOS::Ace::PreviewType
|
/foundation/arkui/ace_engine/frameworks/core/components_v2/list/ |
H A D | list_properties.h | 57 OPACITY, member in OHOS::Ace::V2::StickyMode
|
/foundation/arkui/ace_engine/frameworks/core/components/list/ |
H A D | rosen_render_list_item.cpp | 363 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 D | rosen_render_list.cpp | 88 if (listItem && listItem->GetStickyMode() == StickyMode::OPACITY) { in PaintStickyItem()
|
/foundation/arkui/ace_engine/frameworks/bridge/common/dom/ |
H A D | dom_list_item.cpp | 59 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 D | list_item_layout_property.cpp | 42 } else if (sticky == V2::StickyMode::OPACITY) { in ToJsonValue()
|
/foundation/arkui/ace_engine/frameworks/core/components_v2/inspector/ |
H A D | list_item_composed_element.cpp | 60 } else if (stickyMode == StickyMode::OPACITY) { in GetSticky()
|
/foundation/graphic/graphic_2d/rosen/modules/render_service_client/core/animation/ |
H A D | rs_transition_effect.h | 61 static const std::shared_ptr<const RSTransitionEffect> OPACITY; member in OHOS::Rosen::final
|
H A D | rs_transition_effect.cpp | 29 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 D | interstitialdialogaction.js | 242 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 D | interstitialdialogaction.js | 242 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 D | canvas_custom_paint_method_test_ng.cpp | 151 * @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 D | checkboxgroup_paint_method.h | 121 if (HoverEffectType::UNKNOWN == hoverEffectType || HoverEffectType::OPACITY == hoverEffectType) { in SetHoverEffectType()
|
/foundation/arkui/ace_engine_lite/frameworks/src/core/animation/ |
H A D | transition_impl.h | 116 OPACITY
|
H A D | transition_impl.cpp | 243 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 D | render_service_client_rs_animation_demo.cpp | 131 auto animation2 = std::make_shared<RSTransition>(RSTransitionEffect::OPACITY, true); in main()
|
/foundation/arkui/ace_engine/adapter/ohos/capability/interaction/ |
H A D | interaction_impl.cpp | 204 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 D | transition_property.h | 137 OPACITY,
member in OHOS::Ace::NG::ChainedTransitionEffectType 349 : ChainedTransitionEffect(ChainedTransitionEffectType::OPACITY), opacity_(opacity)
in ChainedOpacityEffect()
|