Searched refs:isShowBackgroundValue (Results 1 – 2 of 2) sorted by relevance
578 auto isShowBackgroundValue = obj->GetProperty("showBackground"); in GetArrowInfo() local588 swiperArrowParameters.isShowBackground = isShowBackgroundValue->IsBoolean() in GetArrowInfo()589 ? isShowBackgroundValue->ToBoolean() in GetArrowInfo()
169 auto isShowBackgroundValue = arrowInfo[ARROW_IS_SHOW_BACKGROUND]; in GetArrowInfo() local176 if (isShowBackgroundValue == "2") { in GetArrowInfo()179 swiperArrowParameters.isShowBackground = isShowBackgroundValue == "1" ? true : false; in GetArrowInfo()