Searched refs:itemWidthValue (Results 1 – 7 of 7) sorted by relevance
361 itemWidth = (this.value as ArkDotIndicator).itemWidthValue;434 (this.stageValue as ArkDotIndicator).itemWidthValue,435 (this.value as ArkDotIndicator).itemWidthValue
1091 itemWidthValue: Length | undefined;1107 this.itemWidthValue = undefined;1124 this.itemWidthValue === another.itemWidthValue &&
386 …float itemWidthValue = static_cast<float>(paintProperty->GetItemWidthValue(swiperTheme->GetSize())… in GetMouseClickIndex() local392 float itemWidth = itemWidthValue * INDICATOR_ZOOM_IN_SCALE; in GetMouseClickIndex()
221 auto itemWidthValue = GetInfoFromVectorByIndex(dotIndicatorInfo, DOT_INDICATOR_ITEM_WIDTH); in GetDotIndicatorInfo() local243 …CalcDimension dimPosition = StringUtils::StringToCalcDimension(itemWidthValue, false, DimensionUni… in GetDotIndicatorInfo()245 bool parseItemWOk = !itemWidthValue.empty() && dimPosition.Unit() != DimensionUnit::PERCENT; in GetDotIndicatorInfo()
449 …JSRef<JSVal> itemWidthValue = obj->GetProperty(static_cast<int32_t>(ArkUIIndex::ITEM_WIDTH_VALUE)); in GetDotIndicatorInfo() local474 … ParseJsDimensionVp(itemWidthValue, dimPosition) && (dimPosition.Unit() != DimensionUnit::PERCENT); in GetDotIndicatorInfo()
1896 this.itemWidthValue = value;
16072 this.itemWidthValue = undefined;16087 this.itemWidthValue === another.itemWidthValue &&28204 itemWidth = this.value.itemWidthValue;28247 return (!isBaseOrResourceEqual(this.stageValue.itemWidthValue, this.value.itemWidthValue) ||