Searched refs:t64 (Results 1 – 1 of 1) sorted by relevance
/ohos5.0/foundation/arkui/ace_engine/advanced_ui_component/composelistitem/interfaces/ |
H A D | composelistitem.js | 95 constructor(s64, t64, u64, v64 = -1, w64 = undefined, x64) { argument 100 this.__iconStyle = new SynchedPropertySimpleOneWayPU(t64.iconStyle, this, "iconStyle"); 101 this.__icon = new SynchedPropertyObjectOneWayPU(t64.icon, this, "icon"); 102 … this.__primaryText = new SynchedPropertyObjectOneWayPU(t64.primaryText, this, "primaryText"); 103 …this.__secondaryText = new SynchedPropertyObjectOneWayPU(t64.secondaryText, this, "secondaryText"); 104 … this.__description = new SynchedPropertyObjectOneWayPU(t64.description, this, "description"); 106 this.__leftWidth = new SynchedPropertySimpleOneWayPU(t64.leftWidth, this, "leftWidth"); 110 …this.__fontSizeScale = new SynchedPropertySimpleOneWayPU(t64.fontSizeScale, this, "fontSizeScale"); 111 …this.__parentDirection = new SynchedPropertySimpleOneWayPU(t64.parentDirection, this, "parentDirec… 112 …this.__itemDirection = new SynchedPropertySimpleOneWayPU(t64.itemDirection, this, "itemDirection"); [all …]
|