Home
last modified time | relevance | path

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

/external/chromium_org/ash/shelf/
Dshelf_layout_manager.h230 struct TargetBounds { struct
231 TargetBounds();
232 ~TargetBounds();
272 void UpdateBoundsAndOpacity(const TargetBounds& target_bounds,
287 void CalculateTargetBounds(const State& state, TargetBounds* target_bounds);
291 void UpdateTargetBoundsForGesture(TargetBounds* target_bounds) const;
Dshelf_layout_manager.cc285 TargetBounds target_bounds; in LayoutShelf()
560 ShelfLayoutManager::TargetBounds::TargetBounds() : opacity(0.0f) {} in TargetBounds() function in ash::internal::ShelfLayoutManager::TargetBounds
561 ShelfLayoutManager::TargetBounds::~TargetBounds() {} in ~TargetBounds()
636 TargetBounds target_bounds; in SetState()
653 const TargetBounds& target_bounds, in UpdateBoundsAndOpacity()
730 TargetBounds* target_bounds) { in CalculateTargetBounds()
844 TargetBounds* target_bounds) const { in UpdateTargetBoundsForGesture()
1149 TargetBounds target_bounds; in OnLockStateEvent()