Home
last modified time | relevance | path

Searched refs:kBoundsChangeDirection_Horizontal (Results 1 – 4 of 4) sorted by relevance

/external/chromium_org/ash/wm/
Dwindow_resizer.cc49 const int WindowResizer::kBoundsChangeDirection_Horizontal = 1; member in ash::WindowResizer
101 WindowResizer::kBoundsChangeDirection_Horizontal | in GetPositionChangeDirectionForWindowComponent()
112 pos_change_direction |= WindowResizer::kBoundsChangeDirection_Horizontal; in GetPositionChangeDirectionForWindowComponent()
153 if (details().size_change_direction & kBoundsChangeDirection_Horizontal) { in CalculateBoundsForDrag()
252 if (details().size_change_direction & kBoundsChangeDirection_Horizontal) { in AdjustDeltaForTouchResize()
277 if (pos_change_direction & kBoundsChangeDirection_Horizontal) in GetOriginForDrag()
299 if (details().size_change_direction & kBoundsChangeDirection_Horizontal) { in GetWidthForDrag()
Ddrag_details.cc25 WindowResizer::kBoundsChangeDirection_Horizontal | in GetSizeChangeDirectionForWindowComponent()
34 size_change_direction |= WindowResizer::kBoundsChangeDirection_Horizontal; in GetSizeChangeDirectionForWindowComponent()
Dwindow_resizer.h34 static const int kBoundsChangeDirection_Horizontal; variable
/external/chromium_org/ash/wm/dock/
Ddocked_window_layout_manager.cc486 WindowResizer::kBoundsChangeDirection_Horizontal)) { in StartDragging()