/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/gauge/ |
H A D | gauge_model_ng.cpp | 22 void GaugeModelNG::Create(float value, float min, float max) in Create() argument
|
H A D | gauge_pattern.cpp | 110 auto max = gaugePaintProperty->GetMax().value_or(100.0f); in BuildContentModifierNode() local
|
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/ |
H A D | js_data_panel.cpp | 95 double max = jsObj->GetPropertyValue<double>("max", 100.0); in Create() local
|
/foundation/arkui/ace_engine/test/unittest/core/accessibility/ |
H A D | js_third_provider_interaction_operation_utils_test.cpp | 134 auto max = ++index; in BuildAccessibilityElementInfoPart() local
|
/foundation/arkui/ace_engine/test/unittest/core/pattern/progress/ |
H A D | progress_test_ng.cpp | 78 ProgressModelNG ProgressTestNg::CreateProgress(double value, double max, NG::ProgressType type) in CreateProgress() argument
|
H A D | progress_content_modifier_test_ng.cpp | 151 ProgressModelNG ProgressConModTestNg::CreateProgress(double value, double max, NG::ProgressType type) in CreateProgress() argument
|
H A D | progress_builder_test_ng.cpp | 150 ProgressModelNG ProgressBuilderTestNg::CreateProgress(double value, double max, NG::ProgressType type) in CreateProgress() argument
|
/foundation/arkui/ace_engine/test/unittest/core/pattern/scrollable/ |
H A D | scrollable_test_ng.cpp | 749 double max = 0.0f; in HWTEST_F() local
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/scrollable/ |
H A D | scrollable_model_ng.cpp | 213 void ScrollableModelNG::SetMaxFlingSpeed(double max) in SetMaxFlingSpeed() argument 246 void ScrollableModelNG::SetMaxFlingSpeed(FrameNode* frameNode, double max) in SetMaxFlingSpeed() argument
|
/foundation/arkui/ace_engine_lite/frameworks/src/core/animation/ |
H A D | transition_impl.cpp | 334 int8_t max = 127; in GetNumIterations() local
|
/foundation/arkui/ace_engine_lite/frameworks/src/core/components/test/unittest/common/ |
H A D | input_tdd_test.cpp | 179 const uint32_t max = UINT_MAX; in HWTEST_F() local 999 const uint32_t max = UINT_MAX; in HWTEST_F() local 1060 const uint8_t max = 255; in HWTEST_F() local 1122 const uint32_t max = UINT_MAX; HWTEST_F() local 1265 const uint16_t max = MAX_TEXT_LENGTH; HWTEST_F() local [all...] |
/foundation/arkui/ui_lite/test/uitest/test_progress_bar/ |
H A D | ui_test_circle_progress.cpp | 353 static int16_t max = 100; // 100: max value in OnClick() local
|
H A D | ui_test_box_progress.cpp | 319 static int16_t max = 100; // 100: max value in OnClick() local [all...] |
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/common/ |
H A D | rs_obj_abs_geometry.cpp | 364 float max = d0; in GetDataRange() local
|
/foundation/graphic/graphic_3d/lume/Lume_3D/src/util/ |
H A D | mesh_builder.h | 181 BASE_NS::Math::Vec3 max; member
|
/foundation/graphic/graphic_2d/rosen/test/render/render/unittest/animat/ |
H A D | rs_particle_animate_test.cpp | 986 float max = 0.f; in HWTEST_F() local
|
/foundation/graphic/graphic_2d/rosen/test/2d_graphics/drawing_ndk/cpp/ |
H A D | test_common.cpp | 65 uint32_t max = count-1;
in nextULessThan() local 82 float_t TestRend::nextRangeF(float_t min, float_t max)
in nextRangeF() argument
|
/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/animation/ |
H A D | rs_render_particle_test.cpp | 803 float max = 0.f; in HWTEST_F() local
|
/foundation/multimedia/image_framework/frameworks/innerkitsimpl/converter/include/ |
H A D | basic_transformer.h | 53 static inline int32_t ClampMax(int value, int max) in ClampMax() argument
|
/foundation/multimedia/camera_framework/frameworks/native/camera/src/ability/ |
H A D | camera_ability.cpp | 257 float max = std::max(tempRange.value()[1], range[1]); in PrepareSpecMaximumValue() local 306 float max = std::min(zoomRatioRangeInSpec_[1], range[1]); in GetZoomRatioRange() local
|
/foundation/multimedia/av_codec/test/moduletest/vcodec/encoder/src/ |
H A D | func_test.cpp | 2724 int64_t max = 100000001; in HWTEST_F() local 2824 int64_t max = 100000001; in HWTEST_F() local
|
/foundation/multimedia/media_library/frameworks/services/media_mtp/src/ |
H A D | property.cpp | 248 void Property::SetFormRange(int min, int max, int step) in SetFormRange() argument
|
/foundation/multimodalinput/input/frameworks/napi/input_device/src/ |
H A D | js_util.cpp | 161 napi_value max = nullptr; in GetDeviceAxisInfo() local
|
/foundation/multimodalinput/input/frameworks/proxy/events/src/ |
H A D | input_device.cpp | 133 int32_t max = static_cast<int32_t>(INPUT_DEV_CAP_MAX); in HasCapability() local 156 InputDevice::AxisInfo::AxisInfo(int32_t type, int32_t min, int32_t max, int32_t fuzz, int32_t flat, int32_t resolution) in AxisInfo() argument 179 void InputDevice::AxisInfo::SetMaximum(int32_t max) in SetMaximum() argument
|
/foundation/communication/netstack/frameworks/native/tls_socket/include/ |
H A D | tls_config_enhanced.h | 79 std::optional<TlsVersion> max; member
|