/external/chromium_org/ui/compositor/ |
D | scoped_layer_animation_settings.cc | 81 ScopedLayerAnimationSettings::ScopedLayerAnimationSettings( in ScopedLayerAnimationSettings() function in ui::ScopedLayerAnimationSettings 94 ScopedLayerAnimationSettings::~ScopedLayerAnimationSettings() { in ~ScopedLayerAnimationSettings() 112 void ScopedLayerAnimationSettings::AddObserver( in AddObserver() 118 void ScopedLayerAnimationSettings::SetTransitionDuration( in SetTransitionDuration() 123 void ScopedLayerAnimationSettings::LockTransitionDuration() { in LockTransitionDuration() 127 base::TimeDelta ScopedLayerAnimationSettings::GetTransitionDuration() const { in GetTransitionDuration() 131 void ScopedLayerAnimationSettings::SetTweenType(gfx::Tween::Type tween_type) { in SetTweenType() 135 gfx::Tween::Type ScopedLayerAnimationSettings::GetTweenType() const { in GetTweenType() 139 void ScopedLayerAnimationSettings::SetPreemptionStrategy( in SetPreemptionStrategy() 145 ScopedLayerAnimationSettings::GetPreemptionStrategy() const { in GetPreemptionStrategy() [all …]
|
D | scoped_layer_animation_settings.h | 27 class COMPOSITOR_EXPORT ScopedLayerAnimationSettings { 29 explicit ScopedLayerAnimationSettings(LayerAnimator* animator); 30 virtual ~ScopedLayerAnimationSettings(); 66 DISALLOW_COPY_AND_ASSIGN(ScopedLayerAnimationSettings);
|
D | layer_animation_observer.h | 19 class ScopedLayerAnimationSettings; variable 116 friend class ScopedLayerAnimationSettings; variable
|
D | layer_animator.h | 32 class ScopedLayerAnimationSettings; variable 209 friend class ScopedLayerAnimationSettings; variable
|
D | layer_animator_unittest.cc | 1603 ScopedLayerAnimationSettings settings(animator.get()); in TEST() 1630 ScopedLayerAnimationSettings settings(animator.get()); in TEST() 1661 ScopedLayerAnimationSettings settings(animator.get()); in TEST() 1687 ScopedLayerAnimationSettings settings(animator.get()); in TEST() 1702 ScopedLayerAnimationSettings settings(animator.get()); in TEST() 1791 ScopedLayerAnimationSettings setter(animator.get()); in TEST() 1829 ScopedLayerAnimationSettings setter(animator.get()); in TEST() 2058 ScopedLayerAnimationSettings settings(animator.get()); in TEST() 2093 ScopedLayerAnimationSettings settings(animator.get()); in TEST() 2114 ScopedLayerAnimationSettings settings(animator.get()); in TEST() [all …]
|
/external/chromium_org/ash/wm/ |
D | window_animations_unittest.cc | 182 ui::ScopedLayerAnimationSettings settings1(layer->GetAnimator()); in TEST_F() 185 ui::ScopedLayerAnimationSettings settings2(layer->GetAnimator()); in TEST_F() 200 ui::ScopedLayerAnimationSettings settings1(layer->GetAnimator()); in TEST_F() 205 ui::ScopedLayerAnimationSettings settings2(layer->GetAnimator()); in TEST_F() 228 ui::ScopedLayerAnimationSettings settings(layer->GetAnimator()); in TEST_F()
|
D | drag_window_controller.cc | 63 ui::ScopedLayerAnimationSettings scoped_setter(layer->GetAnimator()); in SetOpacity() 98 ui::ScopedLayerAnimationSettings scoped_setter(widget_layer->GetAnimator()); in CreateDragWidget()
|
D | window_animations.cc | 139 ui::ScopedLayerAnimationSettings settings(window->layer()->GetAnimator()); in AnimateShowWindow_Minimize() 155 ui::ScopedLayerAnimationSettings settings(window->layer()->GetAnimator()); in AnimateHideWindow_Minimize() 189 ui::ScopedLayerAnimationSettings settings(window->layer()->GetAnimator()); in AnimateShowHideWindowCommon_BrightnessGrayscale() 334 ui::ScopedLayerAnimationSettings settings(old_layer->GetAnimator()); in CrossFadeImpl() 377 ui::ScopedLayerAnimationSettings settings(window->layer()->GetAnimator()); in CrossFadeImpl()
|
D | system_modal_container_layout_manager.cc | 166 ui::ScopedLayerAnimationSettings settings( in CreateModalBackground() 177 ui::ScopedLayerAnimationSettings settings( in DestroyModalBackground()
|
D | screen_dimmer.cc | 54 ui::ScopedLayerAnimationSettings scoped_settings( in SetDimming()
|
D | boot_splash_screen_chromeos.cc | 69 ui::ScopedLayerAnimationSettings settings(layer_->GetAnimator()); in StartHideAnimation()
|
D | resize_shadow.cc | 31 ui::ScopedLayerAnimationSettings settings(layer->GetAnimator()); in ShowLayer()
|
/external/chromium_org/ash/first_run/ |
D | desktop_cleaner.cc | 40 ui::ScopedLayerAnimationSettings animation_settings(layer->GetAnimator()); in ContainerHider() 55 ui::ScopedLayerAnimationSettings animation_settings(layer->GetAnimator()); in ~ContainerHider()
|
/external/chromium_org/ui/views/controls/ |
D | slide_out_view.cc | 78 ui::ScopedLayerAnimationSettings settings(layer()->GetAnimator()); in RestoreVisualState() 93 ui::ScopedLayerAnimationSettings settings(layer()->GetAnimator()); in SlideOutAndClose()
|
/external/chromium_org/content/browser/web_contents/aura/ |
D | window_slider.cc | 166 ui::ScopedLayerAnimationSettings settings(sliding->GetAnimator()); in UpdateForFling() 190 ui::ScopedLayerAnimationSettings settings(layer->GetAnimator()); in ResetScroll() 208 ui::ScopedLayerAnimationSettings settings(owner_->layer()->GetAnimator()); in ResetScroll()
|
/external/chromium_org/ash/system/tray/ |
D | system_tray_bubble.cc | 170 ui::ScopedLayerAnimationSettings settings(layer->GetAnimator()); in UpdateView() 195 ui::ScopedLayerAnimationSettings settings(shadow->GetAnimator()); in UpdateView() 240 ui::ScopedLayerAnimationSettings settings(new_layer->GetAnimator()); in UpdateView()
|
D | throbber_view.cc | 102 ui::ScopedLayerAnimationSettings animation(layer()->GetAnimator()); in ScheduleAnimation()
|
/external/chromium_org/ash/wm/overview/ |
D | window_overview.cc | 155 ui::ScopedLayerAnimationSettings settings( in ~WindowOverview() 206 ui::ScopedLayerAnimationSettings animation_settings( in SetSelection() 221 ui::ScopedLayerAnimationSettings animation_settings( in SetSelection() 330 ui::ScopedLayerAnimationSettings settings( in HideAndTrackNonOverviewWindows()
|
D | scoped_transform_overview_window.cc | 25 : public ui::ScopedLayerAnimationSettings { 28 ui::ScopedLayerAnimationSettings(window->layer()->GetAnimator()) { in WindowSelectorAnimationSettings()
|
/external/chromium_org/ash/display/ |
D | output_configurator_animation.cc | 132 ui::ScopedLayerAnimationSettings settings(hiding_layer->GetAnimator()); in StartFadeOutAnimation() 197 ui::ScopedLayerAnimationSettings settings(hiding_layer->GetAnimator()); in StartFadeInAnimation()
|
/external/chromium_org/chrome/browser/ui/ash/ |
D | ash_keyboard_controller_proxy.cc | 171 ui::ScopedLayerAnimationSettings settings(container_animator); in ShowKeyboardContainer() 195 ui::ScopedLayerAnimationSettings in HideKeyboardContainer()
|
/external/chromium_org/ash/desktop_background/ |
D | desktop_background_widget_controller.cc | 110 ui::ScopedLayerAnimationSettings settings( in StartAnimating()
|
/external/chromium_org/ash/wm/gestures/ |
D | system_pinch_handler.cc | 87 ui::ScopedLayerAnimationSettings settings( in ProcessGestureEvent()
|
/external/chromium_org/ui/views/corewm/ |
D | window_animations.cc | 257 ui::ScopedLayerAnimationSettings settings(window->layer()->GetAnimator()); in AnimateShowWindowCommon() 275 ui::ScopedLayerAnimationSettings settings(window->layer()->GetAnimator()); in AnimateHideWindowCommon() 353 ui::ScopedLayerAnimationSettings scoped_settings( in AnimateBounce()
|
/external/chromium_org/ui/app_list/views/ |
D | app_list_view.cc | 435 ui::ScopedLayerAnimationSettings main_settings( in OnSpeechRecognitionStateChanged() 445 ui::ScopedLayerAnimationSettings speech_settings( in OnSpeechRecognitionStateChanged()
|