Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/advanced_ui_component/composelistitem/source/
H A Dcomposelistitem.ets97 const NORMAL_ITEM_ROW_SPACE = 16;
136 @State itemRowSpace: number = NORMAL_ITEM_ROW_SPACE;
155 this.itemRowSpace = NORMAL_ITEM_ROW_SPACE;
832 …return LengthMetrics.vp(iconSize + NORMAL_ITEM_ROW_SPACE + LISTITEM_PADDING - this.textArrowLeftSa…
/ohos5.0/foundation/arkui/advanced_ui_component/source/ComposeListItem/
H A DComposeListItem.ets70 const NORMAL_ITEM_ROW_SPACE = 16;
101 private itemRowSpace: number = NORMAL_ITEM_ROW_SPACE
/ohos5.0/foundation/arkui/ace_engine/advanced_ui_component/composelistitem/interfaces/
H A Dcomposelistitem.js64 const NORMAL_ITEM_ROW_SPACE = 16; constant
105 … this.__itemRowSpace = new ObservedPropertySimplePU(NORMAL_ITEM_ROW_SPACE, this, "itemRowSpace");
284 this.itemRowSpace = NORMAL_ITEM_ROW_SPACE;
1615 …return LengthMetrics.vp(d58 + NORMAL_ITEM_ROW_SPACE + LISTITEM_PADDING - this.textArrowLeftSafeOff…
/ohos5.0/foundation/arkui/advanced_ui_component/interface/composelistitem/
H A Dcomposelistitem.js50 const NORMAL_ITEM_ROW_SPACE = 16; constant