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

/external/chromium_org/ash/wm/maximize_mode/
H A Dmaximize_mode_window_state.cc94 window_state->SetBoundsDirectAnimated(bounds_in_parent);
163 window_state->SetBoundsDirectAnimated(bounds_in_parent);
298 window_state->SetBoundsDirectAnimated(bounds_in_parent);
/external/chromium_org/ash/wm/
H A Ddefault_state.cc128 window_state->SetBoundsDirectAnimated(snapped_bounds);
344 window_state->SetBoundsDirectAnimated(bounds);
358 window_state->SetBoundsDirectAnimated(bounds);
559 // SetBoundsDirectAnimated does not work when the window gets reparented.
563 window_state->SetBoundsDirectAnimated(bounds_in_parent);
610 window_state->SetBoundsDirectAnimated(center_in_parent);
H A Dwindow_state.h342 void SetBoundsDirectAnimated(const gfx::Rect& bounds);
H A Dwindow_state.cc399 void WindowState::SetBoundsDirectAnimated(const gfx::Rect& bounds) { function in class:ash::wm::WindowState

Completed in 1190 milliseconds