Searched refs:buttonPaintProperty (Results 1 – 3 of 3) sorted by relevance
78 auto buttonPaintProperty = GetPaintProperty<ToggleButtonPaintProperty>(); in OnModifyDone() local79 CHECK_NULL_VOID(buttonPaintProperty); in OnModifyDone()81 isOn_ = buttonPaintProperty->GetIsOnValue(); in OnModifyDone()84 if (buttonPaintProperty->HasIsOn()) { in OnModifyDone()85 bool isOn = buttonPaintProperty->GetIsOnValue(); in OnModifyDone()94 auto selectedColor = buttonPaintProperty->GetSelectedColor().value_or(checkedColor_); in OnModifyDone()97 auto bgColor = buttonPaintProperty->GetBackgroundColor().value_or(unCheckedColor_); in OnModifyDone()290 auto buttonPaintProperty = host->GetPaintProperty<ToggleButtonPaintProperty>(); in OnClick() local291 CHECK_NULL_VOID(buttonPaintProperty); in OnClick()293 selectedColor = buttonPaintProperty->GetBackgroundColor().value_or(unCheckedColor_); in OnClick()[all …]
615 auto buttonPaintProperty = frameNode->GetPaintProperty<ToggleButtonPaintProperty>(); variable616 EXPECT_NE(buttonPaintProperty, nullptr);617 EXPECT_EQ(buttonPaintProperty->GetSelectedColor(), toggleButtonTheme->GetCheckedColor());
164 auto buttonPaintProperty = pasteButton->GetPaintProperty<SecurityComponentPaintProperty>(); in BuildPasteButton() local166 buttonPaintProperty->UpdateFontColor(textStyle.GetTextColor()); in BuildPasteButton()168 buttonPaintProperty->UpdateFontColor( in BuildPasteButton()184 buttonPaintProperty->UpdateBackgroundColor(Color::TRANSPARENT); in BuildPasteButton()