Home
last modified time | relevance | path

Searched refs:WindowAnimationsDisabled (Results 1 – 5 of 5) sorted by relevance

/external/chromium_org/ui/views/corewm/
Dwindow_animations.h96 VIEWS_EXPORT bool WindowAnimationsDisabled(aura::Window* window);
Dwindow_animations.cc545 if (WindowAnimationsDisabled(window)) in AnimateOnChildWindowVisibilityChanged()
565 bool WindowAnimationsDisabled(aura::Window* window) { in WindowAnimationsDisabled() function
/external/chromium_org/ash/wm/
Dwindow_animations.cc424 if (views::corewm::WindowAnimationsDisabled(window)) in GetCrossFadeDuration()
447 if (views::corewm::WindowAnimationsDisabled(window)) in AnimateOnChildWindowVisibilityChanged()
Dwindow_positioner.cc118 if (views::corewm::WindowAnimationsDisabled(window)) { in SetBoundsAnimated()
/external/chromium_org/ui/views/widget/desktop_aura/
Ddesktop_root_window_host_win.cc167 !views::corewm::WindowAnimationsDisabled(content_window_); in OnRootWindowCreated()