Home
last modified time | relevance | path

Searched defs:max (Results 1 – 25 of 82) sorted by relevance

1234

/foundation/arkui/ace_engine_lite/test/moduletest/common/test_app/ui_auto_test/src/main/js/default/pages/chart/29/
Dindex.js19 max: 450, property
25 max: 20, property
/foundation/arkui/ace_engine_lite/test/moduletest/common/test_app/ui_auto_test/src/main/js/default/pages/chart/24/
Dindex.js19 max: 50, property
25 max: 450, property
/foundation/arkui/ace_engine_lite/frameworks/examples/showcase/src/main/js/default/common/js/
Dchart.js49 max: 10, property
55 max: 5000, property
63 max: 10, property
68 max: 5000, property
/foundation/arkui/ace_engine_lite/test/moduletest/common/test_app/ui_auto_test/src/main/js/default/pages/chart/28/
Dindex.js19 max: 450, property
/foundation/arkui/ace_engine_lite/test/moduletest/common/test_app/ui_auto_test/src/main/js/default/pages/chart/21/
Dindex.js40 xAxis: { min: 0, max: 10, axisTick: 10, display:true }, property
41 yAxis: { min: 400, max: 800, axisTick: 10, display: true } property
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
Djs_slider.cpp70 double GetStep(double step, double max, double min) in GetStep()
78 double GetValue(double value, double max, double min) in GetValue()
94 double max = 100; // max:Set the maximum value. The default value is 100. in Create() local
Djs_data_panel.cpp77 auto max = param->GetDouble("max", 100.0); in Create() local
/foundation/arkui/ace_engine/frameworks/core/components/common/layout/
Dlayout_param.h28 LayoutParam(Size max, Size min) in LayoutParam()
109 Size max = layoutParam.Constrain(maxSize_); in Enforce() local
/foundation/arkui/ace_engine/frameworks/core/components/progress/
Dprogress_component.cpp23 ProgressComponent::ProgressComponent(double min, double value, double cachedValue, double max, Prog… in ProgressComponent()
/foundation/arkui/ace_engine_lite/frameworks/src/core/components/test/unittest/common/
Dinput_tdd_test.cpp179 const uint32_t max = UINT_MAX; variable
999 const uint32_t max = UINT_MAX; variable
1060 const uint8_t max = 255; variable
1122 const uint32_t max = UINT_MAX; variable
1265 const uint16_t max = MAX_TEXT_LENGTH; variable
/foundation/arkui/ace_engine/frameworks/core/components/slider/
Dslider_component.cpp23 …mponent::SliderComponent(const double value, const double step, const double min, const double max) in SliderComponent()
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/data_panel/
Ddata_panel_model_ng.cpp26 void DataPanelModelNG::Create(const std::vector<double>& values, double max, int32_t dataPanelType) in Create()
/foundation/arkui/ace_engine_lite/test/moduletest/common/test_app/ui_auto_test/src/main/js/default/pages/chart/30/
Dindex.js19 max: 450, property
25 max: 20, property
/foundation/graphic/utils/interfaces/innerkits/
Dgraphic_semaphore.h41 GraphicSemaphore(int32_t init, int32_t max) in GraphicSemaphore()
/foundation/arkui/ace_engine_lite/test/moduletest/common/test_app/ui_auto_test/src/main/js/default/common/js/
Dchart.js30 max: 100, property
37 max: 100, property
/foundation/graphic/ui/frameworks/components/
Dui_axis.cpp50 bool UIXAxis::SetDataRange(uint16_t min, uint16_t max) in SetDataRange()
127 bool UIYAxis::SetDataRange(uint16_t min, uint16_t max) in SetDataRange()
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/models/
Ddata_panel_model_impl.cpp25 void DataPanelModelImpl::Create(const std::vector<double>& values, double max, int32_t type) in Create()
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/gauge/
Dgauge_model_ng.cpp27 void GaugeModelNG::Create(float value, float min, float max) in Create()
/foundation/arkui/ace_engine/frameworks/core/components/test/json/
Dprogress_creator.cpp53 double max = componentJson.GetValue(PROGRESS_MAX)->GetDouble(); in CreateFromJson() local
Dslider_creator.cpp53 double max = componentJson.GetValue(SLIDER_MAX)->GetDouble(); in CreateFromJson() local
/foundation/multimodalinput/input/frameworks/proxy/events/src/
Dinput_device.cpp125 InputDevice::AxisInfo::AxisInfo(int32_t type, int32_t min, int32_t max, int32_t fuzz, int32_t flat,… in AxisInfo()
148 void InputDevice::AxisInfo::SetMaximum(int32_t max) in SetMaximum()
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/progress/
Dprogress_model_ng.cpp26 void ProgressModelNG::Create(double min, double value, double cachedValue, double max, NG::Progress… in Create()
/foundation/systemabilitymgr/samgr_lite/interfaces/kits/samgr/
Dcommon.h107 int16 max; member
/foundation/arkui/ace_engine/frameworks/core/components/test/unittest/progress/
Dprogress_creator_test.cpp87 double max = progress->GetMaxValue(); in CompareAllProperty() local
108 double max = progress->GetMaxValue(); in CompareAllDefault() local
/foundation/communication/dsoftbus/adapter/common/bus_center/network/
Dlnn_netlink_monitor.c84 static void ParseRtAttr(struct rtattr **tb, int max, struct rtattr *attr, int len) in ParseRtAttr()

1234