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

  /external/chromium_org/ash/wm/workspace/
snap_sizer.h 70 // or decrease the position. It's one of |last_adjust_x_| or |last_update_x_|.
110 int last_update_x_; member in class:ash::internal::SnapSizer
snap_sizer.cc 80 last_update_x_(start.x()),
118 CalculateIncrement(location.x(), last_update_x_));
139 last_update_x_ = location.x();

Completed in 657 milliseconds