Home | History | Annotate | Download | only in views

Lines Matching refs:layer

97 // Before running the animation, the item's layer is re-created and kept in
100 // the layer and fades it out while fading in the item at the same time.
104 ui::Layer* layer,
107 layer_(layer),
108 layer_start_(layer ? layer->bounds() : gfx::Rect()),
115 view_->layer()->SetOpacity(animation->GetCurrentValue());
116 view_->layer()->ScheduleDraw();
126 view_->layer()->SetOpacity(1.0f);
130 view_->layer()->SetOpacity(1.0f);
138 scoped_ptr<ui::Layer> layer_;
159 view_->layer()->SetOpacity(1 - animation->GetCurrentValue());
160 view_->layer()->ScheduleDraw();
357 layer()->SetMasksToBounds(true);
400 layer()->SetOpacity(1.0f);
743 layer()->GetAnimator()->StopAnimating();
747 layer()->SetOpacity(show ? 0.0f : 1.0f);
749 ui::ScopedLayerAnimationSettings animation(layer()->GetAnimator());
756 layer()->SetOpacity(show ? 1.0f : 0.0f);
1246 scoped_ptr<ui::Layer> layer;
1248 layer = view->RecreateLayer();
1249 layer->SuppressPaint();
1252 view->layer()->SetOpacity(0.f);
1267 new RowMoveAnimationDelegate(view, layer.release(), current_out)));
1530 // drop host follows this layer.
1973 ui::ScopedLayerAnimationSettings animator(view->layer()->GetAnimator());
1977 view->layer()->SetOpacity(hide ? 0 : 1);
1981 if (layer()->opacity() == 0.0f)