/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/overlay/ |
H A D | sheet_presentation_layout_algorithm.cpp | 254 auto targetOffset = targetNode->GetPaintRectOffset(); in GetPopupStyleSheetOffset() local 258 …tionLayoutAlgorithm::GetOffsetInAvoidanceRule(const SizeF& targetSize, const OffsetF& targetOffset) in GetOffsetInAvoidanceRule() 273 const Placement& currentPlacement, const SizeF& targetSize, const OffsetF& targetOffset) in AvoidanceRuleOfPlacement() 309 …entationLayoutAlgorithm::CheckDirectionBottom(const SizeF& targetSize, const OffsetF& targetOffset) in CheckDirectionBottom() 316 …entationLayoutAlgorithm::CheckPlacementBottom(const SizeF& targetSize, const OffsetF& targetOffset) in CheckPlacementBottom() 328 …tionLayoutAlgorithm::CheckPlacementBottomLeft(const SizeF& targetSize, const OffsetF& targetOffset) in CheckPlacementBottomLeft() 336 …ionLayoutAlgorithm::CheckPlacementBottomRight(const SizeF& targetSize, const OffsetF& targetOffset) in CheckPlacementBottomRight() 345 …sentationLayoutAlgorithm::GetOffsetWithBottom(const SizeF& targetSize, const OffsetF& targetOffset) in GetOffsetWithBottom() 352 …ationLayoutAlgorithm::GetOffsetWithBottomLeft(const SizeF& targetSize, const OffsetF& targetOffset) in GetOffsetWithBottomLeft() 373 …tionLayoutAlgorithm::GetOffsetWithBottomRight(const SizeF& targetSize, const OffsetF& targetOffset) in GetOffsetWithBottomRight()
|
H A D | overlay_manager.h | 60 OffsetF targetOffset; member
|
/ohos5.0/foundation/ability/ability_runtime/interfaces/inner_api/auto_fill_manager/src/ |
H A D | auto_fill_manager_util.cpp | 42 AutoFill::PopupOffset targetOffset = config.targetOffset.value(); in ConvertToPopupUIExtensionConfig() local
|
/ohos5.0/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
|
/ohos5.0/foundation/arkui/ace_engine/interfaces/inner_api/ace/ |
H A D | popup_ui_extension_config.h | 74 std::optional<PopupOffset> targetOffset; member
|
/ohos5.0/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
|
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/tabs/ |
H A D | tab_bar_test_ng.cpp | 797 float targetOffset = 0.3f; variable 819 float targetOffset = 0.3f; variable
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/swiper/ |
H A D | swiper_model.h | 77 std::optional<float> targetOffset; member
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/list/ |
H A D | list_pattern.h | 50 float targetOffset; member
|
H A D | list_pattern.cpp | 928 bool ListPattern::OnScrollSnapCallback(double targetOffset, double velocity) in OnScrollSnapCallback()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/menu/ |
H A D | menu_layout_algorithm.h | 39 OffsetF targetOffset; member
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/refresh/ |
H A D | refresh_pattern.cpp | 798 auto targetOffset = (isSourceFromAnimation_ || in SpeedTriggerAnimation() local 842 auto targetOffset = 0.0f; in GetTargetOffset() local
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/common/properties/ |
H A D | popup_param.h | 294 void SetTargetOffset(const Offset& targetOffset) in SetTargetOffset()
|
/ohos5.0/foundation/graphic/graphic_3d/lume/Lume_3D/src/util/ |
H A D | mesh_builder.cpp | 1738 uint32_t targetOffset = baseOffset + targetSize; in GatherDeltasP() local 1830 uint32_t targetOffset = baseOffset + targetSize; in GatherDeltasPN() local 1959 uint32_t targetOffset = baseOffset + targetSize; in GatherDeltasPNT() local
|
/ohos5.0/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()
|
/ohos5.0/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
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/scrollable/ |
H A D | scrollable_pattern.h | 298 virtual bool OnScrollSnapCallback(double targetOffset, double velocity) in OnScrollSnapCallback()
|
H A D | scrollable_pattern.cpp | 596 auto scrollSnap = [weak = WeakClaim(this)](double targetOffset, double velocity) -> bool { in AddScrollEvent()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/bubble/ |
H A D | bubble_layout_algorithm.cpp | 223 const std::optional<OffsetF>& targetOffset, const std::optional<SizeF>& targetSize) in BubbleLayoutAlgorithm() 305 auto targetOffset = targetNode->GetPaintRectOffset(); in Measure() local
|
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/bubble/ |
H A D | bubble_test_ng.cpp | 2026 auto targetOffset = bubbleLayoutAlgorithm->targetOffset_; variable 2151 auto targetOffset = layoutAlgorithm->targetOffset_ = OffsetF(POSITION_OFFSET, POSITION_OFFSET); variable
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/scroll/ |
H A D | scroll_pattern.cpp | 1269 bool ScrollPattern::OnScrollSnapCallback(double targetOffset, double velocity) in OnScrollSnapCallback()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/tabs/ |
H A D | tab_bar_pattern.cpp | 2298 RectF targetPaintRect, float targetOffset) in PlayIndicatorTranslateAnimation() 2383 auto targetOffset = 0.0f; in TriggerTranslateAnimation() local 2411 auto targetOffset = 0.0f; in CalculateTargetOffset() local
|
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/overlay/ |
H A D | sheet_coverage_test_ng.cpp | 1427 OffsetF targetOffset(WINDOW_EDGE_SPACE.ConvertToPx() - 1.0f, 1.0f); variable
|
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/scrollable/ |
H A D | scrollable_cover_test_ng.cpp | 1345 …scrollable->scrollSnapCallback_ = [&isScrollSnapCallbackCalled](double targetOffset, double veloci… in __anon09dd19592202()
|
/ohos5.0/foundation/arkui/ace_engine/adapter/ohos/entrance/ |
H A D | ui_content_impl.cpp | 3551 PopupOffset targetOffset = config.targetOffset.value(); in CreateCustomPopupParam() local
|