Home
last modified time | relevance | path

Searched refs:itemWidthValue (Results 1 – 7 of 7) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/ark_component/src/
H A DArkSwiper.ts361 itemWidth = (this.value as ArkDotIndicator).itemWidthValue;
434 (this.stageValue as ArkDotIndicator).itemWidthValue,
435 (this.value as ArkDotIndicator).itemWidthValue
H A DArkClassDefine.ts1091 itemWidthValue: Length | undefined;
1107 this.itemWidthValue = undefined;
1124 this.itemWidthValue === another.itemWidthValue &&
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/swiper_indicator/indicator_common/
H A Dswiper_indicator_pattern.cpp386 …float itemWidthValue = static_cast<float>(paintProperty->GetItemWidthValue(swiperTheme->GetSize())… in GetMouseClickIndex() local
392 float itemWidth = itemWidthValue * INDICATOR_ZOOM_IN_SCALE; in GetMouseClickIndex()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/
H A Dnode_swiper_modifier.cpp221 auto itemWidthValue = GetInfoFromVectorByIndex(dotIndicatorInfo, DOT_INDICATOR_ITEM_WIDTH); in GetDotIndicatorInfo() local
243 …CalcDimension dimPosition = StringUtils::StringToCalcDimension(itemWidthValue, false, DimensionUni… in GetDotIndicatorInfo()
245 bool parseItemWOk = !itemWidthValue.empty() && dimPosition.Unit() != DimensionUnit::PERCENT; in GetDotIndicatorInfo()
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_swiper.cpp449 …JSRef<JSVal> itemWidthValue = obj->GetProperty(static_cast<int32_t>(ArkUIIndex::ITEM_WIDTH_VALUE)); in GetDotIndicatorInfo() local
474 … ParseJsDimensionVp(itemWidthValue, dimPosition) && (dimPosition.Unit() != DimensionUnit::PERCENT); in GetDotIndicatorInfo()
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/
H A DjsEnumStyle.js1896 this.itemWidthValue = value;
H A DarkComponent.js16072 this.itemWidthValue = undefined;
16087 this.itemWidthValue === another.itemWidthValue &&
28204 itemWidth = this.value.itemWidthValue;
28247 return (!isBaseOrResourceEqual(this.stageValue.itemWidthValue, this.value.itemWidthValue) ||