/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/models/ |
H A D | patternlock_model_impl.cpp | 36 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 D | patternlock_model_impl.h | 32 void SetRegularColor(const Color& regularColor) override;
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/patternlock/ |
H A D | patternlock_model_ng.h | 32 void SetRegularColor(const Color& regularColor) override; 46 static void SetRegularColor(FrameNode* frameNode, const Color& color);
|
H A D | patternlock_model_ng.cpp | 78 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 D | patternlock_model.h | 38 virtual void SetRegularColor(const Color& regularColor);
|
H A D | patternlock_paint_method.cpp | 48 patternlockModifier_->SetRegularColor(regularColor_); in UpdateContentModifier()
|
H A D | patternlock_modifier.h | 69 void SetRegularColor(const Color& regularColor);
|
H A D | patternlock_napi.cpp | 211 PatternLockModel::GetInstance()->SetRegularColor(regularColor); in RegularColor()
|
H A D | patternlock_modifier.cpp | 507 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 D | js_pattern_lock.cpp | 80 …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 D | js_pattern_lock.h | 34 static void SetRegularColor(const JSCallbackInfo& info);
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/ark_theme/theme_apply/ |
H A D | js_pattern_lock_theme.h | 33 PatternLockModel::GetInstance()->SetRegularColor(themeColors->CompBackgroundNeutral()); in ApplyTheme()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/nativeModule/ |
H A D | arkts_native_pattern_lock_bridge.h | 30 static ArkUINativeModuleValue SetRegularColor(ArkUIRuntimeCallInfo* runtimeCallInfo);
|
H A D | arkts_native_pattern_lock_bridge.cpp | 105 ArkUINativeModuleValue PatternLockBridge::SetRegularColor(ArkUIRuntimeCallInfo* runtimeCallInfo) in SetRegularColor() function in OHOS::Ace::NG::PatternLockBridge
|
H A D | arkts_native_api_impl_bridge.cpp | 2143 … 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 D | pattern_lock_modifier.cpp | 128 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 D | pattern_lock_component.cpp | 33 void PatternLockComponent::SetRegularColor(const Color& regularColor) in SetRegularColor() function in OHOS::Ace::V2::PatternLockComponent
|
H A D | pattern_lock_component.h | 54 void SetRegularColor(const Color& regularColor);
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/cj_frontend/interfaces/cj_ffi/ |
H A D | cj_pattern_lock.cpp | 84 PatternLockModel::GetInstance()->SetRegularColor(Color(color)); in FfiOHOSAceFrameworkPatternLockRegularColor()
|
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/patternlock/ |
H A D | patternlock_test_ng.cpp | 158 model.SetRegularColor(REGULAR_COLOR); in __anon236dcdc30202() 1752 model.SetRegularColor(REGULAR_COLOR); in __anon236dcdc31902()
|