Searched refs:keyboard_bounds_ (Results 1 – 9 of 9) sorted by relevance
387 if (new_bounds.IsEmpty() && !keyboard_bounds_.IsEmpty()) { in OnKeyboardBoundsChanging()394 } else if (!new_bounds.IsEmpty() && keyboard_bounds_.IsEmpty()) { in OnKeyboardBoundsChanging()403 keyboard_bounds_ = new_bounds; in OnKeyboardBoundsChanging()
162 gfx::Rect keyboard_bounds_; variable
730 !keyboard_bounds_.IsEmpty()) { in UpdateBoundsAndOpacity()784 (!keyboard_bounds_.IsEmpty() && !keyboard::IsKeyboardOverscrollEnabled())) in CalculateTargetBounds()793 if (keyboard_bounds_.IsEmpty()) in CalculateTargetBounds()796 bottom_shelf_vertical_offset -= keyboard_bounds_.height(); in CalculateTargetBounds()835 if (!keyboard_bounds_.IsEmpty() && !keyboard::IsKeyboardOverscrollEnabled()) { in CalculateTargetBounds()837 gfx::Insets keyboard_insets(0, 0, keyboard_bounds_.height(), 0); in CalculateTargetBounds()1118 if (new_bounds.IsEmpty() && !keyboard_bounds_.IsEmpty()) in OnKeyboardBoundsChanging()1121 keyboard_bounds_ = new_bounds; in OnKeyboardBoundsChanging()
394 gfx::Rect keyboard_bounds_; variable
95 gfx::Rect keyboard_bounds_; variable
123 keyboard_bounds_ = new_bounds; in OnKeyboardBoundsChanging()
318 gfx::Rect keyboard_bounds_; variable
865 if (new_bounds.IsEmpty() && !keyboard_bounds_.IsEmpty()) { in OnKeyboardBoundsChanging()872 } else if (!new_bounds.IsEmpty() && keyboard_bounds_.IsEmpty()) { in OnKeyboardBoundsChanging()881 keyboard_bounds_ = new_bounds; in OnKeyboardBoundsChanging()
996 gfx::Insets(0, 0, keyboard_bounds_.height(), 0)); in ShowKeyboard()997 layout_manager_->OnKeyboardBoundsChanging(keyboard_bounds_); in ShowKeyboard()1008 keyboard_bounds_ = bounds; in SetKeyboardBounds()1013 gfx::Rect keyboard_bounds_; member in ash::WorkspaceLayoutManagerKeyboardTest