Home
last modified time | relevance | path

Searched defs:threshold (Results 1 – 24 of 24) sorted by relevance

/foundation/arkui/ui_lite/interfaces/innerkits/dock/
Drotate_input_device.h32 void SetRotateInputThreshold(int16_t threshold) in SetRotateInputThreshold()
/foundation/arkui/ace_engine/frameworks/core/animation/
Dfriction_motion.cpp30 …Motion::FrictionMotion(double friction, double initPosition, double initVelocity, double threshold) in FrictionMotion()
35 … FrictionMotion::Reset(double friction, double initPosition, double initVelocity, double threshold) in Reset()
/foundation/communication/netmanager_base/services/netstatsmanager/include/
Dnet_stats_cached.h45 inline void SetTrafficThreshold(uint64_t threshold) in SetTrafficThreshold()
50 inline void SetDateThreshold(uint64_t threshold) in SetDateThreshold()
/foundation/arkui/ace_engine/frameworks/core/components_v2/grid_layout/
Dgrid_container_utils.cpp50 auto threshold = ParseBreakpoints(breakpoints); in ProcessGridSizeType() local
73 auto threshold = ParseBreakpoints(breakpoints); in ProcessGridSizeType() local
/foundation/ai/neural_network_runtime/example/deep_learning_framework/tflite/tools/
Dget_topn.h28 void GetTopN(T* prediction, int32_t predictionSize, size_t numResults, float threshold, in GetTopN()
Dutils.cpp165 const float threshold = 0.001f; in AnalysisResults() local
/foundation/arkui/ace_engine/frameworks/core/components/progress/
Drosen_render_bubble_progress.cpp51 static const int32_t threshold = 7; in Paint() local
Dflutter_render_bubble_progress.cpp44 static const int32_t threshold = 7; in Paint() local
/foundation/arkui/ui_lite/test/unittest/components/
Dui_scroll_view_unit_test.cpp26 const uint8_t threshold = 2; variable
/foundation/communication/netmanager_base/test/netstatsmanager/unittest/net_stats_manager_test/
Dnet_stats_cached_test.cpp97 uint32_t threshold = 1000; variable
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/animation/
Drs_spring_model.cpp303 float threshold = fmax(toFloat(minimumAmplitudeRatio_ * initialOffset_), in EstimateDurationForUnderDampedModel() local
324 float threshold = fmax(toFloat(minimumAmplitudeRatio_ * initialOffset_), SPRING_MIN_THRESHOLD); in EstimateDurationForCriticalDampedModel() local
347 float threshold = fmax(toFloat(minimumAmplitudeRatio_ * initialOffset_), SPRING_MIN_THRESHOLD); in EstimateDurationForOverDampedModel() local
/foundation/multimedia/player_framework/services/utils/
Dplayer_xcollie.cpp43 static constexpr uint32_t threshold = 5; // >5 Restart service in TimerCallback() local
/foundation/communication/dhcp/services/dhcp_server/include/
Dhash_table.h47 size_t threshold; member
/foundation/communication/netmanager_base/services/netstatsmanager/src/
Dnet_stats_cached.cpp156 void NetStatsCached::SetCycleThreshold(uint32_t threshold) in SetCycleThreshold()
/foundation/multimedia/av_codec/services/dfx/
Davcodec_xcollie.cpp53 static constexpr uint32_t threshold = 1; // >= 1 Restart service in ServiceTimerCallback() local
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/property/
Drs_filter_cache_manager.cpp36 static auto threshold = RSSystemProperties::GetFilterCacheSizeThreshold(); in IsLargeArea() local
/foundation/arkui/ui_lite/interfaces/kits/components/
Dui_picker.h520 void SetRotateThrowThreshold(uint8_t threshold) in SetRotateThrowThreshold()
Dui_abstract_scroll.h317 void SetRotateThrowThreshold(uint8_t threshold) in SetRotateThrowThreshold()
/foundation/arkui/ui_lite/frameworks/components/
Dui_swipe_view.cpp459 int16_t threshold = (this->*pfnGetWidthOrHeight)() >> 2; // 2: 1/4 width or height in RefreshCurrentViewByThrow() local
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
Djs_grid_row.cpp229 JSRef<JSVal> threshold = array->GetValueAt(i); in ParserBreakpoints() local
/foundation/arkui/ace_engine/frameworks/core/components_v2/list/
Drender_list_item.cpp412 double threshold = theme_ ? theme_->GetItemSwipeThreshold() : SWIPER_TH; in HandleDragEnd() local
/foundation/arkui/ace_engine/frameworks/core/components/scroll/
Drender_multi_child_scroll.cpp820 double threshold = 0.0; in HandleRotate() local
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/list/
Dlist_item_pattern.cpp527 float threshold = SWIPER_TH; in HandleDragEnd() local
/foundation/distributeddatamgr/kv_store/kvstoremock/interfaces/mock/base/
Dparcel.cpp84 size_t threshold = CAPACITY_THRESHOLD; in CalcNewCapacity() local