Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/ark_component/src/
H A DArkSwiper.ts363 selectedItemWidth = (this.value as ArkDotIndicator).selectedItemWidthValue;
442 (this.stageValue as ArkDotIndicator).selectedItemWidthValue,
443 (this.value as ArkDotIndicator).selectedItemWidthValue
H A DArkClassDefine.ts1093 selectedItemWidthValue: Length | undefined;
1109 this.selectedItemWidthValue = undefined;
1126 this.selectedItemWidthValue === another.selectedItemWidthValue &&
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/swiper_indicator/indicator_common/
H A Dswiper_indicator_pattern.cpp388 float selectedItemWidthValue = in GetMouseClickIndex() local
390 …paintProperty->GetIsCustomSizeValue(false) ? selectedItemWidthValue *= 0.5f : selectedItemWidthVal… in GetMouseClickIndex()
394 float selectedItemWidth = selectedItemWidthValue * INDICATOR_ZOOM_IN_SCALE; in GetMouseClickIndex()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/
H A Dnode_swiper_modifier.cpp223 …auto selectedItemWidthValue = GetInfoFromVectorByIndex(dotIndicatorInfo, DOT_INDICATOR_SELECTED_IT… in GetDotIndicatorInfo() local
250 …dimPosition = StringUtils::StringToCalcDimension(selectedItemWidthValue, false, DimensionUnit::VP); in GetDotIndicatorInfo()
251 …bool parseSeleItemWOk = !selectedItemWidthValue.empty() && dimPosition.Unit() != DimensionUnit::PE… in GetDotIndicatorInfo()
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_swiper.cpp451 …JSRef<JSVal> selectedItemWidthValue = obj->GetProperty(static_cast<int32_t>(ArkUIIndex::SELECTED_I… in GetDotIndicatorInfo() local
481 …ParseJsDimensionVp(selectedItemWidthValue, dimPosition) && (dimPosition.Unit() != DimensionUnit::P… in GetDotIndicatorInfo()
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/
H A DjsEnumStyle.js1904 this.selectedItemWidthValue = value;
H A DarkComponent.js16074 this.selectedItemWidthValue = undefined;
16089 this.selectedItemWidthValue === another.selectedItemWidthValue &&
28206 selectedItemWidth = this.value.selectedItemWidthValue;
28249 …!isBaseOrResourceEqual(this.stageValue.selectedItemWidthValue, this.value.selectedItemWidthValue) …