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 D | arkts_native_textpicker_bridge.cpp | 289 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 D | ArkSwiper.ts | 362 itemHeight = (this.value as ArkDotIndicator).itemHeightValue; 438 (this.stageValue as ArkDotIndicator).itemHeightValue, 439 (this.value as ArkDotIndicator).itemHeightValue
|
H A D | ArkClassDefine.ts | 1092 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 D | swiper_indicator_pattern.cpp | 387 …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 D | node_swiper_modifier.cpp | 222 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 D | js_swiper.cpp | 450 …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 D | jsEnumStyle.js | 1900 this.itemHeightValue = value;
|
H A D | arkComponent.js | 16073 this.itemHeightValue = undefined; 16088 this.itemHeightValue === another.itemHeightValue && 28205 itemHeight = this.value.itemHeightValue; 28248 !isBaseOrResourceEqual(this.stageValue.itemHeightValue, this.value.itemHeightValue) ||
|