Searched refs:selectedItemWidthValue (Results 1 – 7 of 7) sorted by relevance
363 selectedItemWidth = (this.value as ArkDotIndicator).selectedItemWidthValue;442 (this.stageValue as ArkDotIndicator).selectedItemWidthValue,443 (this.value as ArkDotIndicator).selectedItemWidthValue
1093 selectedItemWidthValue: Length | undefined;1109 this.selectedItemWidthValue = undefined;1126 this.selectedItemWidthValue === another.selectedItemWidthValue &&
388 float selectedItemWidthValue = in GetMouseClickIndex() local390 …paintProperty->GetIsCustomSizeValue(false) ? selectedItemWidthValue *= 0.5f : selectedItemWidthVal… in GetMouseClickIndex()394 float selectedItemWidth = selectedItemWidthValue * INDICATOR_ZOOM_IN_SCALE; in GetMouseClickIndex()
223 …auto selectedItemWidthValue = GetInfoFromVectorByIndex(dotIndicatorInfo, DOT_INDICATOR_SELECTED_IT… in GetDotIndicatorInfo() local250 …dimPosition = StringUtils::StringToCalcDimension(selectedItemWidthValue, false, DimensionUnit::VP); in GetDotIndicatorInfo()251 …bool parseSeleItemWOk = !selectedItemWidthValue.empty() && dimPosition.Unit() != DimensionUnit::PE… in GetDotIndicatorInfo()
451 …JSRef<JSVal> selectedItemWidthValue = obj->GetProperty(static_cast<int32_t>(ArkUIIndex::SELECTED_I… in GetDotIndicatorInfo() local481 …ParseJsDimensionVp(selectedItemWidthValue, dimPosition) && (dimPosition.Unit() != DimensionUnit::P… in GetDotIndicatorInfo()
1904 this.selectedItemWidthValue = value;
16074 this.selectedItemWidthValue = undefined;16089 this.selectedItemWidthValue === another.selectedItemWidthValue &&28206 selectedItemWidth = this.value.selectedItemWidthValue;28249 …!isBaseOrResourceEqual(this.stageValue.selectedItemWidthValue, this.value.selectedItemWidthValue) …