Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/advanced_ui_component/source/ComposeListItem/
H A DComposeListItem.ets74 const SPECICAL_ROW_SPACE = 4;
230 this.rowSpace = SPECICAL_ROW_SPACE
/ohos5.0/foundation/arkui/ace_engine/advanced_ui_component/composelistitem/source/
H A Dcomposelistitem.ets101 const SPECICAL_ROW_SPACE = 4;
312 this.rowSpace = SPECICAL_ROW_SPACE;
573 Row({ space: SPECICAL_ROW_SPACE }) {
/ohos5.0/foundation/arkui/ace_engine/advanced_ui_component/composelistitem/interfaces/
H A Dcomposelistitem.js68 const SPECICAL_ROW_SPACE = 4; constant
764 this.rowSpace = SPECICAL_ROW_SPACE;
1088 Row.create({ space: SPECICAL_ROW_SPACE });
/ohos5.0/foundation/arkui/advanced_ui_component/interface/composelistitem/
H A Dcomposelistitem.js54 const SPECICAL_ROW_SPACE = 4; constant