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 89 EXPECT_EQ(0.0f, window->layer()->GetTargetBrightness());
96 EXPECT_EQ(0.0f, window->layer()->GetTargetBrightness());
session_state_animator_impl.cc 359 if ((layer->GetTargetBrightness() < 0.9999) ||
364 if ((layer->GetTargetBrightness() > 0.0001) ||
  /external/chromium_org/ui/compositor/
layer_animator.h 80 float GetTargetBrightness() const;
layer.h 189 float GetTargetBrightness() const;
layer.cc 298 float Layer::GetTargetBrightness() const {
301 return animator_->GetTargetBrightness();
layer_animator_unittest.cc     [all...]

Completed in 74 milliseconds