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 55 EXPECT_EQ(0.0f, window->layer()->GetTargetBrightness());
65 EXPECT_EQ(0.0f, window->layer()->GetTargetBrightness());
session_state_animator.cc 351 if ((layer->GetTargetBrightness() < 0.9999) ||
356 if ((layer->GetTargetBrightness() > 0.0001) ||
  /external/chromium_org/ui/compositor/
layer_animator.h 80 float GetTargetBrightness() const;
layer.h 173 float GetTargetBrightness() const;
layer.cc 258 float Layer::GetTargetBrightness() const {
261 return animator_->GetTargetBrightness();
layer_animator_unittest.cc     [all...]

Completed in 29 milliseconds