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 87 EXPECT_EQ(0.0f, window->layer()->GetTargetGrayscale());
94 EXPECT_EQ(0.0f, window->layer()->GetTargetGrayscale());
session_state_animator.cc 350 (layer->GetTargetGrayscale() < 0.9999))
355 (layer->GetTargetGrayscale() > 0.0001))
  /external/chromium_org/ui/compositor/
layer_animator.h 84 float GetTargetGrayscale() const;
layer.h 193 float GetTargetGrayscale() const;
layer.cc 308 float Layer::GetTargetGrayscale() const {
311 return animator_->GetTargetGrayscale();
layer_animator_unittest.cc     [all...]

Completed in 593 milliseconds