Searched defs:sticky_size (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/ash/wm/workspace/
H A Dworkspace_window_resizer.cc117 bool ShouldStickToEdge(int distance_from_edge, int sticky_size) { argument
118 return distance_from_edge < sticky_size &&
119 distance_from_edge > -sticky_size * 2;
355 int sticky_size; local
357 sticky_size = 0;
360 sticky_size = kScreenEdgeInsetForTouchDrag;
362 sticky_size = kScreenEdgeInset;
366 AdjustBoundsForMainWindow(sticky_size, &bounds);
783 int sticky_size,
807 if (sticky_size >
782 AdjustBoundsForMainWindow( int sticky_size, gfx::Rect* bounds) argument
833 StickToWorkAreaOnMove( const gfx::Rect& work_area, int sticky_size, gfx::Rect* bounds) const argument
863 StickToWorkAreaOnResize( const gfx::Rect& work_area, int sticky_size, gfx::Rect* bounds) const argument
[all...]

Completed in 67 milliseconds