Home
last modified time | relevance | path

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

/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/refresh/
Drefresh_model_ng.h48 void SetMaxDistance(const Dimension& maxDistance) override {} in SetMaxDistance()
/foundation/arkui/ace_engine/test/unittest/core/pattern/list/
Dlist_swipe_test_ng.cpp456 const float maxDistance = START_NODE_LEN + DELETE_AREA_DISTANCE; variable
506 const float maxDistance = END_NODE_LEN + DELETE_AREA_DISTANCE; variable
557 const float maxDistance = START_NODE_LEN + DELETE_AREA_DISTANCE; variable
611 const float maxDistance = END_NODE_LEN + DELETE_AREA_DISTANCE; variable
1123 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.h202 void SetMaxDistance(const Dimension& maxDistance) in SetMaxDistance()
Drender_refresh.cpp493 double maxDistance = triggerRefreshDistance_ - triggerLoadingDistance_; in GetLoadingDiameter() local
/foundation/arkui/ace_engine/frameworks/core/components/progress/
Drender_loading_progress.cpp299 void RenderLoadingProgress::SetDragRange(double minDistance, double maxDistance) in SetDragRange()