Home
last modified time | relevance | path

Searched refs:GetMin (Results 1 - 20 of 20) sorted by relevance

/foundation/arkui/ace_engine/frameworks/core/components_v2/inspector/
H A Dblank_composed_element.cpp25 { "min", [](const BlankComposedElement& inspector) { return inspector.GetMin(); } },
34 DumpLog::GetInstance().AddDesc(std::string("min: ").append(GetMin())); in Dump()
47 std::string BlankComposedElement::GetMin() const in GetMin() function in OHOS::Ace::V2::BlankComposedElement
H A Dslider_composed_element.cpp44 DumpLog::GetInstance().AddDesc(std::string("min: ").append(GetMin())); in Dump()
73 jsonValue->Put("min", GetMin().c_str()); in GetConstructor()
113 std::string SliderComposedElement::GetMin() const in GetMin() function in OHOS::Ace::V2::SliderComposedElement
117 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;
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/gauge/
H A Dgauge_accessibility_property.cpp28 accessibilityValue.min = gaugePaintProperty->GetMin().value_or(0); in GetAccessibilityValue()
H A Dgauge_pattern.cpp109 auto min = gaugePaintProperty->GetMin().value_or(0.0f); in BuildContentModifierNode()
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/slider/
H A Dslider_accessibility_property.cpp44 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());
178 float min = GetMin().value_or(0.0f); in GetStepRatio()
H A Dslider_pattern.cpp264 auto min = sliderPaintProperty->GetMin().value_or(SLIDER_MIN); in UpdateStepAccessibilityVirtualNode()
413 const double min = sliderPaintProperty->GetMin().value_or(SLIDER_MIN); in GetCurrentStepIndex()
448 float min = sliderPaintProperty->GetMin().value_or(0.0f); in CalcSliderValue()
868 float min = sliderPaintProperty->GetMin().value_or(SLIDER_MIN); in isMinResponseExceed()
897 float min = sliderPaintProperty->GetMin().value_or(SLIDER_MIN); in UpdateValueByLocalLocation()
922 float min = sliderPaintProperty->GetMin().value_or(SLIDER_MIN); in UpdateToValidValue()
1265 float min = sliderPaintProperty->GetMin().value_or(SLIDER_MIN); in MoveStep()
1871 auto min = sliderPaintProperty->GetMin().value_or(0.0f); in BuildContentModifierNode()
1900 float min = sliderPaintProperty->GetMin().value_or(0.0f); in InitOrRefreshSlipFactor()
/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()
/foundation/arkui/ace_engine/test/unittest/core/pattern/slider/
H A Dslider_test_ng.cpp222 EXPECT_EQ(sliderPaintProperty->GetMin(), MIN); in HWTEST_F()
259 EXPECT_EQ(sliderPaintProperty->GetMin(), MIN); in HWTEST_F()
595 EXPECT_EQ(paintProperty->GetMin().value(), MIN); in HWTEST_F()
1106 EXPECT_EQ(sliderPaintProperty->GetMin(), MIN); in HWTEST_F()
1137 EXPECT_EQ(sliderPaintProperty->GetMin(), MIN); in HWTEST_F()
1168 EXPECT_EQ(sliderPaintProperty->GetMin(), MIN); in HWTEST_F()
1765 EXPECT_EQ(sliderPaintProperty->GetMin(), MIN); in HWTEST_F()
1795 EXPECT_EQ(sliderPaintProperty->GetMin(), MIN); in HWTEST_F()
1842 EXPECT_EQ(sliderPaintProperty->GetMin(), MIN); in HWTEST_F()
1909 EXPECT_EQ(sliderPaintProperty->GetMin(), MI in HWTEST_F()
[all...]
H A Dslider_Extend_test_ng.cpp1143 EXPECT_EQ(sliderPaintProperty->GetMin(), MIN); in HWTEST_F()
1272 EXPECT_EQ(sliderPaintProperty->GetMin(), MIN); in HWTEST_F()
1493 EXPECT_EQ(sliderPaintProperty->GetMin(), MIN); in HWTEST_F()
/foundation/arkui/ace_engine/frameworks/core/components/slider/
H A Drender_slider.h108 double GetMin() const in GetMin() function in OHOS::Ace::RenderSlider
/foundation/barrierfree/accessibility/frameworks/common/src/
H A Daccessibility_element_info.cpp537 rangeInfo_.SetMin(rangeInfo.GetMin()); in SetRange()
618 double RangeInfo::GetMin() const in GetMin() function in OHOS::Accessibility::RangeInfo
/foundation/barrierfree/accessibility/frameworks/common/test/unittest/
H A Daccessibility_element_info_test.cpp873 EXPECT_EQ(elementInfo_->GetRange().GetMin(), 1); in HWTEST_F()
1118 * @tc.desc: Test function SetMin, GetMin
1124 EXPECT_EQ(rangeInfo_->GetMin(), 1); in HWTEST_F()
/foundation/barrierfree/accessibility/frameworks/common/test/mock/src/
H A Dmock_accessibility_element_info.cpp873 EXPECT_EQ(elementInfo_->GetRange().GetMin(), 1); in HWTEST_F()
1118 * @tc.desc: Test function SetMin, GetMin
1124 EXPECT_EQ(rangeInfo_->GetMin(), 1); in HWTEST_F()
/foundation/barrierfree/accessibility/interfaces/innerkits/common/include/
H A Daccessibility_element_info.h84 double GetMin() const;
/foundation/graphic/graphic_2d/interfaces/kits/napi/graphic/webgl/src/
H A Dwebgl2_rendering_context.cpp166 static napi_value GetMin(napi_env env, napi_callback_info info) in GetMin() function
1508 NVal::DeclareNapiGetter("MIN", GetMin), in Export()
/foundation/barrierfree/accessibility/interfaces/kits/napi/accessibility_extension_module_loader/src/
H A Dnapi_accessibility_element.cpp868 callbackInfo->accessibilityElement_.elementInfo_->GetRange().GetMin(), &value)); in GetElementInfoValueMin()
/foundation/arkui/ace_engine/adapter/ohos/osal/
H A Djs_accessibility_manager.cpp2227 DumpLog::GetInstance().AddDesc("min value: ", nodeInfo.GetRange().GetMin()); in DumpAccessibilityPropertyNG()

Completed in 38 milliseconds