HomeSort by relevance Sort by last modified time
    Searched refs:total_bounds (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/ash/wm/overview/
window_grid.cc 182 gfx::Rect total_bounds = ScreenUtil::ConvertRectToScreen( local
191 total_bounds.Inset(
201 total_bounds.width() > total_bounds.height() ? kMinCardsMajor : 1,
202 static_cast<int>(ceil(sqrt(total_bounds.width() * window_list_.size() /
203 (kCardAspectRatio * total_bounds.height())))));
206 static_cast<int>(total_bounds.width() / num_columns_),
207 static_cast<int>(total_bounds.height() * kCardAspectRatio / num_rows)));
211 int x_offset = total_bounds.x() + ((window_list_.size() >= num_columns_ ? 0 :
213 (total_bounds.width() - num_columns_ * window_size.width())) / 2
    [all...]
  /external/chromium_org/ui/views/animation/
bounds_animator.cc 235 gfx::Rect total_bounds = gfx::UnionRects(new_bounds, view->bounds()); local
239 repaint_bounds_.Union(total_bounds);

Completed in 496 milliseconds