Home
last modified time | relevance | path

Searched refs:arrowColorValue (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_swiper.cpp583 auto arrowColorValue = obj->GetProperty("arrowColor"); in GetArrowInfo() local
615 parseOk = ParseJsColor(arrowColorValue, color); in GetArrowInfo()
635 parseOk = ParseJsColor(arrowColorValue, color); in GetArrowInfo()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/
H A Dnode_swiper_modifier.cpp120 auto arrowColorValue = arrowInfo[ARROW_COLOR] == "-" ? "" : arrowInfo[ARROW_COLOR]; in SetArrowBackgroundInfo() local
142 parseOk = Color::ParseColorString(arrowColorValue, color); in SetArrowBackgroundInfo()
162 parseOk = Color::ParseColorString(arrowColorValue, color); in SetArrowBackgroundInfo()