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

  /external/chromium_org/ash/wm/workspace/
snap_sizer.cc 22 // |usable_width_| list.
25 // Windows are initially snapped to the size in |usable_width_| at index 0.
26 // The index into |usable_width_| is changed if any of the following happen:
41 // Fill the |usable_width_| list with items from |kIdealWidth| which fit on
83 usable_width_(BuildIdealWidthList(window)) {
84 DCHECK(!usable_width_.empty());
146 for (current = usable_width_.size() - 1; current >= 0; current--) {
154 return GetTargetBoundsForSize(current % usable_width_.size());
176 DCHECK(size_index < usable_width_.size());
177 width = usable_width_[size_index]
    [all...]
snap_sizer.h 122 const std::vector<int> usable_width_; member in class:ash::internal::SnapSizer

Completed in 80 milliseconds