Home
last modified time | relevance | path

Searched defs:maxDistance (Results 1 – 10 of 10) sorted by relevance

/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/security_component/
Dsecurity_component_layout_algorithm.cpp463 float maxDistance) in IsTextAdaptOutOfRange()
485 auto maxDistance = pow(circlePoint.Width() + threshold); in IsTextOutOfRangeInCircle() local
511 …urityComponentLayoutAlgorithm::CompareDistance(SizeF& point, SizeF& circlePoint, float maxDistance) in CompareDistance()
521 float maxDistance) in IsOutOfRangeInHoriCapsule()
540 float maxDistance) in IsOutOfRangeInVertiCapsule()
562 …auto maxDistance = pow(capsuleRadius + TEXT_OUT_OF_RANGE_PERCENT * RANGE_RATIO * currentFontSize_.… in IsTextOutOfRangeInCapsule() local
601 auto maxDistance = pow(radius + threshold); in TopLeftCompDistance() local
617 auto maxDistance = pow(radius + threshold); in BottomLeftCompDistance() local
633 auto maxDistance = pow(radius + threshold); in TopRightCompDistance() local
650 auto maxDistance = pow(radius + threshold); in BottomRightCompDistance() local
Dsecurity_component_layout_element.cpp252 …ent::TryShrinkTextWidth(SizeF& point, SizeF& circlePoint, bool maxSpaceToShrink, float maxDistance, in TryShrinkTextWidth()
/foundation/arkui/ace_engine/frameworks/core/components_ng/manager/drag_drop/utils/
Ddrag_animation_helper.h30 float maxDistance = 0.0f; member
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/refresh/
Drefresh_model_ng.h55 void SetMaxDistance(const Dimension& maxDistance) override {} in SetMaxDistance()
/foundation/arkui/ace_engine/test/unittest/core/pattern/list/
Dlist_swipe_test_ng.cpp472 const float maxDistance = START_NODE_LEN + DELETE_AREA_DISTANCE; variable
519 const float maxDistance = END_NODE_LEN + DELETE_AREA_DISTANCE; variable
569 const float maxDistance = START_NODE_LEN + DELETE_AREA_DISTANCE; variable
622 const float maxDistance = END_NODE_LEN + DELETE_AREA_DISTANCE; variable
1137 const float maxDistance = END_NODE_LEN + DELETE_AREA_DISTANCE; variable
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/models/
Drefresh_model_impl.cpp121 void RefreshModelImpl::SetMaxDistance(const Dimension& maxDistance) in SetMaxDistance()
/foundation/arkui/ace_engine/frameworks/core/components/refresh/
Drefresh_component.h203 void SetMaxDistance(const Dimension& maxDistance) in SetMaxDistance()
Drender_refresh.cpp486 double maxDistance = triggerRefreshDistance_ - triggerLoadingDistance_; in GetLoadingDiameter() local
/foundation/arkui/ace_engine/frameworks/core/components/progress/
Drender_loading_progress.cpp296 void RenderLoadingProgress::SetDragRange(double minDistance, double maxDistance) in SetDragRange()
/foundation/arkui/ace_engine/frameworks/core/components_ng/manager/drag_drop/
Ddrag_drop_manager.cpp2029 double maxDistance = 0.0; in CalcGatherNodeMaxDistanceWithPoint() local