Home
last modified time | relevance | path

Searched refs:SetRegularColor (Results 1 – 20 of 20) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/models/
H A Dpatternlock_model_impl.cpp36 lock->SetRegularColor(lockTheme->GetRegularColor()); in Create()
93 void PatternLockModelImpl::SetRegularColor(const Color& regularColor) in SetRegularColor() function in OHOS::Ace::Framework::PatternLockModelImpl
97 lock->SetRegularColor(regularColor); in SetRegularColor()
H A Dpatternlock_model_impl.h32 void SetRegularColor(const Color& regularColor) override;
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/patternlock/
H A Dpatternlock_model_ng.h32 void SetRegularColor(const Color& regularColor) override;
46 static void SetRegularColor(FrameNode* frameNode, const Color& color);
H A Dpatternlock_model_ng.cpp78 void PatternLockModelNG::SetRegularColor(const Color& regularColor) in SetRegularColor() function in OHOS::Ace::NG::PatternLockModelNG
143 void PatternLockModelNG::SetRegularColor(FrameNode* frameNode, const Color& regularColor) in SetRegularColor() function in OHOS::Ace::NG::PatternLockModelNG
H A Dpatternlock_model.h38 virtual void SetRegularColor(const Color& regularColor);
H A Dpatternlock_paint_method.cpp48 patternlockModifier_->SetRegularColor(regularColor_); in UpdateContentModifier()
H A Dpatternlock_modifier.h69 void SetRegularColor(const Color& regularColor);
H A Dpatternlock_napi.cpp211 PatternLockModel::GetInstance()->SetRegularColor(regularColor); in RegularColor()
H A Dpatternlock_modifier.cpp507 void PatternLockModifier::SetRegularColor(const Color& regularColor) in SetRegularColor() function in OHOS::Ace::NG::PatternLockModifier
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_pattern_lock.cpp80 …JSClass<JSPatternLock>::StaticMethod("regularColor", &JSPatternLock::SetRegularColor, MethodOption… in JSBind()
103 patternLock->SetRegularColor(lockTheme->GetRegularColor()); in SetDefaultTheme()
180 void JSPatternLock::SetRegularColor(const JSCallbackInfo& info) in SetRegularColor() function in OHOS::Ace::Framework::JSPatternLock
192 PatternLockModel::GetInstance()->SetRegularColor(regularColor); in SetRegularColor()
H A Djs_pattern_lock.h34 static void SetRegularColor(const JSCallbackInfo& info);
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/ark_theme/theme_apply/
H A Djs_pattern_lock_theme.h33 PatternLockModel::GetInstance()->SetRegularColor(themeColors->CompBackgroundNeutral()); in ApplyTheme()
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/nativeModule/
H A Darkts_native_pattern_lock_bridge.h30 static ArkUINativeModuleValue SetRegularColor(ArkUIRuntimeCallInfo* runtimeCallInfo);
H A Darkts_native_pattern_lock_bridge.cpp105 ArkUINativeModuleValue PatternLockBridge::SetRegularColor(ArkUIRuntimeCallInfo* runtimeCallInfo) in SetRegularColor() function in OHOS::Ace::NG::PatternLockBridge
H A Darkts_native_api_impl_bridge.cpp2143 … panda::FunctionRef::New(const_cast<panda::EcmaVM*>(vm), PatternLockBridge::SetRegularColor)); in GetArkUINativeModule()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/
H A Dpattern_lock_modifier.cpp128 PatternLockModelNG::SetRegularColor(frameNode, Color(color)); in SetPatternLockRegularColor()
138 PatternLockModelNG::SetRegularColor(frameNode, regularColor); in ResetPatternLockRegularColor()
/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() function in OHOS::Ace::V2::PatternLockComponent
H A Dpattern_lock_component.h54 void SetRegularColor(const Color& regularColor);
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/cj_frontend/interfaces/cj_ffi/
H A Dcj_pattern_lock.cpp84 PatternLockModel::GetInstance()->SetRegularColor(Color(color)); in FfiOHOSAceFrameworkPatternLockRegularColor()
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/patternlock/
H A Dpatternlock_test_ng.cpp158 model.SetRegularColor(REGULAR_COLOR); in __anon236dcdc30202()
1752 model.SetRegularColor(REGULAR_COLOR); in __anon236dcdc31902()