Home
last modified time | relevance | path

Searched defs:sideLength (Results 1 – 13 of 13) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/patternlock/
H A Darkui_patternlock.js23 static sideLength(value) { method in PatternLock
H A Dpatternlock_modifier.cpp188 float sideLength = sideLength_->Get(); in PaintLockLineForApiNine() local
241 auto sideLength = sideLength_->Get(); in PaintLockCircleForApiNine() local
287 float sideLength = sideLength_->Get(); in PaintLockLine() local
461 float sideLength = sideLength_->Get(); in GetCircleCenterByXY() local
469 void PatternLockModifier::SetSideLength(float sideLength) in SetSideLength()
487 auto sideLength = sideLength_->Get(); in SetCircleRadius() local
905 float sideLength = sideLength_->Get(); in GetPointEndByCellCenter() local
943 auto sideLength = sideLength_->Get(); in UpdateBoundsRect() local
H A Dpatternlock_model_ng.cpp88 void PatternLockModelNG::SetSideLength(const Dimension& sideLength) in SetSideLength()
128 void PatternLockModelNG::SetSideLength(FrameNode* frameNode, const Dimension& sideLength) in SetSideLength()
H A Dpatternlock_pattern.cpp252 float sideLength = host->GetGeometryNode()->GetContentSize().Width(); in UpdateAccessibilityTextNode() local
306 float sideLength = host->GetGeometryNode()->GetContentSize().Width(); in GetHandleCircleRadius() local
334 float sideLength = host->GetGeometryNode()->GetContentSize().Width(); in CheckInHotSpot() local
614 float sideLength = geometryNode->GetContentSize().Width(); in GetInnerFocusPaintRect() local
654 float sideLength = geometryNode->GetContentSize().Width(); in OnFocusClick() local
841 float sideLength = geometryNode->GetContentSize().Width(); in GetLastChoosePointOffset() local
H A Dpatternlock_napi.cpp98 CalcDimension sideLength; in SideLength() local
/ohos5.0/docs/zh-cn/application-dev/reference/apis-arkui/arkui-ts/
H A Dts-basic-components-patternlock.md31 ### sideLength subsection
/ohos5.0/docs/en/application-dev/reference/apis-arkui/arkui-ts/
H A Dts-basic-components-patternlock.md31 ### sideLength subsection
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_v2/pattern_lock/
H A Dpattern_lock_component.cpp61 void PatternLockComponent::SetSideLength(const Dimension& sideLength) in SetSideLength()
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/models/
H A Dpatternlock_model_impl.cpp107 void PatternLockModelImpl::SetSideLength(const Dimension& sideLength) in SetSideLength()
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_pattern_lock.cpp221 CalcDimension sideLength; in SetSideLength() local
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/
H A Dpattern_lock_modifier.cpp89 CalcDimension sideLength = patternLockTheme->GetSideLength(); in ResetPatternLockSideLength() local
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/nativeModule/
H A Darkts_native_pattern_lock_bridge.cpp35 CalcDimension sideLength; in SetSideLength() local
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/
H A DarkComponent.js8053 sideLength(value) { method in ArkPatternLockComponent