/foundation/ability/ability_runtime/interfaces/inner_api/auto_fill_manager/src/ |
H A D | auto_fill_manager_util.cpp | 43 AutoFill::PopupOffset targetOffset = config.targetOffset.value(); in ConvertToPopupUIExtensionConfig() local
|
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/functions/ |
H A D | js_swiper_function.cpp | 129 float targetOffset = animationCallbackInfo.targetOffset.value_or(0.0f); in Execute() local 148 float targetOffset = animationCallbackInfo.targetOffset.value_or(0.0f); in Execute() local
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/overlay/ |
H A D | sheet_wrapper_paint_method.cpp | 94 auto targetOffset = sheetNode->GetPositionToParentWithTransform(); in GetBorderDrawPath() local [all...] |
H A D | sheet_presentation_layout_algorithm.cpp | 196 auto targetOffset = targetNode->GetPaintRectOffset(); in GetPopupStyleSheetOffset() local 200 OffsetF SheetPresentationLayoutAlgorithm::GetOffsetInAvoidanceRule(const SizeF& targetSize, const OffsetF& targetOffset) in GetOffsetInAvoidanceRule() argument 251 bool SheetPresentationLayoutAlgorithm::CheckDirectionBottom(const SizeF& targetSize, const OffsetF& targetOffset) in CheckDirectionBottom() argument 258 bool SheetPresentationLayoutAlgorithm::CheckPlacementBottom(const SizeF& targetSize, const OffsetF& targetOffset) in CheckPlacementBottom() argument 214 AvoidanceRuleOfPlacement( const Placement& currentPlacement, const SizeF& targetSize, const OffsetF& targetOffset) AvoidanceRuleOfPlacement() argument 270 CheckPlacementBottomLeft(const SizeF& targetSize, const OffsetF& targetOffset) CheckPlacementBottomLeft() argument 278 CheckPlacementBottomRight(const SizeF& targetSize, const OffsetF& targetOffset) CheckPlacementBottomRight() argument 287 GetOffsetWithBottom(const SizeF& targetSize, const OffsetF& targetOffset) GetOffsetWithBottom() argument 294 GetOffsetWithBottomLeft(const SizeF& targetSize, const OffsetF& targetOffset) GetOffsetWithBottomLeft() argument 315 GetOffsetWithBottomRight(const SizeF& targetSize, const OffsetF& targetOffset) GetOffsetWithBottomRight() argument [all...] |
H A D | overlay_manager.h | 60 OffsetF targetOffset; member
|
/foundation/arkui/ace_engine/interfaces/inner_api/ace/ |
H A D | popup_ui_extension_config.h | 74 std::optional<PopupOffset> targetOffset;
member
|
/foundation/ability/ability_runtime/interfaces/inner_api/auto_fill_manager/include/ |
H A D | auto_fill_custom_config.h | 77 std::optional<PopupOffset> targetOffset; member
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/swiper/ |
H A D | swiper_model.h | 77 std::optional<float> targetOffset; member
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/menu/ |
H A D | menu_layout_algorithm.h | 39 OffsetF targetOffset; member
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/bubble/ |
H A D | bubble_layout_algorithm.h | 40 OffsetF targetOffset; member
|
H A D | bubble_layout_algorithm.cpp | 310 auto targetOffset = targetNode->GetPaintRectOffset(); in Measure() local 223 BubbleLayoutAlgorithm(int32_t id, const std::string& tag, const std::optional<OffsetF>& targetOffset, const std::optional<SizeF>& targetSize) BubbleLayoutAlgorithm() argument 633 auto targetOffset = targetNode->GetPaintRectOffset(); InitWrapperRect() local [all...] |
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/list/ |
H A D | list_pattern.h | 50 float targetOffset; member
|
/foundation/arkui/ace_engine/test/unittest/core/pattern/bubble/ |
H A D | bubble_test_One_ng.cpp | 890 auto targetOffset = layoutAlgorithm->targetOffset_ = OffsetF(100.0f, 100.0f);
in HWTEST_F() local
|
H A D | bubble_test_ng.cpp | 2026 auto targetOffset = bubbleLayoutAlgorithm->targetOffset_; in HWTEST_F() local 2151 auto targetOffset = layoutAlgorithm->targetOffset_ = OffsetF(POSITION_OFFSET, POSITION_OFFSET); in HWTEST_F() local
|
/foundation/arkui/ace_engine/frameworks/core/components/indexer/ |
H A D | render_indexer_circle.cpp | 510 void RenderIndexerCircle::BeginCollapseScrollAnimation(double originOffset, double targetOffset) in BeginCollapseScrollAnimation() argument
|
/foundation/arkui/ace_engine/test/unittest/core/pattern/tabs/ |
H A D | tab_bar_test_ng.cpp | 800 float targetOffset = 0.3f; in HWTEST_F() local 822 float targetOffset = 0.3f; in HWTEST_F() local
|
/foundation/arkui/ace_engine/frameworks/core/components/common/properties/ |
H A D | popup_param.h | 304 void SetTargetOffset(const Offset& targetOffset) in SetTargetOffset() argument
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/refresh/ |
H A D | refresh_pattern.cpp | 815 auto targetOffset = (isSourceFromAnimation_ || in SpeedTriggerAnimation() local 860 auto targetOffset = 0.0f; in GetTargetOffset() local
|
/foundation/graphic/graphic_3d/lume/Lume_3D/src/util/ |
H A D | mesh_builder.cpp | 1736 uint32_t targetOffset = baseOffset + targetSize; in GatherDeltasP() local 1828 uint32_t targetOffset in GatherDeltasPN() local 1957 uint32_t targetOffset = baseOffset + targetSize; GatherDeltasPNT() local [all...] |
/foundation/arkui/ace_engine/frameworks/core/pipeline/base/ |
H A D | render_node.cpp | 1810 const Offset targetOffset = targetNode->GetTransitionGlobalOffset(); in CreateGeometryTransitionFrom() local 1876 const Offset targetOffset = targetNode->GetGlobalOffset(); in CreateGeometryTransitionTo() local
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/tabs/ |
H A D | tab_bar_pattern.cpp | 2396 auto targetOffset = 0.0f; in TriggerTranslateAnimation() local 2424 auto targetOffset = 0.0f; in CalculateTargetOffset() local 2302 PlayIndicatorTranslateAnimation(AnimationOption option, RectF originalPaintRect, RectF targetPaintRect, float targetOffset) PlayIndicatorTranslateAnimation() argument [all...] |
/foundation/arkui/ace_engine/adapter/ohos/entrance/ |
H A D | ui_content_impl.cpp | 3456 PopupOffset targetOffset = config.targetOffset.value(); in CreateCustomPopupParam() local
|