HomeSort by relevance Sort by last modified time
    Searched refs:GetTargetBrightness (Results 1 - 6 of 6) sorted by null

  /external/chromium_org/ash/wm/
window_animations_unittest.cc 86 EXPECT_EQ(0.0f, window->layer()->GetTargetBrightness());
93 EXPECT_EQ(0.0f, window->layer()->GetTargetBrightness());
session_state_animator.cc 349 if ((layer->GetTargetBrightness() < 0.9999) ||
354 if ((layer->GetTargetBrightness() > 0.0001) ||
  /external/chromium_org/ui/compositor/
layer_animator.h 80 float GetTargetBrightness() const;
layer.h 183 float GetTargetBrightness() const;
layer.cc 296 float Layer::GetTargetBrightness() const {
299 return animator_->GetTargetBrightness();
layer_animator_unittest.cc     [all...]

Completed in 475 milliseconds