Searched refs:titleChild (Results 1 – 3 of 3) sorted by relevance
857 auto titleChild = AceType::DynamicCast<FrameNode>(column->GetChildAtIndex(0)); variable858 ASSERT_NE(titleChild, nullptr);859 EXPECT_EQ(titleChild->GetTag(), V2::TEXT_ETS_TAG);860 auto textProperty = titleChild->GetLayoutProperty<TextLayoutProperty>();
951 let titleChild: Measurable = children[this.titleIndex];957 let titleMeasureResult: MeasureResult = titleChild.measure(titleConstraint);
2451 let titleChild = children[this.titleIndex]; variable2457 let titleMeasureResult = titleChild.measure(titleConstraint);