Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/advanced_ui_component/chip/source/
H A Dchip.ets176 chipNode: ChipNodeTheme;
230 chipNode: {
371 @Prop chipNodeBackgroundColor: ResourceColor = this.theme.chipNode.backgroundColor
691 this.theme.chipNode.localizedNormalPadding
699 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.normalHeight
917 } else if (this.toVp(this.fontSizeScale) >= this.theme.chipNode.suitAgeScale) {
932 .borderColor(this.theme.chipNode.focusOutlineColor)
933 .borderWidth(this.theme.chipNode.borderWidth)
[all …]
/ohos5.0/drivers/hdf_core/framework/model/input/driver/
H A Dhdf_touch.c649 const struct DeviceResourceNode *chipNode = chipDev->chipCfg->chipNode; in ChipMatchCheck() local
656 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()
H A Dinput_config.h125 const struct DeviceResourceNode *chipNode; member
H A Dinput_config_parser.c320 config->chipNode = node; in ParseTouchChipConfig()