Home
last modified time | relevance | path

Searched refs:GetSideLength (Results 1 – 13 of 13) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_v2/inspector/
H A Dpattern_lock_composed_element.cpp27 …deLength", [](const PatternLockComposedElement& inspector) { return inspector.GetSideLength(); } }, in __anon7884fda20202()
42 std::string("sideLength: ").append(GetSideLength())); in Dump()
68 std::string PatternLockComposedElement::GetSideLength() const in GetSideLength() function in OHOS::Ace::V2::PatternLockComposedElement
76 return renderPatternLock->GetSideLength().ToString(); in GetSideLength()
H A Dpattern_lock_composed_element.h33 std::string GetSideLength() const;
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/patternlock/
H A Dpatternlock_layout_property.h58 GetSideLength().value_or(patternLockTheme->GetSideLength()).ToString().c_str(), filter); in ToJsonValue()
H A Dpatternlock_layout_algorithm.cpp28 sideLength_ = patternLockTheme->GetSideLength(); in MeasureContent()
31 sideLength_ = patternLockLayoutProperty->GetSideLength().value_or(sideLength_); in MeasureContent()
H A Dpatternlock_napi.cpp102 sideLength = patternLockTheme->GetSideLength(); in SideLength()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_v2/pattern_lock/
H A Drender_pattern_lock.cpp134 …sideLength_ = patternLockComponent->GetSideLength().Value() < 0.0 ? 0.0_vp : patternLockComponent-… in UpdateAttr()
135 double cSideLength = patternLockComponent->GetSideLength().ConvertToVp(); in UpdateAttr()
H A Dpattern_lock_component.cpp53 const Dimension& PatternLockComponent::GetSideLength() const in GetSideLength() function in OHOS::Ace::V2::PatternLockComponent
H A Dpattern_lock_component.h61 const Dimension& GetSideLength() const;
H A Drender_pattern_lock.h46 const Dimension& GetSideLength() const in GetSideLength() function
H A Dpattern_lock_theme.h147 Dimension GetSideLength() const in GetSideLength() function
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/
H A Dpattern_lock_modifier.cpp89 CalcDimension sideLength = patternLockTheme->GetSideLength(); in ResetPatternLockSideLength()
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_pattern_lock.cpp225 sideLength = patternLockTheme->GetSideLength(); in SetSideLength()
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/patternlock/
H A Dpatternlock_test_ng.cpp176 EXPECT_EQ(layoutProperty_->GetSideLength(), SIDE_LENGTH);