Home
last modified time | relevance | path

Searched defs:minValue (Results 1 - 21 of 21) sorted by relevance

/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/
H A Dblank_modifier.cpp49 void SetBlankMin(ArkUINodeHandle node, ArkUI_Float32 minValue, ArkUI_Int32 minUnit) in SetBlankMin() argument
H A Dnavigation_modifier.cpp54 void SetMinNavBarWidth(ArkUINodeHandle node, ArkUI_Float32 minValue, int minUnit) in SetMinNavBarWidth() argument
/foundation/ai/neural_network_runtime/test/unittest/ops/
H A Dclip_test.cpp65 float* minValue = new (std::nothrow) float [1]{1.0f}; in SaveMin() local
202 int64_t* minValue = new (std::nothrow) int64_t [1]{1}; in HWTEST_F() local
296 float minValue = 1.0f; in HWTEST_F() local
/foundation/arkui/ace_engine/frameworks/core/components/common/properties/
H A Dprogress_data.h30 void SetMinValue(double minValue) in SetMinValue() argument
/foundation/multimedia/media_library/frameworks/services/media_mtp/include/
H A Dproperty.h93 std::shared_ptr<Value> minValue; // for range form member in OHOS::Media::Property
/foundation/arkui/ace_engine_lite/frameworks/src/core/components/test/unittest/common/
H A Dslider_tdd_test.cpp40 jerry_value_t minValue = jerry_create_number(expectMinValue); in ComponentSliderAttributeMinTest001() local
/foundation/arkui/ui_lite/frameworks/components/
H A Dui_radio_button.cpp69 int16_t minValue = (width_ > height_) ? height_ : width_; in CalculateSize() local
H A Dui_toggle_button.cpp61 int16_t minValue = (width_ > height_) ? height_ : width_; in CalculateSize() local
H A Dui_checkbox.cpp124 int16_t minValue = (width_ > height_) ? height_ : width_; in CalculateSize() local
/foundation/deviceprofile/device_info_manager/services/core/test/fuzztest/profileutils_fuzzer/
H A Dprofileutils_fuzzer.cpp303 int32_t minValue = 0; in IsPropertyValidFuzzTest() local
/foundation/arkui/ace_engine/frameworks/core/components/side_bar/
H A Drender_side_bar_container.cpp502 auto minValue = ConvertWidthToVp(minSidebarWidth_).ConvertToPx(); in HandleDragUpdate() local
/foundation/arkui/ace_engine/frameworks/core/components/slider/
H A Dslider_component.h116 void SetMinValue(const double minValue) in SetMinValue() argument
121 void SetMaxValue(const double minValue) in SetMaxValue() argument
126 void SetStepValue(const double minValue) in SetStepValue() argument
/foundation/deviceprofile/device_info_manager/services/core/test/unittest/
H A Dprofile_utils_test.cpp1167 int32_t minValue = 0; in HWTEST_F() local
1225 int32_t minValue = 0; in HWTEST_F() local
1256 uint32_t minValue = 0; in HWTEST_F() local
1287 int64_t minValue = 0; HWTEST_F() local
[all...]
/foundation/arkui/ace_engine/test/unittest/core/property/
H A Daccessibility_property_test_ng.cpp776 const int32_t minValue = -2; in HWTEST_F() local
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/slider/
H A Dslider_model_ng.cpp102 auto minValue = layoutProperty->GetMinValue(0.0f); in SetMinResponsiveDistance() local
419 auto minValue = layoutProperty->GetMinValue(0.0f); in SetMinResponsiveDistance() local
562 auto minValue = paintProperty->GetMinValue(0.0f); in SetValidSlideRange() local
/foundation/deviceprofile/device_info_manager/common/src/utils/
H A Dprofile_utils.cpp735 IsPropertyValid(const std::map<std::string, std::string>& propertyMap, const std::string& property, int32_t minValue, int32_t maxValue) IsPropertyValid() argument
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_particle.cpp131 ParseAnimationFloatArray(JSRef<JSArray>& curveConfigJsArray, std::list<NG::ParticlePropertyAnimation<float>>& particleAnimationFloatArray, float defaultValue, float minValue, float maxValue) ParseAnimationFloatArray() argument
208 ParseFloatCurveConfig(JSRef<JSVal>& configJsValue, OHOS::Ace::NG::ParticleFloatPropertyUpdater& updater, float defaultValue, float minValue, float maxValue) ParseFloatCurveConfig() argument
223 ParseFloatUpdater(JSRef<JSObject>& updaterJsObject, OHOS::Ace::NG::ParticleFloatPropertyUpdater& updater, float defaultValue, float minValue, float maxValue) ParseFloatUpdater() argument
256 ParseFloatInitRange(JSRef<JSVal>& floatRangeJsValue, OHOS::Ace::NG::ParticleFloatPropertyOption& floatOption, float defaultValue, float minValue, float maxValue) ParseFloatInitRange() argument
299 ParseFloatOption(JSRef<JSObject>& floatJsObject, OHOS::Ace::NG::ParticleFloatPropertyOption& floatOption, float defaultValue, float minValue, float maxValue) ParseFloatOption() argument
[all...]
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/nativeModule/
H A Darkts_native_api_impl_bridge.cpp343 auto minValue = obj->Get(vm, panda::StringRef::NewFromUtf8(vm, "min"))->Int32Value(vm); in SetFrameRateRange() local
378 auto minValue = obj->Get(vm, panda::StringRef::NewFromUtf8(vm, "min"))->Int32Value(vm); in SetMarqueeFrameRateRange() local
/foundation/arkui/ace_engine/frameworks/core/components_ng/property/
H A Daccessibility_property.cpp641 void AccessibilityProperty::SetUserMinValue(const int32_t& minValue) in SetUserMinValue() argument
/foundation/arkui/ace_engine_lite/frameworks/src/core/components/
H A Dchart_component.cpp645 uint16_t minValue = defaultMinValue; in SetOptionsAxisDataRange() local
674 bool ChartComponent::SetOptionsAxisDataRange(uint16_t minValue, uint16_t maxValue, uint8_t defaultMinValue, in SetOptionsAxisDataRange() argument
[all...]
/foundation/multimedia/image_framework/frameworks/innerkitsimpl/utils/src/
H A Dimage_utils.cpp937 bool ImageUtils::IsInRange(uint32_t value, uint32_t minValue, uint32_t maxValue) in IsInRange() argument

Completed in 30 milliseconds