/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/ |
H A D | blank_modifier.cpp | 49 void SetBlankMin(ArkUINodeHandle node, ArkUI_Float32 minValue, ArkUI_Int32 minUnit) in SetBlankMin() argument
|
H A D | navigation_modifier.cpp | 54 void SetMinNavBarWidth(ArkUINodeHandle node, ArkUI_Float32 minValue, int minUnit) in SetMinNavBarWidth() argument
|
/foundation/ai/neural_network_runtime/test/unittest/ops/ |
H A D | clip_test.cpp | 65 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 D | progress_data.h | 30 void SetMinValue(double minValue) in SetMinValue() argument
|
/foundation/multimedia/media_library/frameworks/services/media_mtp/include/ |
H A D | property.h | 93 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 D | slider_tdd_test.cpp | 40 jerry_value_t minValue = jerry_create_number(expectMinValue); in ComponentSliderAttributeMinTest001() local
|
/foundation/arkui/ui_lite/frameworks/components/ |
H A D | ui_radio_button.cpp | 69 int16_t minValue = (width_ > height_) ? height_ : width_; in CalculateSize() local
|
H A D | ui_toggle_button.cpp | 61 int16_t minValue = (width_ > height_) ? height_ : width_; in CalculateSize() local
|
H A D | ui_checkbox.cpp | 124 int16_t minValue = (width_ > height_) ? height_ : width_; in CalculateSize() local
|
/foundation/deviceprofile/device_info_manager/services/core/test/fuzztest/profileutils_fuzzer/ |
H A D | profileutils_fuzzer.cpp | 303 int32_t minValue = 0; in IsPropertyValidFuzzTest() local
|
/foundation/arkui/ace_engine/frameworks/core/components/side_bar/ |
H A D | render_side_bar_container.cpp | 502 auto minValue = ConvertWidthToVp(minSidebarWidth_).ConvertToPx();
in HandleDragUpdate() local
|
/foundation/arkui/ace_engine/frameworks/core/components/slider/ |
H A D | slider_component.h | 116 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 D | profile_utils_test.cpp | 1167 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 D | accessibility_property_test_ng.cpp | 776 const int32_t minValue = -2; in HWTEST_F() local
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/slider/ |
H A D | slider_model_ng.cpp | 102 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 D | profile_utils.cpp | 735 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 D | js_particle.cpp | 131 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 D | arkts_native_api_impl_bridge.cpp | 343 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 D | accessibility_property.cpp | 641 void AccessibilityProperty::SetUserMinValue(const int32_t& minValue) in SetUserMinValue() argument
|
/foundation/arkui/ace_engine_lite/frameworks/src/core/components/ |
H A D | chart_component.cpp | 645 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 D | image_utils.cpp | 937 bool ImageUtils::IsInRange(uint32_t value, uint32_t minValue, uint32_t maxValue) in IsInRange() argument
|