| /foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/models/ |
| D | view_abstract_model_impl.h | 82 const std::optional<Dimension>& top, const std::optional<Dimension>& bottom) override {} in SetOuterBorderWidth() 112 …const std::optional<Dimension>& top, const std::optional<Dimension>& bottom, bool isLocalized) ove… in SetBorderWidth() 176 void SetClickEffectLevel(const ClickEffectLevel& level, float scaleValue) override {} in SetClickEffectLevel()
|
| /foundation/arkui/ace_engine/frameworks/core/components_ng/base/ |
| D | view_abstract_model_ng.h | 213 …void SetPaddings(const std::optional<CalcDimension>& top, const std::optional<CalcDimension>& bott… in SetPaddings() 234 …void SetMargins(const std::optional<CalcDimension>& top, const std::optional<CalcDimension>& botto… in SetMargins() 323 const std::optional<Dimension>& top, const std::optional<Dimension>& bottom) override in SetBorderWidth() 335 …const std::optional<Dimension>& top, const std::optional<Dimension>& bottom, bool isLocalized) ove… in SetBorderWidth() 369 const std::optional<Dimension>& top, const std::optional<Dimension>& bottom) override in SetDashGap() 386 const std::optional<Dimension>& top, const std::optional<Dimension>& bottom) override in SetDashWidth() 447 const std::optional<Dimension>& top, const std::optional<Dimension>& bottom) override in SetOuterBorderWidth() 880 void SetClickEffectLevel(const ClickEffectLevel& level, float scaleValue) override in SetClickEffectLevel()
|
| /foundation/ability/ability_runtime/frameworks/native/ability/native/ |
| D | ui_ability.cpp | 349 void UIAbility::OnMemoryLevel(int level) in OnMemoryLevel() 751 void UIAbility::GetWindowRect(int32_t &left, int32_t &top, int32_t &width, int32_t &height) in GetWindowRect()
|
| D | ability.cpp | 545 void Ability::OnMemoryLevel(int level) in OnMemoryLevel() 1836 void Ability::GetWindowRect(int32_t &left, int32_t &top, int32_t &width, int32_t &height) in GetWindowRect()
|
| /foundation/arkui/ace_engine/advanced_ui_component/gridobjectsortcomponent/interfaces/ |
| D | gridobjectsortcomponent.js | 1215 Text.margin({ top: 2 }); property 1380 Text.margin({ top: 2 }); property 1386 top: PADDING_EIGHT, property 1688 Stack.clickEffect({ level: ClickEffectLevel.LIGHT }); property 1912 Stack.clickEffect({ level: ClickEffectLevel.LIGHT }); property
|
| /foundation/arkui/ace_engine/adapter/ohos/osal/ |
| D | js_accessibility_manager.cpp | 1482 auto top = rect.Top() + commonProperty.windowTop; in UpdateVirtualNodeChildAccessibilityElementInfo() local 1523 auto top = parentRect.Top() + commonProperty.windowTop; in UpdateVirtualNodeAccessibilityElementInfo() local 1615 auto top = rect.Top() + commonProperty.windowTop; in UpdateAccessibilityElementInfo() local 1623 auto top = rect.Top() + commonProperty.windowTop; in UpdateAccessibilityElementInfo() local 1675 auto top = webRect.Top() + node->GetRectY() + commonProperty.windowTop; in UpdateWebAccessibilityElementInfo() local 1865 auto level = accessibilityProperty->GetAccessibilityLevel(); in CanAccessibilityFocusedNG() local 1876 auto level = accessibilityProperty->GetAccessibilityLevel(); in AddFocusableNode() local 3334 auto top = padding->top.value_or(defaultValue).GetDimension().Value(); in DumpPadding() local 3346 auto top = border->topDimen.value_or(defaultValue).Value(); in DumpBorder() local 3367 auto top = rect.Top() + commonProperty.windowTop; in DumpTreeNodeCommonInfoNg() local [all …]
|
| /foundation/ability/ability_runtime/test/unittest/frameworks_kits_ability_native_test/ |
| D | ui_ability_test.cpp | 825 int level = 0; variable 913 int32_t top = 0; variable
|
| D | ability_test.cpp | 1898 int level = 0; variable 3335 int32_t top = 1; variable
|
| /foundation/arkui/ace_engine/frameworks/core/components/common/properties/ |
| D | decoration.h | 217 Dimension top; member 658 ClickEffectLevel level = ClickEffectLevel::LIGHT; member
|
| /foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/ |
| D | js_view_abstract.cpp | 449 CalcDimension top; in ParseLocationPropsEdges() local 524 CalcDimension top; in ParseLocalizedEdges() local 562 CalcDimension top; in ParseMarkAnchorPosition() local 1315 Color top; in ParseEdgeColors() local 1335 Color top; in ParseLocalizedEdgeColors() local 1373 CalcDimension top; in ParseEdgeWidths() local 1402 CalcDimension top; in ParseEdgeWidthsProps() local 3034 CalcDimension top; in JsPixelStretchEffect() local 3697 NG::PaddingProperty JSViewAbstract::GetLocalizedPadding(const std::optional<CalcDimension>& top, in GetLocalizedPadding() 3733 … JSViewAbstract::ParseMarginOrPaddingCorner(JSRef<JSObject> obj, std::optional<CalcDimension>& top, in ParseMarginOrPaddingCorner() [all …]
|
| /foundation/arkui/ace_engine/frameworks/core/components_ng/render/adapter/ |
| D | rosen_render_context.cpp | 875 auto top = slice.top.ConvertToPxWithSize(srcSize.Width()); in HasValidBgImageResizable() local 1854 auto top = rect.Top(); in SkewRect() local 1872 auto top = rect.Top(); in PerspectiveRect() local 5835 auto level = value.level; local 5866 RefPtr<Curve> RosenRenderContext::UpdatePlayAnimationValue(const ClickEffectLevel& level, float& sc…
|
| /foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/ |
| D | node_common_modifier.cpp | 891 std::optional<CalcDimension> top; in ParseEdges() local 2365 void SetPadding(ArkUINodeHandle node, const struct ArkUISizeType* top, const struct ArkUISizeType* … in SetPadding() 2438 Dimension top(topValue, static_cast<DimensionUnit>(topUnit)); in SetPixelStretchEffect() local 2733 void SetMargin(ArkUINodeHandle node, const struct ArkUISizeType* top, const struct ArkUISizeType* r… in SetMargin() 3740 OHOS::Ace::ClickEffectLevel level = OHOS::Ace::ClickEffectLevel::UNDEFINED; in SetClickEffect() local 4651 void SetOutlineWidthFloat(ArkUINodeHandle node, ArkUI_Float32 left, ArkUI_Float32 top, in SetOutlineWidthFloat()
|
| /foundation/arkui/ace_engine/frameworks/core/pipeline_ng/ |
| D | pipeline_context.cpp | 3684 void PipelineContext::NotifyMemoryLevel(int32_t level) in NotifyMemoryLevel() 4581 int32_t top = static_cast<int32_t>(rect.Top()); in GetResponseRegion() local
|
| /foundation/arkui/ace_engine/frameworks/core/components/web/resource/ |
| D | web_delegate.cpp | 4112 void WebDelegate::NotifyMemoryLevel(int32_t level) in NotifyMemoryLevel() 7117 int top = 0; in OnSafeInsetsChange() local
|