Home
last modified time | relevance | path

Searched defs:max (Results 26 - 50 of 166) sorted by relevance

1234567

/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/data_panel/
H A Ddata_panel_model_ng.cpp40 void DataPanelModelNG::Create(const std::vector<double>& values, double max, int32_t dataPanelType) in Create() argument
H A Ddata_panel_pattern.cpp124 double max = paintProperty->GetMax().value_or(DEFAULT_MAX_VALUE); in BuildContentModifierNode() local
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/models/
H A Dgauge_model_impl.cpp26 void GaugeModelImpl::Create(float values, float min, float max) in Create() argument
H A Dprogress_model_impl.cpp28 void ProgressModelImpl::Create(double min, double value, double cachedValue, double max, NG::ProgressType type) in Create() argument
H A Dslider_model_impl.cpp25 void SliderModelImpl::Create(float value, float step, float min, float max) in Create() argument
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text_field/
H A Dtext_editing_value_ng.h101 auto max = std::clamp(std::min(std::max(start, end), static_cast<int32_t>(wideText.length())), 0, in GetSelectedText() local
/foundation/arkui/ace_engine/interfaces/native/
H A Dnative_animate.h36 uint32_t max; member
/foundation/arkui/ui_lite/frameworks/components/
H A Dui_axis.cpp50 bool UIXAxis::SetDataRange(uint16_t min, uint16_t max) in SetDataRange() argument
127 bool UIYAxis::SetDataRange(uint16_t min, uint16_t max) in SetDataRange() argument
/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/fuzztest/rsanimationratedecider_fuzzer/
H A Drsanimationratedecider_fuzzer.cpp69 int max = GetData<int>(); in DoSomethingInterestingWithMyAPI() local
/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/fuzztest/rsrenderframeratelinker_fuzzer/
H A Drsrenderframeratelinker_fuzzer.cpp80 int max = GetData<int>(); in DoSetExpectedRange() local
/foundation/multimedia/player_framework/interfaces/inner_api/native/
H A Dcodec_capability.h33 CodecRange(const int32_t &min, const int32_t &max) in CodecRange() argument
44 CodecRange Create(const int32_t &min, const int32_t &max) in Create() argument
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/test/
H A Dmeta_data_test.cpp100 size_t max = 12; in SetUpTestCase() local
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/common/include/
H A Dperformance_analysis.h62 Timestamp max = 0; member
/foundation/distributeddatamgr/relational_store/frameworks/native/rdb/mock/include/
H A Dtask_executor.h31 ExecutorPool(size_t max, size_t min) in ExecutorPool() argument
/foundation/distributedhardware/distributed_audio/common/src/
H A Ddaudio_latency_test.cpp77 int32_t max = 0; in IsFrameHigh() local
/foundation/arkui/ace_engine/frameworks/core/components/common/layout/
H A Dlayout_param.h28 LayoutParam(Size max, Size min) in LayoutParam() argument
109 Size max = layoutParam.Constrain(maxSize_); in Enforce() local
/foundation/arkui/ace_engine/frameworks/bridge/cj_frontend/interfaces/cj_ffi/
H A Dcj_data_panel_ffi.cpp54 void FfiOHOSAceFrameworkDataPanelCreate(VectorDoubleHandle values, double max, int32_t panelType) in FfiOHOSAceFrameworkDataPanelCreate() argument
/foundation/arkui/ace_engine/frameworks/bridge/common/dom/
H A Ddom_progress.cpp60 CreateProgressComponent( double min, double percent, double cachedValue, double max, ProgressType type) CreateProgressComponent() argument
/foundation/arkui/ace_engine/test/unittest/core/pattern/scrollable/
H A Dscrollable_fling_test_ng.cpp440 double max = 0.0f; in HWTEST_F() local
1355 double max = 0.0f; in HWTEST_F() local
[all...]
/foundation/arkui/ace_engine/test/unittest/core/pattern/gauge/
H A Dgauge_builder_test_ng.cpp108 void GaugeBuilderTestNg::Create(float values, float min, float max, const std::function<void(GaugeModelNG)>& callback) in Create() argument
H A Dgauge_pattern_test_ng.cpp109 void GaugePatternTestNg::Create(float values, float min, float max, const std::function<void(GaugeModelNG)>& callback) in Create() argument
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/slider/
H A Dslider_paint_property.h179 float max = GetMax().value_or(100.0f); in GetStepRatio() local
/foundation/graphic/graphic_3d/lume/scenewidgetplugin/plugin/include/scene_plugin/api/
H A Dmesh.h69 void SetAABBMax(const BASE_NS::Math::Vec3& max) in SetAABBMax() argument
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/animation/
H A Drs_frame_rate_range.h44 FrameRateRange(int min, int max, int preferred) : min_(min), max_(max), preferred_(preferred) {} in FrameRateRange() argument
46 FrameRateRange(int min, int max, int preferred, int type) : min_(min), max_(max), in FrameRateRange() argument
49 FrameRateRange(int min, int max, int preferred, int type, ComponentScene componentScene) : min_(min), max_(max), in FrameRateRange() argument
78 void Set(int min, int max, int preferred) in Set() argument
85 void Set(int min, int max, int preferred, int type) in Set() argument
[all...]
/foundation/filemanagement/storage_service/services/storage_daemon/mtpfs/src/
H A Dmtpfs_sha.cpp161 void MtpFsSha::Read(std::istream &is, std::string &s, const int max) in Read() argument

Completed in 14 milliseconds

1234567