Home
last modified time | relevance | path

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

/foundation/arkui/ace_engine/frameworks/bridge/arkts_frontend/koala_projects/arkoala/arkui/src/generated/
DArkPatternLockInterfaces.ts77 regularColor: ResourceColor; property
DArkPatternLock.ts110 public regularColor(value: ResourceColor): this { method in ArkPatternLockComponent
/foundation/arkui/ace_engine/frameworks/bridge/arkts_frontend/koala_projects/arkoala-arkts/arkui/src/generated/
DArkPatternLockInterfaces.ts63 regularColor: ResourceColor; property
DArkPatternLock.ts96 public regularColor(value: ResourceColor): this { method in ArkPatternLockComponent
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/patternlock/
Darkui_patternlock.js47 static regularColor(value) { method in PatternLock
Dpatternlock_model_static.cpp75 …ernLockModelStatic::SetRegularColor(FrameNode* frameNode, const std::optional<Color>& regularColor) in SetRegularColor()
Dpatternlock_model_ng.cpp100 void PatternLockModelNG::SetRegularColor(const Color& regularColor) in SetRegularColor()
200 void PatternLockModelNG::SetRegularColor(FrameNode* frameNode, const Color& regularColor) in SetRegularColor()
Dpatternlock_modifier.cpp241 auto regularColor = regularColor_->Get(); in PaintLockCircleForApiNine() local
370 auto regularColor = regularColor_->Get(); in PaintLockCircle() local
526 void PatternLockModifier::SetRegularColor(const Color& regularColor) in SetRegularColor()
Dpatternlock_napi.cpp207 Color regularColor; in RegularColor() local
/foundation/arkui/ace_engine/frameworks/core/components_v2/pattern_lock/
Dpattern_lock_component.cpp32 void PatternLockComponent::SetRegularColor(const Color& regularColor) in SetRegularColor()
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/models/
Dpatternlock_model_impl.cpp92 void PatternLockModelImpl::SetRegularColor(const Color& regularColor) in SetRegularColor()
/foundation/arkui/ace_engine/frameworks/bridge/arkts_frontend/koala_projects/arkoala-arkts/arkui-ohos/src/component/
DpatternLock.ts388 regularColor(value: ResourceColor | undefined): this method
489 public regularColor(value: ResourceColor | undefined): this { method in ArkPatternLockComponent
/foundation/arkui/ace_engine/frameworks/bridge/arkts_frontend/koala_projects/arkoala-arkts/arkui/src/generated/peers/
DArkPatternLockPeer.ts280 regularColor?: ResourceColor property
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/ark_component/src/
DArkPatternLock.ts231 regularColor(value: ResourceColor): PatternLockAttribute { method in ArkPatternLockComponent
/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/
Dpattern_lock_modifier.cpp196 auto* regularColor = reinterpret_cast<ResourceObject*>(regularColorRawPtr); in SetPatternLockRegularColorRes() local
208 Color regularColor = patternLockTheme->GetRegularColor(); in ResetPatternLockRegularColor() local
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
Djs_pattern_lock.cpp230 Color regularColor; in SetRegularColor() local
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/
DarkComponent.js9660 regularColor(value) { method in ArkPatternLockComponent