Home
last modified time | relevance | path

Searched refs:status_bounds_in_shelf (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/ash/shelf/
Dshelf_layout_manager.cc690 gfx::Rect status_bounds = target_bounds.status_bounds_in_shelf; in UpdateBoundsAndOpacity()
779 target_bounds->status_bounds_in_shelf = SelectValueForShelfAlignment( in CalculateTargetBounds()
889 target_bounds->status_bounds_in_shelf.set_y(0); in UpdateTargetBoundsForGesture()
895 target_bounds->status_bounds_in_shelf.size()); in UpdateTargetBoundsForGesture()
896 target_bounds->status_bounds_in_shelf.set_y(status_y.y()); in UpdateTargetBoundsForGesture()
915 target_bounds->status_bounds_in_shelf.set_x(0); in UpdateTargetBoundsForGesture()
917 target_bounds->status_bounds_in_shelf.set_x( in UpdateTargetBoundsForGesture()
925 target_bounds->status_bounds_in_shelf.size()); in UpdateTargetBoundsForGesture()
926 target_bounds->status_bounds_in_shelf.set_x(status_x.x()); in UpdateTargetBoundsForGesture()
Dshelf_layout_manager.h238 gfx::Rect status_bounds_in_shelf; member