Searched refs:toggleButtonPaintProperty (Results 1 – 3 of 3) sorted by relevance
33 auto toggleButtonPaintProperty = frameNode->GetPaintProperty<ToggleButtonPaintProperty>(); in IsChecked() local34 CHECK_NULL_RETURN(toggleButtonPaintProperty, false); in IsChecked()35 return toggleButtonPaintProperty->GetIsOn().value_or(false); in IsChecked()
379 auto toggleButtonPaintProperty = GetPaintProperty<ToggleButtonPaintProperty>(); in OnRestoreInfo() local380 CHECK_NULL_VOID(toggleButtonPaintProperty); in OnRestoreInfo()386 toggleButtonPaintProperty->UpdateIsOn(jsonIsOn->GetBool()); in OnRestoreInfo()
438 auto toggleButtonPaintProperty = buttonPattern->GetPaintProperty<ToggleButtonPaintProperty>(); variable439 ASSERT_NE(toggleButtonPaintProperty, nullptr);440 EXPECT_TRUE(toggleButtonPaintProperty->GetIsOnValue(false));443 ASSERT_NE(toggleButtonPaintProperty, nullptr);444 EXPECT_TRUE(toggleButtonPaintProperty->GetIsOnValue(false));