Home
last modified time | relevance | path

Searched defs:maxValue (Results 1 – 19 of 19) sorted by relevance

/foundation/arkui/ace_engine/frameworks/core/components/common/properties/
Dprogress_data.h35 void SetMaxValue(double maxValue) in SetMaxValue()
/foundation/multimedia/media_library/frameworks/services/media_mtp/include/
Dproperty.h94 std::shared_ptr<Value> maxValue; variable
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/progress/
Dprogress_model_ng.cpp101 auto maxValue = progressPaintProperty->GetMaxValue(); in SetValue() local
205 auto maxValue = progressPaintProperty->GetMaxValue(); in SetText() local
264 …gressModelNG::SetTextDefaultStyle(const RefPtr<FrameNode>& textNode, double value, double maxValue) in SetTextDefaultStyle()
349 auto maxValue = progressPaintProperty->GetMaxValue(); in SetValue() local
438 auto maxValue = progressPaintProperty->GetMaxValue(); in SetText() local
Dprogress_modifier.cpp365 float maxValue = NearZero(maxValue_->Get()) ? 1.0f : maxValue_->Get(); in StartRingSweepingAnimation() local
/foundation/multimedia/image_framework/plugins/common/libs/image/libpngplugin/src/
Dnine_patch_listener.cpp41 static void ScaleDivRange(int32_t *divs, int32_t count, float scale, int32_t maxValue) in ScaleDivRange()
/foundation/deviceprofile/device_info_manager/common/src/utils/
Dprofile_utils.cpp576 int32_t maxValue) in IsPropertyValid()
586 int32_t minValue, int32_t maxValue) in IsPropertyValid()
596 uint32_t minValue, uint32_t maxValue) in IsPropertyValid()
606 int64_t minValue, int64_t maxValue) in IsPropertyValid()
/foundation/deviceprofile/device_info_manager/services/core/test/unittest/
Dprofile_utils_test.cpp891 int32_t maxValue = 1; variable
922 int32_t maxValue = 10; variable
952 int32_t maxValue = 10; variable
983 uint32_t maxValue = 10; variable
1014 int64_t maxValue = 10; variable
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
Djs_particle.cpp134 float maxValue) in ParseAnimationFloatArray()
210 float defaultValue, float minValue, float maxValue) in ParseFloatCurveConfig()
225 float defaultValue, float minValue, float maxValue) in ParseFloatUpdater()
258 float defaultValue, float minValue, float maxValue) in ParseFloatInitRange()
301 float defaultValue, float minValue, float maxValue) in ParseFloatOption()
/foundation/arkui/ace_engine_lite/frameworks/src/core/components/test/unittest/common/
Dslider_tdd_test.cpp82 jerry_value_t maxValue = jerry_create_number(expectMaxValue); in ComponentSliderAttributeMaxTest002() local
/foundation/arkui/ace_engine/frameworks/core/components/data_panel/
Drender_data_panel.h34 double maxValue = 0.0; member
Ddata_panel_component.h354 void SetMaxValue(double maxValue) in SetMaxValue()
Drosen_render_data_panel.cpp554 double maxValue = arcData.maxValue; in PaintRainbowFilterMask() local
1025 auto maxValue = GetMaxValue(); in Paint() local
/foundation/arkui/ace_engine/test/unittest/core/pattern/plugin/
Dplugin_pattern_test_ng.cpp56 std::optional<double> maxValue = std::nullopt; member
/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/
Dnavigation_modifier.cpp78 void SetMaxNavBarWidth(NodeHandle node, double maxValue, int maxUnit) in SetMaxNavBarWidth()
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/data_panel/
Ddata_panel_modifier.h49 double maxValue = 0.0; member
/foundation/arkui/ace_engine/frameworks/core/components/side_bar/
Drender_side_bar_container.cpp517 auto maxValue = ConvertWidthToVp(maxSidebarWidth_).ConvertToPx(); in HandleDragUpdate() local
/foundation/arkui/ace_engine_lite/frameworks/src/core/components/
Dchart_component.cpp646 uint16_t maxValue = defaultMaxValue; in SetOptionsAxisDataRange() local
674 bool ChartComponent::SetOptionsAxisDataRange(uint16_t minValue, uint16_t maxValue, uint8_t defaultM… in SetOptionsAxisDataRange()
/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/wifi_ap_sa/
Dwifi_hotspot_service_impl.cpp213 int maxValue = std::numeric_limits<int>::max() / hotspotIdleTimeoutUnit; in SetHotspotIdleTimeout() local
/foundation/arkui/ace_engine/test/unittest/core/pattern/progress/
Dprogress_test_ng.cpp52 std::optional<double> maxValue; member