Searched refs:textInputPadding (Results 1 – 4 of 4) sorted by relevance
/ohos5.0/foundation/arkui/ace_engine/advanced_ui_component/treeview/interfaces/ |
H A D | treeview.js | 739 this.textInputPadding = { class in TreeView.constructor 834 if (params.textInputPadding !== undefined) { 835 this.textInputPadding = params.textInputPadding; 3467 this.textInputPadding = { class in i3.constructor 3555 if (params.textInputPadding !== undefined) { 3556 this.textInputPadding = params.textInputPadding; 4024 start: LengthMetrics.resource(this.textInputPadding.left), 4025 end: LengthMetrics.resource(this.textInputPadding.right), 4026 top: LengthMetrics.resource(this.textInputPadding.top), 4027 … bottom: LengthMetrics.resource(this.textInputPadding.bottom),
|
/ohos5.0/foundation/arkui/advanced_ui_component/interface/treeview/ |
H A D | treeview.js | 3000 left: this.textInputPadding.left, 3001 right: this.textInputPadding.right, 3002 top: this.textInputPadding.top, 3003 bottom: this.textInputPadding.bottom 3381 left: this.textInputPadding.left, 3382 right: this.textInputPadding.right, 3383 top: this.textInputPadding.top, 3384 bottom: this.textInputPadding.bottom
|
/ohos5.0/foundation/arkui/advanced_ui_component/source/TreeView/ |
H A D | TreeView.ets | 2556 …private readonly textInputPadding: { left : string, right: string, top: string, bottom: string } = 2707 … .padding({ left: this.textInputPadding.left, right: this.textInputPadding.right, 2708 … top: this.textInputPadding.top, bottom: this.textInputPadding.bottom })
|
/ohos5.0/foundation/arkui/ace_engine/advanced_ui_component/treeview/source/ |
H A D | treeview.ets | 979 private readonly textInputPadding: ItemPadding = 3832 private readonly textInputPadding: ItemPadding = { 3971 start: LengthMetrics.resource(this.textInputPadding.left), 3972 end: LengthMetrics.resource(this.textInputPadding.right), 3973 top: LengthMetrics.resource(this.textInputPadding.top), 3974 bottom: LengthMetrics.resource(this.textInputPadding.bottom),
|