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

  /external/chromium_org/ui/views/animation/
bounds_animator_observer.h 12 class BoundsAnimator;
17 virtual void OnBoundsAnimatorProgressed(BoundsAnimator* animator) = 0;
20 virtual void OnBoundsAnimatorDone(BoundsAnimator* animator) = 0;
bounds_animator.cc 23 BoundsAnimator::BoundsAnimator(View* parent)
31 BoundsAnimator::~BoundsAnimator() {
42 void BoundsAnimator::AnimateViewTo(View* view, const gfx::Rect& target) {
73 void BoundsAnimator::SetTargetBounds(View* view, const gfx::Rect& target) {
82 gfx::Rect BoundsAnimator::GetTargetBounds(View* view) {
88 void BoundsAnimator::SetAnimationForView(View* view,
109 const SlideAnimation* BoundsAnimator::GetAnimationForView(View* view) {
113 void BoundsAnimator::SetAnimationDelegate(View* view
    [all...]
bounds_animator.h 30 // BoundsAnimator invoke AnimateViewTo for the set of views you want to
33 // BoundsAnimator internally creates an animation for each view. If you need
37 // the BoundsAnimator that is notified when all animations are complete.
38 class VIEWS_EXPORT BoundsAnimator : public gfx::AnimationDelegate,
48 explicit BoundsAnimator(View* view);
49 virtual ~BoundsAnimator();
66 // Sets the animation for the specified view. BoundsAnimator takes ownership
70 // Returns the animation for the specified view. BoundsAnimator owns the
84 // Returns true if BoundsAnimator is animating the bounds of |view|.
87 // Returns true if BoundsAnimator is animating any view
    [all...]
bounds_animator_unittest.cc 19 class TestBoundsAnimator : public BoundsAnimator {
21 explicit TestBoundsAnimator(View* view) : BoundsAnimator(view) {
26 SlideAnimation* animation = BoundsAnimator::CreateAnimation();
35 class OwnedDelegate : public BoundsAnimator::OwnedAnimationDelegate {
  /external/chromium_org/ui/app_list/views/
speech_view.h 13 class BoundsAnimator;
57 scoped_ptr<views::BoundsAnimator> indicator_animator_;
contents_view.h 18 class BoundsAnimator;
91 scoped_ptr<views::BoundsAnimator> bounds_animator_;
apps_grid_view.h 411 views::BoundsAnimator bounds_animator_;
contents_view.cc 54 bounds_animator_(new views::BoundsAnimator(this)) {
speech_view.cc 133 indicator_animator_.reset(new views::BoundsAnimator(container));
apps_grid_view.cc 104 : public views::BoundsAnimator::OwnedAnimationDelegate {
152 : public views::BoundsAnimator::OwnedAnimationDelegate {
    [all...]
  /external/chromium_org/ash/test/
shelf_view_test_api.cc 25 views::BoundsAnimator* animator) OVERRIDE {}
26 virtual void OnBoundsAnimatorDone(views::BoundsAnimator* animator) OVERRIDE {
  /external/chromium_org/ash/shelf/
shelf_view.h 23 class BoundsAnimator;
320 views::BoundsAnimator* animator) OVERRIDE;
321 virtual void OnBoundsAnimatorDone(views::BoundsAnimator* animator) OVERRIDE;
354 scoped_ptr<views::BoundsAnimator> bounds_animator_;
shelf_view.cc 248 : public views::BoundsAnimator::OwnedAnimationDelegate {
303 : public views::BoundsAnimator::OwnedAnimationDelegate {
332 : public views::BoundsAnimator::OwnedAnimationDelegate {
385 bounds_animator_.reset(new views::BoundsAnimator(this));
    [all...]
  /external/chromium/chrome/browser/ui/views/tabs/
base_tab_strip.h 224 views::BoundsAnimator& bounds_animator() { return bounds_animator_; }
269 views::BoundsAnimator bounds_animator_;
base_tab_strip.cc 23 : public views::BoundsAnimator::OwnedAnimationDelegate {
47 : public views::BoundsAnimator::OwnedAnimationDelegate {
421 // Register delegate to do cleanup when done, BoundsAnimator takes
  /external/chromium_org/ui/message_center/views/
message_center_view.cc 193 views::BoundsAnimator* animator) OVERRIDE;
194 virtual void OnBoundsAnimatorDone(views::BoundsAnimator* animator) OVERRIDE;
235 scoped_ptr<views::BoundsAnimator> animator_;
420 views::BoundsAnimator* animator) {
430 void MessageListView::OnBoundsAnimatorDone(views::BoundsAnimator* animator) {
472 animator_.reset(new views::BoundsAnimator(this));
    [all...]
  /external/chromium_org/chrome/browser/ui/views/tabs/
tab_strip.h 607 views::BoundsAnimator bounds_animator_;
tab_strip.cc 255 : public views::BoundsAnimator::OwnedAnimationDelegate {
551 : public views::BoundsAnimator::OwnedAnimationDelegate {
    [all...]

Completed in 478 milliseconds