Searched refs:keyboard_bounds (Results 1 - 11 of 11) sorted by relevance

/external/chromium_org/ash/wm/
H A Dlock_window_state.cc168 gfx::Rect keyboard_bounds; local
173 keyboard_bounds = keyboard_controller->current_keyboard_bounds();
178 bounds.set_height(bounds.height() - keyboard_bounds.height());
H A Dlock_layout_manager_unittest.cc208 gfx::Rect keyboard_bounds = local
210 EXPECT_NE(keyboard_bounds, gfx::Rect());
/external/chromium_org/mojo/examples/window_manager/
H A Dwindow_manager.cc157 gfx::Rect keyboard_bounds(view_->bounds());
158 keyboard_bounds.set_y(new_bounds.bottom() - keyboard_bounds.height());
159 keyboard_bounds.set_width(keyboard_bounds.width() +
161 view_->SetBounds(keyboard_bounds);
316 const gfx::Rect keyboard_bounds(
319 keyboard_manager_->Init(app_, view_manager_, parent, keyboard_bounds);
/external/chromium_org/ui/keyboard/
H A Dkeyboard_controller_proxy.cc153 gfx::Rect keyboard_bounds = keyboard_window->bounds(); local
155 keyboard_bounds.height());
H A Dkeyboard_controller.cc67 gfx::Rect keyboard_bounds = proxy_ ? proxy_->GetKeyboardWindow()->bounds() :
69 mask->addRect(RectToSkRect(keyboard_bounds));
120 gfx::Rect keyboard_bounds = proxy_ ? proxy_->GetKeyboardWindow()->bounds() :
122 mask->addRect(RectToSkRect(keyboard_bounds));
/external/chromium_org/ash/wm/workspace/
H A Dworkspace_layout_manager_unittest.cc1068 gfx::Rect keyboard_bounds(work_area.x(),
1073 SetKeyboardBounds(keyboard_bounds);
1088 keyboard_bounds.height();
1107 gfx::Rect keyboard_bounds(work_area.x(),
1112 SetKeyboardBounds(keyboard_bounds);
1123 keyboard_bounds.height();
1143 keyboard_bounds.y() + keyboard_bounds.height()/2, 50,
1144 keyboard_bounds.height()/2);
1150 keyboard_bounds
[all...]
/external/chromium_org/ash/wm/panels/
H A Dpanel_layout_manager.h167 const gfx::Rect& keyboard_bounds) OVERRIDE;
H A Dpanel_layout_manager.cc910 const gfx::Rect& keyboard_bounds) {
912 int available_space = parent_bounds.height() - keyboard_bounds.height();
918 if (keyboard_bounds.height() > 0) {
909 OnKeyboardBoundsChanging( const gfx::Rect& keyboard_bounds) argument
/external/chromium_org/ash/
H A Droot_window_controller_unittest.cc879 gfx::Rect keyboard_bounds = keyboard::KeyboardBoundsFromWindowBounds( local
881 keyboard_window->SetBounds(keyboard_bounds);
893 int window_height = keyboard_bounds.bottom();
894 int window_width = keyboard_bounds.width() / 2;
897 int top = keyboard_bounds.y() / 2;
/external/chromium_org/ash/wm/dock/
H A Ddocked_window_layout_manager.h250 const gfx::Rect& keyboard_bounds) OVERRIDE;
H A Ddocked_window_layout_manager.cc1322 const gfx::Rect& keyboard_bounds) {
1321 OnKeyboardBoundsChanging( const gfx::Rect& keyboard_bounds) argument

Completed in 440 milliseconds