Lines Matching defs:props
7359 ArkUISwiperIndicator props;
7360 fullImpl->getNodeModifiers()->getSwiperModifier()->getSwiperIndicator(node->uiNodeHandle, &props);
7361 indicator->dimLeft.value = props.dimLeft.value;
7362 indicator->dimTop.value = props.dimTop.value;
7363 indicator->dimRight.value = props.dimRight.value;
7364 indicator->dimBottom.value = props.dimBottom.value;
7365 if (props.type == ArkUISwiperIndicatorType::DOT) {
7366 indicator->itemWidth.value = props.itemWidth.value;
7367 indicator->itemHeight.value = props.itemHeight.value;
7368 indicator->selectedItemWidth.value = props.selectedItemWidth.value;
7369 indicator->selectedItemHeight.value = props.selectedItemHeight.value;
7370 indicator->maskValue.value = props.maskValue.value;
7371 indicator->colorValue.value = props.colorValue.value;
7372 indicator->selectedColorValue.value = props.selectedColorValue.value;
7373 indicator->maxDisplayCount.value = props.maxDisplayCount.value;
7378 g_numberValues[0].i32 = static_cast<int32_t>(props.type);