Home
last modified time | relevance | path

Searched refs:GetMin (Results 1 – 25 of 29) sorted by relevance

12

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_v2/inspector/
H A Dblank_composed_element.cpp26 { "min", [](const BlankComposedElement& inspector) { return inspector.GetMin(); } }, in __anon7ac10f040202()
35 DumpLog::GetInstance().AddDesc(std::string("min: ").append(GetMin())); in Dump()
48 std::string BlankComposedElement::GetMin() const in GetMin() function in OHOS::Ace::V2::BlankComposedElement
H A Dslider_composed_element.cpp47 DumpLog::GetInstance().AddDesc(std::string("min: ").append(GetMin())); in Dump()
76 jsonValue->Put("min", GetMin().c_str()); in GetConstructor()
116 std::string SliderComposedElement::GetMin() const in GetMin() function in OHOS::Ace::V2::SliderComposedElement
120 return std::to_string(renderSlider->GetMin()); in GetMin()
H A Dblank_composed_element.h35 std::string GetMin() const;
H A Dslider_composed_element.h38 std::string GetMin() const;
/ohos5.0/base/web/webview/ohos_interface/ohos_glue/ohos_adapter/bridge/webcore/
H A Dark_video_capture_range_adapter_wrapper.cpp24 double ArkVideoCaptureRangeAdapterWrapper::GetMin() in GetMin() function in OHOS::ArkWeb::ArkVideoCaptureRangeAdapterWrapper
26 return ctocpp_->GetMin(); in GetMin()
H A Dark_video_capture_range_adapter_wrapper.h29 double GetMin() override;
/ohos5.0/base/web/webview/ohos_interface/ohos_glue/ohos_adapter/bridge/webview/
H A Dark_video_capture_range_adapter_impl.cpp27 double ArkVideoCaptureRangeAdapterImpl::GetMin() in GetMin() function in OHOS::ArkWeb::ArkVideoCaptureRangeAdapterImpl
29 return real_->GetMin(); in GetMin()
H A Dark_video_capture_range_adapter_impl.h29 double GetMin() override;
/ohos5.0/base/web/webview/ohos_adapter/camera_adapter/src/
H A Dvideo_capture_range_adapter_mock.cpp20 double VideoCaptureRangeAdapterImpl::GetMin() in GetMin() function in OHOS::NWeb::VideoCaptureRangeAdapterImpl
H A Dvideo_capture_range_adapter_impl.cpp20 double VideoCaptureRangeAdapterImpl::GetMin() in GetMin() function in OHOS::NWeb::VideoCaptureRangeAdapterImpl
/ohos5.0/base/web/webview/ohos_adapter/camera_adapter/include/
H A Dvideo_capture_range_adapter_impl.h27 double GetMin() override;
/ohos5.0/base/web/webview/test/fuzztest/ohos_adapter/camera_adapter/videocapturerangeadapter_fuzzer/
H A Dvideocapturerangeadapter_fuzzer.cpp38 adapter.GetMin(); in VideoCaptureRangeAdapterFuzzTest()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/gauge/
H A Dgauge_accessibility_property.cpp31 accessibilityValue.min = gaugePaintProperty->GetMin().value_or(0); in GetAccessibilityValue()
H A Dgauge_pattern.cpp111 auto min = gaugePaintProperty->GetMin().value_or(0.0f); in BuildContentModifierNode()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/slider/
H A Dslider_accessibility_property.cpp39 result.min = sliderProperty->GetMin().value_or(0); in GetAccessibilityValue()
H A Dslider_paint_property.h123 jsonConstructor->Put("min", std::to_string(GetMin().value_or(0.0f)).c_str()); in ToJsonValue()
178 float min = GetMin().value_or(0.0f); in GetStepRatio()
H A Dslider_pattern.cpp312 auto min = sliderPaintProperty->GetMin().value_or(SLIDER_MIN); in UpdateStepAccessibilityVirtualNode()
464 const double min = sliderPaintProperty->GetMin().value_or(SLIDER_MIN); in GetCurrentStepIndex()
499 float min = sliderPaintProperty->GetMin().value_or(0.0f); in CalcSliderValue()
919 float min = sliderPaintProperty->GetMin().value_or(SLIDER_MIN); in isMinResponseExceed()
948 float min = sliderPaintProperty->GetMin().value_or(SLIDER_MIN); in UpdateValueByLocalLocation()
973 float min = sliderPaintProperty->GetMin().value_or(SLIDER_MIN); in UpdateToValidValue()
1316 float min = sliderPaintProperty->GetMin().value_or(SLIDER_MIN); in MoveStep()
1913 auto min = sliderPaintProperty->GetMin().value_or(0.0f); in BuildContentModifierNode()
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/accessibility/
H A Djs_third_provider_interaction_operation_utils_test.cpp53 accessibilityElementInfo.GetRange().GetMin(), in FillNativeAccessibilityElementInfoPart()
230 EXPECT_EQ(beforeInfo.GetRange().GetMin(), in CheckTransformElementInfoResultPart()
231 afterInfo.GetRange().GetMin()); in CheckTransformElementInfoResultPart()
/ohos5.0/base/web/webview/ohos_interface/ohos_glue/ohos_adapter/include/
H A Dark_camera_manager_adapter.h105 virtual double GetMin() = 0;
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/slider/
H A Dslider_test_ng.cpp207 EXPECT_EQ(sliderPaintProperty->GetMin(), MIN);
244 EXPECT_EQ(sliderPaintProperty->GetMin(), MIN);
580 EXPECT_EQ(paintProperty->GetMin().value(), MIN);
1091 EXPECT_EQ(sliderPaintProperty->GetMin(), MIN);
1122 EXPECT_EQ(sliderPaintProperty->GetMin(), MIN);
1153 EXPECT_EQ(sliderPaintProperty->GetMin(), MIN);
1748 EXPECT_EQ(sliderPaintProperty->GetMin(), MIN);
1795 EXPECT_EQ(sliderPaintProperty->GetMin(), MIN);
1862 EXPECT_EQ(sliderPaintProperty->GetMin(), MIN);
1946 EXPECT_EQ(sliderPaintProperty->GetMin(), MIN);
/ohos5.0/base/web/webview/ohos_interface/include/ohos_adapter/
H A Dcamera_manager_adapter.h172 virtual double GetMin() = 0;
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/slider/
H A Drender_slider.h108 double GetMin() const in GetMin() function
/ohos5.0/foundation/barrierfree/accessibility/frameworks/common/src/
H A Daccessibility_element_info.cpp547 rangeInfo_.SetMin(rangeInfo.GetMin()); in SetRange()
628 double RangeInfo::GetMin() const in GetMin() function in OHOS::Accessibility::RangeInfo
/ohos5.0/foundation/barrierfree/accessibility/frameworks/common/test/unittest/
H A Daccessibility_element_info_test.cpp873 EXPECT_EQ(elementInfo_->GetRange().GetMin(), 1);
1124 EXPECT_EQ(rangeInfo_->GetMin(), 1);
/ohos5.0/foundation/barrierfree/accessibility/interfaces/innerkits/common/include/
H A Daccessibility_element_info.h92 double GetMin() const;

12