Home
last modified time | relevance | path

Searched defs:minDistance (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/manager/drag_drop/utils/
H A Ddrag_animation_helper.h31 float minDistance = 0.0f; member
/ohos5.0/foundation/graphic/graphic_3d/lume/Lume_3D/api/3d/shaders/common/
H A D3d_dm_inplace_fog_common.h57 const float minDistance = uFogData.baseFactors.x; in InplaceFogBlock() local
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/progress/
H A Drender_loading_progress.cpp296 void RenderLoadingProgress::SetDragRange(double minDistance, double maxDistance) in SetDragRange()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/grid/
H A Dgrid_pattern.cpp884 double minDistance = std::numeric_limits<double>::max(); in SearchIrregularFocusableChild() local
1023 double minDistance = std::numeric_limits<double>::max(); in GetNearestDistanceFromChildToCurFocusItemInMainAxis() local
1046 double minDistance = std::numeric_limits<double>::max(); in GetNearestDistanceFromChildToCurFocusItemInCrossAxis() local
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/rich_editor/
H A Drich_editor_pattern.h191 const Dimension minDistance = 5.0_vp; member