Home
last modified time | relevance | path

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

/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/patternlock/
Darkui_patternlock.js47 static regularColor(value) { method in PatternLock
Dpatternlock_model_ng.cpp78 void PatternLockModelNG::SetRegularColor(const Color& regularColor) in SetRegularColor()
143 void PatternLockModelNG::SetRegularColor(FrameNode* frameNode, const Color& regularColor) in SetRegularColor()
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()
Dpatternlock_napi.cpp205 Color regularColor; in RegularColor() local
/foundation/arkui/ace_engine/frameworks/core/components_v2/pattern_lock/
Dpattern_lock_component.cpp33 void PatternLockComponent::SetRegularColor(const Color& regularColor) in SetRegularColor()
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/models/
Dpatternlock_model_impl.cpp93 void PatternLockModelImpl::SetRegularColor(const Color& regularColor) in SetRegularColor()
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/ark_component/src/
DArkPatternLock.ts160 regularColor(value: ResourceColor): PatternLockAttribute { method in ArkPatternLockComponent
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
Djs_pattern_lock.cpp185 Color regularColor; in SetRegularColor() local
/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/
Dpattern_lock_modifier.cpp137 Color regularColor = patternLockTheme->GetRegularColor(); in ResetPatternLockRegularColor() local
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/
DarkComponent.js7691 regularColor(value) { method in ArkPatternLockComponent