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

  /external/chromium_org/ash/wm/
app_list_controller.h 141 gfx::Rect view_bounds_; member in class:ash::AppListController
app_list_controller.cc 478 // Update cached |view_bounds_| if it is the first over-scroll move and
481 view_bounds_ = widget->GetWindowBoundsInScreen();
489 gfx::Rect shifted(view_bounds_);
498 widget->SetBounds(view_bounds_);

Completed in 727 milliseconds