Home
last modified time | relevance | path

Searched refs:root_window_size (Results 1 – 3 of 3) sorted by relevance

/dports/www/chromium-legacy/chromium-88.0.4324.182/ash/wm/desks/
H A Droot_window_desk_switch_animator_unittest.cc30 const gfx::Size root_window_size = in ComputeAnimationLayerExpectedSize() local
34 root_window_size.width()); in ComputeAnimationLayerExpectedSize()
35 gfx::Size expected_size = root_window_size; in ComputeAnimationLayerExpectedSize()
36 expected_size.set_width(root_window_size.width() * expected_screenshots + in ComputeAnimationLayerExpectedSize()
H A Ddesk_mini_view.cc41 int GetPreviewWidth(const gfx::Size& root_window_size, int preview_height) { in GetPreviewWidth() argument
42 return preview_height * root_window_size.width() / root_window_size.height(); in GetPreviewWidth()
/dports/www/chromium-legacy/chromium-88.0.4324.182/ash/wm/
H A Dash_focus_rules_unittest.cc68 gfx::Size root_window_size = Shell::GetPrimaryRootWindow()->bounds().size(); in CreateLockScreen() local
69 params.bounds = gfx::Rect((root_window_size.width() - ps.width()) / 2, in CreateLockScreen()
70 (root_window_size.height() - ps.height()) / 2, in CreateLockScreen()