Searched refs:effectConfig_ (Results 1 – 1 of 1) sorted by relevance
39 AppWindowEffectConfig effectConfig_; member in OHOS::Rosen::WindowSystemEffectTest61 effectConfig_.fullScreenCornerRadius_ = 16.0f; // 16.f test data in SetUp()62 effectConfig_.splitCornerRadius_ = 16.0f; // 16.f test data in SetUp()63 effectConfig_.floatCornerRadius_ = 16.0f; // 16.f test data in SetUp()64 effectConfig_.focusedShadow_ = {80, "#000000", 0, 5, 0.45}; in SetUp()65 effectConfig_.unfocusedShadow_ = {55, "#000000", 0, 10, 0.25}; in SetUp()66 WindowSystemEffect::SetWindowSystemEffectConfig(effectConfig_); in SetUp()76 effectConfig_ = config; in TearDown()161 WindowSystemEffect::windowSystemEffectConfig_ = effectConfig_;