Searched refs:should_dim (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/ash/wm/
H A Dscreen_dimmer.cc36 void ScreenDimmer::SetDimming(bool should_dim) { argument
37 if (should_dim == currently_dimming_)
50 currently_dimming_ = should_dim;
56 dimming_layer_->SetOpacity(should_dim ? kDimmingLayerOpacity : 0.0f);
H A Dscreen_dimmer.h45 void SetDimming(bool should_dim);
/external/chromium_org/ash/
H A Dshell.cc526 void Shell::SetDimming(bool should_dim) { argument
530 (*iter)->screen_dimmer()->SetDimming(should_dim);
H A Dshell.h464 void SetDimming(bool should_dim);

Completed in 1660 milliseconds