Home
last modified time | relevance | path

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

1234567

/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/animation/
Drs_frame_rate_range.h40 FrameRateRange(int min, int max, int preferred) : min_(min), max_(max), preferred_(preferred) {} in FrameRateRange()
42 FrameRateRange(int min, int max, int preferred, int type) : min_(min), max_(max), in FrameRateRange()
45 …FrameRateRange(int min, int max, int preferred, int type, ComponentScene componentScene) : min_(mi… in FrameRateRange()
74 void Set(int min, int max, int preferred) in Set()
81 void Set(int min, int max, int preferred, int type) in Set()
/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/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/24/
Dindex.js19 max: 50, property
25 max: 450, property
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/framework/test/
Dcrypto_test.cpp37 int32_t max = 255; variable
/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/multimedia/player_framework/interfaces/inner_api/native/
Dcodec_capability.h33 CodecRange(const int32_t &min, const int32_t &max) in CodecRange()
44 CodecRange Create(const int32_t &min, const int32_t &max) in Create()
/foundation/resourceschedule/ffrt/benchmarks/speedup/
Dspeedup.cpp25 uint32_t max = max_min; in main() local
/foundation/resourceschedule/ffrt/src/eu/
Dosattr_manager.cpp22 bool OSAttrManager::CheckSchedAttrPara(const std::string &name, int min, int max, int paraValue) in CheckSchedAttrPara()
47 int max; in UpdateSchedAttr() member
/foundation/arkui/ace_engine/frameworks/core/components_ng/manager/display_sync/
Dui_display_sync.h51 FrameRateRange(int min, int max, int preferred) : min_(min), max_(max), preferred_(preferred) {} in FrameRateRange()
53 FrameRateRange(int min, int max, int preferred, int componentScene) in FrameRateRange()
80 void Set(int min, int max, int preferred) in Set()
/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_ng/pattern/gauge/
Dgauge_model_ng.h25 GaugeConfiguration(float value, float min, float max, bool enabled) in GaugeConfiguration()
/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/graphic/graphic_2d/interfaces/inner_api/hyper_graphic_manager/
Dnative_display_soloist.h74 int32_t max; member
/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/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/test/moduletest/common/test_app/ui_auto_test/src/main/js/default/common/js/
Dchart.js30 max: 100, property
37 max: 100, property
/foundation/arkui/ace_engine/frameworks/core/components/slider/
Dslider_component.cpp22 …mponent::SliderComponent(const double value, const double step, const double min, const double max) in SliderComponent()
/foundation/arkui/ui_lite/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/multimodalinput/input/frameworks/proxy/events/src/
Dinput_device.cpp133 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,… in AxisInfo()
179 void InputDevice::AxisInfo::SetMaximum(int32_t max) in SetMaximum()
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/adapter/dfx/test/unittest/
Ddistributeddata_dfx_mst_test.cpp36 size_t max = 12; in SetUpTestCase() local
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/slider/
Dslider_model_ng.h27 SliderConfiguration(double value, double min, double max, double step, bool enabled) in SliderConfiguration()
/foundation/graphic/graphic_utils_lite/interfaces/innerkits/
Dgraphic_semaphore.h41 GraphicSemaphore(int32_t init, int32_t max) in GraphicSemaphore()
/foundation/arkui/ace_engine/frameworks/bridge/cj_frontend/interfaces/cj_ffi/
Dcj_slider_ffi.h26 double max; member

1234567