/foundation/arkui/ace_engine/frameworks/core/components_v2/inspector/ |
H A D | blank_composed_element.cpp | 25 { "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 D | slider_composed_element.cpp | 44 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 D | blank_composed_element.h | 35 std::string GetMin() const;
|
H A D | slider_composed_element.h | 38 std::string GetMin() const;
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/gauge/ |
H A D | gauge_accessibility_property.cpp | 28 accessibilityValue.min = gaugePaintProperty->GetMin().value_or(0); in GetAccessibilityValue()
|
H A D | gauge_pattern.cpp | 109 auto min = gaugePaintProperty->GetMin().value_or(0.0f); in BuildContentModifierNode()
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/slider/ |
H A D | slider_accessibility_property.cpp | 44 result.min = sliderProperty->GetMin().value_or(0); in GetAccessibilityValue()
|
H A D | slider_paint_property.h | 123 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 D | slider_pattern.cpp | 264 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 D | js_third_provider_interaction_operation_utils_test.cpp | 53 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 D | slider_test_ng.cpp | 222 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 D | slider_Extend_test_ng.cpp | 1143 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 D | render_slider.h | 108 double GetMin() const in GetMin() function in OHOS::Ace::RenderSlider
|
/foundation/barrierfree/accessibility/frameworks/common/src/ |
H A D | accessibility_element_info.cpp | 537 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 D | accessibility_element_info_test.cpp | 873 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 D | mock_accessibility_element_info.cpp | 873 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 D | accessibility_element_info.h | 84 double GetMin() const;
|
/foundation/graphic/graphic_2d/interfaces/kits/napi/graphic/webgl/src/ |
H A D | webgl2_rendering_context.cpp | 166 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 D | napi_accessibility_element.cpp | 868 callbackInfo->accessibilityElement_.elementInfo_->GetRange().GetMin(), &value)); in GetElementInfoValueMin()
|
/foundation/arkui/ace_engine/adapter/ohos/osal/ |
H A D | js_accessibility_manager.cpp | 2227 DumpLog::GetInstance().AddDesc("min value: ", nodeInfo.GetRange().GetMin()); in DumpAccessibilityPropertyNG()
|