Searched refs:kBoundsChange_Resizes (Results 1 – 6 of 6) sorted by relevance
98 const int WindowResizer::kBoundsChange_Resizes = 2; member in ash::WindowResizer161 WindowResizer::kBoundsChange_Resizes; in GetBoundsChangeForWindowComponent()170 bounds_change |= WindowResizer::kBoundsChange_Resizes; in GetBoundsChangeForWindowComponent()201 if (details.bounds_change & kBoundsChange_Resizes) { in CalculateBoundsForDrag()312 !(details.bounds_change & kBoundsChange_Resizes)) in AdjustDeltaForTouchResize()356 if (details.bounds_change & kBoundsChange_Resizes) { in GetSizeForDrag()
31 static const int kBoundsChange_Resizes; variable
226 WindowResizer::kBoundsChange_Resizes)) in OnGestureEvent()
102 !(details_.bounds_change & WindowResizer::kBoundsChange_Resizes)) { in Drag()211 if (details_.bounds_change & WindowResizer::kBoundsChange_Resizes) in FinishDragging()
202 (details_.bounds_change & WindowResizer::kBoundsChange_Resizes)) { in StartedDragging()241 (details_.bounds_change & WindowResizer::kBoundsChange_Resizes) != 0; in FinishedDragging()
377 } else if ((details_.bounds_change & kBoundsChange_Resizes) && in Drag()