Home
last modified time | relevance | path

Searched defs:regularColor (Results 1 – 8 of 8) 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.cpp77 void PatternLockModelNG::SetRegularColor(const Color& regularColor) in SetRegularColor()
Dpatternlock_modifier.cpp231 auto regularColor = regularColor_->Get(); in PaintLockCircleForApiNine() local
356 auto regularColor = regularColor_->Get(); in PaintLockCircle() local
497 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/jsview/
Djs_pattern_lock.cpp187 Color regularColor; in SetRegularColor() local
/foundation/arkui/ace_engine/frameworks/core/components_ng/test/pattern/patternlock/
Dpatternlock_pattern_test_ng.cpp69 std::optional<Color> regularColor = std::nullopt; member