Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/advanced_ui_component/source/ComposeListItem/
H A DComposeListItem.ets78 const OPERATEITEM_IMAGE_SIZE = 48;
264 .height(OPERATEITEM_IMAGE_SIZE)
265 .width(OPERATEITEM_IMAGE_SIZE)
/ohos5.0/foundation/arkui/ace_engine/advanced_ui_component/composelistitem/source/
H A Dcomposelistitem.ets106 const OPERATEITEM_IMAGE_SIZE = 48;
402 .height(OPERATEITEM_IMAGE_SIZE)
403 .width(OPERATEITEM_IMAGE_SIZE)
712 this.itemHeight = OPERATEITEM_IMAGE_SIZE + SAFE_LIST_PADDING
/ohos5.0/foundation/arkui/ace_engine/advanced_ui_component/composelistitem/interfaces/
H A Dcomposelistitem.js73 const OPERATEITEM_IMAGE_SIZE = 48; constant
860 Image.height(OPERATEITEM_IMAGE_SIZE);
861 Image.width(OPERATEITEM_IMAGE_SIZE);
1486 this.itemHeight = OPERATEITEM_IMAGE_SIZE + SAFE_LIST_PADDING;
/ohos5.0/foundation/arkui/advanced_ui_component/interface/composelistitem/
H A Dcomposelistitem.js58 const OPERATEITEM_IMAGE_SIZE = 48; constant