Searched refs:ButtonRow (Results 1 – 1 of 1) sorted by relevance
132 auto ButtonRow = leftButtonWrapper->GetChildByIndex(0); in MeasureLeftButton() local133 CHECK_NULL_VOID(ButtonRow); in MeasureLeftButton()134 auto ButtonText = ButtonRow->GetChildByIndex(1); in MeasureLeftButton()173 auto ButtonRow = rightButtonWrapper->GetChildByIndex(0); in MeasureRightButton() local174 CHECK_NULL_VOID(ButtonRow); in MeasureRightButton()175 auto ButtonText = ButtonRow->GetChildByIndex(0); in MeasureRightButton()177 …auto textLayoutProperty = AceType::DynamicCast<TextLayoutProperty>(ButtonRow->GetLayoutProperty()); in MeasureRightButton()