Home
last modified time | relevance | path

Searched refs:SetPathColor (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.cpp39 lock->SetPathColor(lockTheme->GetPathColor()); in Create()
79 void PatternLockModelImpl::SetPathColor(const Color& pathColor) in SetPathColor() function in OHOS::Ace::Framework::PatternLockModelImpl
83 lock->SetPathColor(pathColor); in SetPathColor()
H A Dpatternlock_model_impl.h30 void SetPathColor(const Color& pathColor) override;
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/patternlock/
H A Dpatternlock_model_ng.h30 void SetPathColor(const Color& pathColor) override;
47 static void SetPathColor(FrameNode* frameNode, const Color& color);
H A Dpatternlock_model_ng.cpp68 void PatternLockModelNG::SetPathColor(const Color& pathColor) in SetPathColor() function in OHOS::Ace::NG::PatternLockModelNG
148 void PatternLockModelNG::SetPathColor(FrameNode* frameNode, const Color& pathColor) in SetPathColor() function in OHOS::Ace::NG::PatternLockModelNG
H A Dpatternlock_model.h36 virtual void SetPathColor(const Color& pathColor);
H A Dpatternlock_paint_method.cpp51 patternlockModifier_->SetPathColor(LinearColor(pathColor_)); in UpdateContentModifier()
H A Dpatternlock_modifier.h72 void SetPathColor(const LinearColor& pathColor);
H A Dpatternlock_modifier.cpp527 void PatternLockModifier::SetPathColor(const LinearColor& pathColor) in SetPathColor() function in OHOS::Ace::NG::PatternLockModifier
632 …modifier->SetPathColor(LinearColor(modifier->pathColor_->Get().BlendOpacity(FLASH_POINT_OPACITY))); in StartChallengeResultAnimate()
640 modifier->SetPathColor(pathColor); in StartChallengeResultAnimate()
H A Dpatternlock_napi.cpp194 PatternLockModel::GetInstance()->SetPathColor(pathColor); in PathColor()
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_pattern_lock.cpp83 …JSClass<JSPatternLock>::StaticMethod("pathColor", &JSPatternLock::SetPathColor, MethodOptions::NON… in JSBind()
106 patternLock->SetPathColor(lockTheme->GetPathColor()); in SetDefaultTheme()
152 void JSPatternLock::SetPathColor(const JSCallbackInfo& info) in SetPathColor() function in OHOS::Ace::Framework::JSPatternLock
164 PatternLockModel::GetInstance()->SetPathColor(pathColor); in SetPathColor()
H A Djs_pattern_lock.h33 static void SetPathColor(const JSCallbackInfo& info);
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/ark_theme/theme_apply/
H A Djs_pattern_lock_theme.h36 PatternLockModel::GetInstance()->SetPathColor(themeColors->CompDivider()); in ApplyTheme()
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/nativeModule/
H A Darkts_native_pattern_lock_bridge.h32 static ArkUINativeModuleValue SetPathColor(ArkUIRuntimeCallInfo* runtimeCallInfo);
H A Darkts_native_pattern_lock_bridge.cpp131 ArkUINativeModuleValue PatternLockBridge::SetPathColor(ArkUIRuntimeCallInfo* runtimeCallInfo) in SetPathColor() function in OHOS::Ace::NG::PatternLockBridge
H A Darkts_native_api_impl_bridge.cpp2147 panda::FunctionRef::New(const_cast<panda::EcmaVM*>(vm), PatternLockBridge::SetPathColor)); in GetArkUINativeModule()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/
H A Dpattern_lock_modifier.cpp145 PatternLockModelNG::SetPathColor(frameNode, Color(color)); in SetPatternLockPathColor()
155 PatternLockModelNG::SetPathColor(frameNode, pathColor); in ResetPatternLockPathColor()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_v2/pattern_lock/
H A Dpattern_lock_component.cpp45 void PatternLockComponent::SetPathColor(const Color& pathColor) in SetPathColor() function in OHOS::Ace::V2::PatternLockComponent
H A Dpattern_lock_component.h57 void SetPathColor(const Color& regularColor);
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/cj_frontend/interfaces/cj_ffi/
H A Dcj_pattern_lock.cpp76 PatternLockModel::GetInstance()->SetPathColor(Color(color)); in FfiOHOSAceFrameworkPatternLockPathColor()
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/patternlock/
H A Dpatternlock_test_ng.cpp161 model.SetPathColor(PATH_COLOR); in __anon236dcdc30202()
1755 model.SetPathColor(PATH_COLOR); in __anon236dcdc31902()