Searched refs:displayArrowValue (Results 1 – 4 of 4) sorted by relevance
242 let displayArrowValue = 3;251 displayArrowValue = 1;253 displayArrowValue = 0;256 displayArrowValue = 2;270 displayArrowValue,
525 int32_t displayArrowValue = StringUtils::StringToInt(res[DISPLAY_ARROW_VALUE]); in SetSwiperDisplayArrow() local526 if (displayArrowValue == DISPLAY_ARROW_UNDEFINED) { in SetSwiperDisplayArrow()529 } else if (displayArrowValue == DISPLAY_ARROW_OBJECT) { in SetSwiperDisplayArrow()537 } else if (displayArrowValue == DISPLAY_ARROW_TRUE) { in SetSwiperDisplayArrow()551 } else if (displayArrowValue == DISPLAY_ARROW_FALSE) { in SetSwiperDisplayArrow()
280 Local<JSValueRef> displayArrowValue = runtimeCallInfo->GetCallArgRef(DISPLAY_ARROW_VALUE); in SetSwiperDisplayArrow() local288 std::string displayArrowValueStr = std::to_string(displayArrowValue->Int32Value(vm)); in SetSwiperDisplayArrow()
28112 let displayArrowValue = 3;28121 displayArrowValue = 1;28124 displayArrowValue = 0;28128 displayArrowValue = 2;28140 getUINativeModule().swiper.setSwiperDisplayArrow(node, displayArrowValue, showBackground,