Home
last modified time | relevance | path

Searched refs:itemHeightValue (Results 1 – 8 of 8) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/nativeModule/
H A Darkts_native_textpicker_bridge.cpp289 Local<JSValueRef> itemHeightValue = runtimeCallInfo->GetCallArgRef(1); in SetDefaultPickerItemHeight() local
293 if (itemHeightValue->IsNumber() || itemHeightValue->IsString(vm)) { in SetDefaultPickerItemHeight()
294 if (!ArkTSUtils::ParseJsDimensionFp(vm, itemHeightValue, height)) { in SetDefaultPickerItemHeight()
433 Local<JSValueRef> itemHeightValue = runtimeCallInfo->GetCallArgRef(1); in SetGradientHeight() local
444 if (ArkTSUtils::ParseJsDimensionVpNG(vm, itemHeightValue, height, true)) { in SetGradientHeight()
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/ark_component/src/
H A DArkSwiper.ts362 itemHeight = (this.value as ArkDotIndicator).itemHeightValue;
438 (this.stageValue as ArkDotIndicator).itemHeightValue,
439 (this.value as ArkDotIndicator).itemHeightValue
H A DArkClassDefine.ts1092 itemHeightValue: Length | undefined;
1108 this.itemHeightValue = undefined;
1125 this.itemHeightValue === another.itemHeightValue &&
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/swiper_indicator/indicator_common/
H A Dswiper_indicator_pattern.cpp387 …float itemHeightValue = static_cast<float>(paintProperty->GetItemHeightValue(swiperTheme->GetSize(… in GetMouseClickIndex() local
393 float itemHeight = itemHeightValue * INDICATOR_ZOOM_IN_SCALE; in GetMouseClickIndex()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/
H A Dnode_swiper_modifier.cpp222 auto itemHeightValue = GetInfoFromVectorByIndex(dotIndicatorInfo, DOT_INDICATOR_ITEM_HEIGHT); in GetDotIndicatorInfo() local
247 dimPosition = StringUtils::StringToCalcDimension(itemHeightValue, false, DimensionUnit::VP); in GetDotIndicatorInfo()
248 bool parseItemHOk = !itemHeightValue.empty() && dimPosition.Unit() != DimensionUnit::PERCENT; in GetDotIndicatorInfo()
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_swiper.cpp450 …JSRef<JSVal> itemHeightValue = obj->GetProperty(static_cast<int32_t>(ArkUIIndex::ITEM_HEIGHT_VALUE… in GetDotIndicatorInfo() local
478 …ParseJsDimensionVp(itemHeightValue, dimPosition) && (dimPosition.Unit() != DimensionUnit::PERCENT); in GetDotIndicatorInfo()
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/
H A DjsEnumStyle.js1900 this.itemHeightValue = value;
H A DarkComponent.js16073 this.itemHeightValue = undefined;
16088 this.itemHeightValue === another.itemHeightValue &&
28205 itemHeight = this.value.itemHeightValue;
28248 !isBaseOrResourceEqual(this.stageValue.itemHeightValue, this.value.itemHeightValue) ||