Searched refs:GetTargetBrightness (Results 1 - 6 of 6) sorted by relevance

/external/chromium_org/ash/wm/
H A Dwindow_animations_unittest.cc89 EXPECT_EQ(0.0f, window->layer()->GetTargetBrightness());
96 EXPECT_EQ(0.0f, window->layer()->GetTargetBrightness());
H A Dsession_state_animator_impl.cc359 if ((layer->GetTargetBrightness() < 0.9999) ||
364 if ((layer->GetTargetBrightness() > 0.0001) ||
/external/chromium_org/ui/compositor/
H A Dlayer_animator.h80 float GetTargetBrightness() const;
H A Dlayer.h189 float GetTargetBrightness() const;
H A Dlayer.cc298 float Layer::GetTargetBrightness() const { function in class:ui::Layer
301 return animator_->GetTargetBrightness();
H A Dlayer_animator_unittest.cc2137 // Verifies GetTargetBrightness() works when multiple sequences are scheduled.
2138 TEST(LayerAnimatorTest, GetTargetBrightness) {
2150 EXPECT_EQ(0.5, animator->GetTargetBrightness());
2154 EXPECT_EQ(1.0, animator->GetTargetBrightness());

Completed in 128 milliseconds