Searched refs:checkboxNode (Results 1 – 4 of 4) sorted by relevance
19 checkboxNode: BuilderNode<[CheckBoxConfiguration]> | null = null;108 if (isUndefined(this.checkboxNode) || this.needRebuild) {110 this.checkboxNode = new xNode.BuilderNode(context);111 this.checkboxNode.build(this.builder, checkBoxConfiguration);114 this.checkboxNode.update(checkBoxConfiguration);116 return this.checkboxNode.getFrameNode();
694 const RefPtr<FrameNode>& checkboxNode, CheckBoxStyle checkBoxGroupStyle) in SetCheckBoxStyle() argument697 CHECK_NULL_VOID(checkboxNode); in SetCheckBoxStyle()698 auto pattern = checkboxNode->GetPattern<CheckBoxPattern>(); in SetCheckBoxStyle()704 checkboxNode->MarkDirtyNode(PROPERTY_UPDATE_RENDER); in SetCheckBoxStyle()
1551 … auto checkboxNode = AceType::DynamicCast<FrameNode>(ViewStackProcessor::GetInstance()->Finish()); variable1552 ASSERT_NE(checkboxNode, nullptr);1553 EXPECT_EQ(checkboxNode->GetId(), 100);
20040 if (isUndefined(this.checkboxNode) || this.needRebuild) {20042 this.checkboxNode = new xNode.BuilderNode(context);20043 this.checkboxNode.build(this.builder, checkBoxConfiguration);20046 this.checkboxNode.update(checkBoxConfiguration);20048 return this.checkboxNode.getFrameNode();