Home
last modified time | relevance | path

Searched refs:DEFAULT_CONTROL_BUTTON_TOP (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/side_bar/
H A Dside_bar_container_layout_property.h98 constexpr Dimension DEFAULT_CONTROL_BUTTON_TOP = 48.0_vp; in ToJsonValue() local
157 … auto top = propControlButtonStyle_->propControlButtonTop.value_or(DEFAULT_CONTROL_BUTTON_TOP); in ToJsonValue()
H A Dside_bar_container_layout_algorithm.cpp35 constexpr Dimension DEFAULT_CONTROL_BUTTON_TOP = 48.0_vp; variable
581 … auto controlImageTop = layoutProperty->GetControlButtonTop().value_or(DEFAULT_CONTROL_BUTTON_TOP); in LayoutControlButton()
588 controlImageTop = DEFAULT_CONTROL_BUTTON_TOP; in LayoutControlButton()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/
H A Dside_bar_container_modifier.cpp33 constexpr Dimension DEFAULT_CONTROL_BUTTON_TOP = 48.0_vp; variable
115 SideBarContainerModelNG::SetControlButtonTop(frameNode, DEFAULT_CONTROL_BUTTON_TOP); in ResetControlButton()
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_side_bar.cpp58 constexpr Dimension DEFAULT_CONTROL_BUTTON_TOP = 48.0_vp; variable
294 SideBarContainerModel::GetInstance()->SetControlButtonTop(DEFAULT_CONTROL_BUTTON_TOP); in JsControlButton()
452 auto controlButtonTop = DEFAULT_CONTROL_BUTTON_TOP; in ParseControlButtonNG()
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/nativeModule/
H A Darkts_native_side_bar_container_bridge.cpp38 constexpr Dimension DEFAULT_CONTROL_BUTTON_TOP = 48.0_vp; variable
117 values[NUM_1] = DEFAULT_CONTROL_BUTTON_TOP.Value(); in SetControlButton()