Home
last modified time | relevance | path

Searched refs:SAFE_LIST_PADDING (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/arkui/advanced_ui_component/source/ComposeListItem/
H A DComposeListItem.ets63 const SAFE_LIST_PADDING = 32;
129 this.itemHeight = this.iconSizeMap.get(this.iconStyle) + SAFE_LIST_PADDING;
/ohos5.0/foundation/arkui/ace_engine/advanced_ui_component/composelistitem/source/
H A Dcomposelistitem.ets90 const SAFE_LIST_PADDING = 32;
712 this.itemHeight = OPERATEITEM_IMAGE_SIZE + SAFE_LIST_PADDING
736 …temHeight = ICON_SIZE_MAP.get(this.contentItem?.iconStyle as number) as number + SAFE_LIST_PADDING;
/ohos5.0/foundation/arkui/ace_engine/advanced_ui_component/composelistitem/interfaces/
H A Dcomposelistitem.js57 const SAFE_LIST_PADDING = 32; constant
1486 this.itemHeight = OPERATEITEM_IMAGE_SIZE + SAFE_LIST_PADDING;
1512 this.itemHeight = ICON_SIZE_MAP.get(this.contentItem?.iconStyle) + SAFE_LIST_PADDING;
/ohos5.0/foundation/arkui/advanced_ui_component/interface/composelistitem/
H A Dcomposelistitem.js43 const SAFE_LIST_PADDING = 32; constant