Home
last modified time | relevance | path

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

/external/chromium_org/ash/shelf/
Dshelf_layout_manager.cc684 target_bounds.shelf_bounds_in_root)); in UpdateBoundsAndOpacity()
692 target_bounds.shelf_bounds_in_root.x()); in UpdateBoundsAndOpacity()
694 target_bounds.shelf_bounds_in_root.y()); in UpdateBoundsAndOpacity()
758 target_bounds->shelf_bounds_in_root = SelectValueForShelfAlignment( in CalculateTargetBounds()
833 target_bounds->shelf_bounds_in_root.height()), in CalculateTargetBounds()
834 gfx::Rect(0, 0, target_bounds->shelf_bounds_in_root.width(), in CalculateTargetBounds()
836 gfx::Rect(0, 0, target_bounds->shelf_bounds_in_root.width(), in CalculateTargetBounds()
840 target_bounds->shelf_bounds_in_root.height())); in CalculateTargetBounds()
880 int shelf_height = target_bounds->shelf_bounds_in_root.height() - translate; in UpdateTargetBoundsForGesture()
882 target_bounds->shelf_bounds_in_root.set_height(shelf_height); in UpdateTargetBoundsForGesture()
[all …]
Dshelf_layout_manager.h236 gfx::Rect shelf_bounds_in_root; member