Home
last modified time | relevance | path

Searched defs:regularColor (Results 1 – 11 of 11) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/patternlock/
H A Darkui_patternlock.js47 static regularColor(value) { method in PatternLock
H A Dpatternlock_model_ng.cpp78 void PatternLockModelNG::SetRegularColor(const Color& regularColor) in SetRegularColor()
143 void PatternLockModelNG::SetRegularColor(FrameNode* frameNode, const Color& regularColor) in SetRegularColor()
H A Dpatternlock_modifier.cpp239 auto regularColor = regularColor_->Get(); in PaintLockCircleForApiNine() local
366 auto regularColor = regularColor_->Get(); in PaintLockCircle() local
507 void PatternLockModifier::SetRegularColor(const Color& regularColor) in SetRegularColor()
H A Dpatternlock_napi.cpp205 Color regularColor; in RegularColor() local
/ohos5.0/docs/zh-cn/application-dev/reference/apis-arkui/arkui-ts/
H A Dts-basic-components-patternlock.md76 ### regularColor subsection
/ohos5.0/docs/en/application-dev/reference/apis-arkui/arkui-ts/
H A Dts-basic-components-patternlock.md76 ### regularColor subsection
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_v2/pattern_lock/
H A Dpattern_lock_component.cpp33 void PatternLockComponent::SetRegularColor(const Color& regularColor) in SetRegularColor()
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/models/
H A Dpatternlock_model_impl.cpp93 void PatternLockModelImpl::SetRegularColor(const Color& regularColor) in SetRegularColor()
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_pattern_lock.cpp185 Color regularColor; in SetRegularColor() local
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/
H A Dpattern_lock_modifier.cpp137 Color regularColor = patternLockTheme->GetRegularColor(); in ResetPatternLockRegularColor() local
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/
H A DarkComponent.js8061 regularColor(value) { method in ArkPatternLockComponent