Home
last modified time | relevance | path

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

/external/chromium_org/ash/wm/
Dwindow_resizer.cc52 const int WindowResizer::kBoundsChangeDirection_Vertical = 2; member in ash::WindowResizer
103 WindowResizer::kBoundsChangeDirection_Vertical; in GetPositionChangeDirectionForWindowComponent()
108 pos_change_direction |= WindowResizer::kBoundsChangeDirection_Vertical; in GetPositionChangeDirectionForWindowComponent()
166 if (details().size_change_direction & kBoundsChangeDirection_Vertical) { in CalculateBoundsForDrag()
262 if (details().size_change_direction & kBoundsChangeDirection_Vertical) { in AdjustDeltaForTouchResize()
280 if (pos_change_direction & kBoundsChangeDirection_Vertical) in GetOriginForDrag()
330 if (details().size_change_direction & kBoundsChangeDirection_Vertical) { in GetHeightForDrag()
Ddrag_details.cc26 WindowResizer::kBoundsChangeDirection_Vertical; in GetSizeChangeDirectionForWindowComponent()
30 size_change_direction |= WindowResizer::kBoundsChangeDirection_Vertical; in GetSizeChangeDirectionForWindowComponent()
Dwindow_resizer.h35 static const int kBoundsChangeDirection_Vertical; variable