Home
last modified time | relevance | path

Searched refs:SetPatternLockPathColor (Results 1 – 3 of 3) sorted by relevance

/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/
Dpattern_lock_modifier.cpp141 void SetPatternLockPathColor(NodeHandle node, uint32_t color) in SetPatternLockPathColor() function
165 SetPatternLockRegularColor, ResetPatternLockRegularColor, SetPatternLockPathColor, in GetPatternLockModifier()
Dapi.h1016 void (*SetPatternLockPathColor)(NodeHandle node, uint32_t color); member
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/nativeModule/
Darkts_native_pattern_lock_bridge.cpp143 …GetArkUIInternalNodeAPI()->GetPatternLockModifier().SetPatternLockPathColor(nativeNode, color.GetV… in SetPathColor()