Searched refs:kBoundsChangeDirection_Vertical (Results 1 – 3 of 3) sorted by relevance
52 const int WindowResizer::kBoundsChangeDirection_Vertical = 2; member in ash::WindowResizer103 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()
26 WindowResizer::kBoundsChangeDirection_Vertical; in GetSizeChangeDirectionForWindowComponent()30 size_change_direction |= WindowResizer::kBoundsChangeDirection_Vertical; in GetSizeChangeDirectionForWindowComponent()
35 static const int kBoundsChangeDirection_Vertical; variable