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 56 EXPECT_EQ(0.0f, window->layer()->GetTargetGrayscale());
66 EXPECT_EQ(0.0f, window->layer()->GetTargetGrayscale());
session_state_animator.cc 352 (layer->GetTargetGrayscale() < 0.9999))
357 (layer->GetTargetGrayscale() > 0.0001))
  /external/chromium_org/ui/compositor/
layer_animator.h 84 float GetTargetGrayscale() const;
layer.h 183 float GetTargetGrayscale() const;
layer.cc 270 float Layer::GetTargetGrayscale() const {
273 return animator_->GetTargetGrayscale();
layer_animator_unittest.cc     [all...]

Completed in 47 milliseconds