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

  /external/chromium_org/ash/wm/
window_animations_unittest.cc 90 EXPECT_EQ(0.0f, window->layer()->GetTargetGrayscale());
97 EXPECT_EQ(0.0f, window->layer()->GetTargetGrayscale());
session_state_animator_impl.cc 360 (layer->GetTargetGrayscale() < 0.9999))
365 (layer->GetTargetGrayscale() > 0.0001))
  /external/chromium_org/ui/compositor/
layer_animator.h 84 float GetTargetGrayscale() const;
layer.h 199 float GetTargetGrayscale() const;
layer.cc 310 float Layer::GetTargetGrayscale() const {
313 return animator_->GetTargetGrayscale();
layer_animator_unittest.cc     [all...]

Completed in 102 milliseconds