Searched refs:chipNode (Results 1 – 4 of 4) sorted by relevance
176 chipNode: ChipNodeTheme;230 chipNode: {371 @Prop chipNodeBackgroundColor: ResourceColor = this.theme.chipNode.backgroundColor691 this.theme.chipNode.localizedNormalPadding699 this.theme.chipNode.smallBorderRadius : this.theme.chipNode.normalBorderRadius)731 …return this.chipSize === ChipSize.SMALL ? this.theme.chipNode.smallHeight : this.theme.chipNode.no…735 this.toVp(this.chipNodeSize?.height) : this.theme.chipNode.normalHeight917 } else if (this.toVp(this.fontSizeScale) >= this.theme.chipNode.suitAgeScale) {932 .borderColor(this.theme.chipNode.focusOutlineColor)933 .borderWidth(this.theme.chipNode.borderWidth)[all …]
649 const struct DeviceResourceNode *chipNode = chipDev->chipCfg->chipNode; in ChipMatchCheck() local656 if ((chipNode == NULL) || (chipNode->parent == NULL) || (chipNode->parent->parent == NULL)) { in ChipMatchCheck()661 if (boardNode->parent == chipNode->parent->parent) { in ChipMatchCheck()663 boardNode->parent->name, chipNode->parent->parent->name); in ChipMatchCheck()
125 const struct DeviceResourceNode *chipNode; member
320 config->chipNode = node; in ParseTouchChipConfig()