Home
last modified time | relevance | path

Searched refs:selectedItemHeightValue (Results 1 – 6 of 6) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/ark_component/src/
H A DArkSwiper.ts364 selectedItemHeight = (this.value as ArkDotIndicator).selectedItemHeightValue;
446 (this.stageValue as ArkDotIndicator).selectedItemHeightValue,
447 (this.value as ArkDotIndicator).selectedItemHeightValue
H A DArkClassDefine.ts1094 selectedItemHeightValue: Length | undefined;
1110 this.selectedItemHeightValue = undefined;
1127 this.selectedItemHeightValue === another.selectedItemHeightValue &&
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/
H A Dnode_swiper_modifier.cpp224 …auto selectedItemHeightValue = GetInfoFromVectorByIndex(dotIndicatorInfo, DOT_INDICATOR_SELECTED_I… in GetDotIndicatorInfo() local
253 …dimPosition = StringUtils::StringToCalcDimension(selectedItemHeightValue, false, DimensionUnit::VP… in GetDotIndicatorInfo()
254 …bool parseSeleItemHOk = !selectedItemHeightValue.empty() && dimPosition.Unit() != DimensionUnit::P… in GetDotIndicatorInfo()
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_swiper.cpp452 JSRef<JSVal> selectedItemHeightValue = in GetDotIndicatorInfo() local
484 …ParseJsDimensionVp(selectedItemHeightValue, dimPosition) && (dimPosition.Unit() != DimensionUnit::… in GetDotIndicatorInfo()
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/
H A DjsEnumStyle.js1908 this.selectedItemHeightValue = value;
H A DarkComponent.js16075 this.selectedItemHeightValue = undefined;
16090 this.selectedItemHeightValue === another.selectedItemHeightValue &&
28207 selectedItemHeight = this.value.selectedItemHeightValue;
28250 …!isBaseOrResourceEqual(this.stageValue.selectedItemHeightValue, this.value.selectedItemHeightValue