HomeSort by relevance Sort by last modified time
    Searched defs:available_size (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/ash/wm/workspace/
workspace_window_resizer.cc 522 int available_size = end - start; local
524 int leftovers = CalculateAttachedSizes(delta, available_size, &sizes);
559 int available_size,
569 if (total_initial_size_ >= available_size)
570 grow_attached_by = available_size - total_initial_size_;
    [all...]
  /external/chromium_org/ui/views/layout/
grid_layout.cc 773 int available_size = *size; local
783 *location += (available_size - *size) / 2;
786 *location = *location + available_size - *size;
    [all...]
  /external/chromium_org/ash/launcher/
launcher_view.cc 695 int available_size = shelf->PrimaryAxisValue(width(), height()); local
697 if (!available_size)
753 int end_position = available_size - button_spacing;
772 int reserved_icon_space = available_size * kReservedNonPanelIconProportion;
    [all...]

Completed in 58 milliseconds