Home
last modified time | relevance | path

Searched defs:activeColor (Results 1 – 17 of 17) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/patternlock/
H A Darkui_patternlock.js35 static activeColor(value) { method in PatternLock
H A Dpatternlock_model_ng.cpp73 void PatternLockModelNG::SetActiveColor(const Color& activeColor) in SetActiveColor()
113 void PatternLockModelNG::SetActiveColor(FrameNode* frameNode, const Color& activeColor) in SetActiveColor()
H A Dpatternlock_modifier.cpp238 auto activeColor = activeColor_->Get(); in PaintLockCircleForApiNine() local
365 auto activeColor = activeColor_->Get(); in PaintLockCircle() local
521 void PatternLockModifier::SetActiveColor(const Color& activeColor) in SetActiveColor()
H A Dpatternlock_napi.cpp152 Color activeColor; in ActiveColor() local
/ohos5.0/docs/zh-cn/application-dev/reference/apis-arkui/arkui-ts/
H A Dts-basic-components-patternlock.md108 ### activeColor subsection
/ohos5.0/docs/en/application-dev/reference/apis-arkui/arkui-ts/
H A Dts-basic-components-patternlock.md108 ### activeColor subsection
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_v2/pattern_lock/
H A Dpattern_lock_component.cpp41 void PatternLockComponent::SetActiveColor(const Color& activeColor) in SetActiveColor()
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_pattern_lock.cpp171 Color activeColor; in SetActiveColor() local
264 Color activeColor; in SetActiveCircleColor() local
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/models/
H A Dpatternlock_model_impl.cpp86 void PatternLockModelImpl::SetActiveColor(const Color& activeColor) in SetActiveColor()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/checkboxgroup/
H A Dcheckboxgroup_modifier.h41 Color activeColor; member
133 void SetActiveColor(Color activeColor) in SetActiveColor()
H A Dcheckboxgroup_pattern.cpp506 auto activeColor = checkBoxTheme->GetActiveColor(); in GetFocusPattern() local
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/radio/
H A Dradio_modifier.h86 void SetactiveColor(const Color& activeColor) in SetactiveColor()
H A Dradio_pattern.cpp769 auto activeColor = radioTheme->GetActiveColor(); in GetFocusPattern() local
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/
H A Dpattern_lock_modifier.cpp38 Color activeColor = patternLockTheme->GetActiveColor(); in ResetPatternLockActiveColor() local
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/checkable/
H A Dcheckable_component.h205 void SetActiveColor(const Color& activeColor) in SetActiveColor()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/checkbox/
H A Dcheckbox_pattern.cpp691 auto activeColor = checkBoxTheme->GetActiveColor(); in GetFocusPattern() local
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/
H A DarkComponent.js8069 activeColor(value) { method in ArkPatternLockComponent