Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_swiper.cpp578 auto isShowBackgroundValue = obj->GetProperty("showBackground"); in GetArrowInfo() local
588 swiperArrowParameters.isShowBackground = isShowBackgroundValue->IsBoolean() in GetArrowInfo()
589 ? isShowBackgroundValue->ToBoolean() in GetArrowInfo()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/
H A Dnode_swiper_modifier.cpp169 auto isShowBackgroundValue = arrowInfo[ARROW_IS_SHOW_BACKGROUND]; in GetArrowInfo() local
176 if (isShowBackgroundValue == "2") { in GetArrowInfo()
179 swiperArrowParameters.isShowBackground = isShowBackgroundValue == "1" ? true : false; in GetArrowInfo()