Home
last modified time | relevance | path

Searched refs:containerPadding (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/advanced_ui_component/composelistitem/interfaces/
H A Dcomposelistitem.js1300 if (a59.containerPadding !== undefined) {
1301 this.containerPadding = a59.containerPadding;
1463 get containerPadding() {
1466 set containerPadding(g58) {
1585 this.containerPadding = { class
1591 this.containerPadding = { class
1597 this.containerPadding = { class
1603 this.containerPadding = undefined;
1702 Flex.padding(ObservedObject.GetRawObject(this.containerPadding));
/ohos5.0/foundation/arkui/ace_engine/advanced_ui_component/composelistitem/source/
H A Dcomposelistitem.ets695 @State containerPadding?: Padding = undefined;
803 this.containerPadding = {
808 this.containerPadding = {
813 this.containerPadding = {
818 this.containerPadding = undefined;
966 }).padding(this.containerPadding)