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

  /external/chromium_org/ash/shelf/
shelf_layout_manager.h 231 struct TargetBounds {
232 TargetBounds();
233 ~TargetBounds();
273 void UpdateBoundsAndOpacity(const TargetBounds& target_bounds,
288 void CalculateTargetBounds(const State& state, TargetBounds* target_bounds);
292 void UpdateTargetBoundsForGesture(TargetBounds* target_bounds) const;
shelf_layout_manager.cc 281 TargetBounds target_bounds;
575 ShelfLayoutManager::TargetBounds::TargetBounds() : opacity(0.0f) {}
576 ShelfLayoutManager::TargetBounds::~TargetBounds() {}
649 TargetBounds target_bounds;
666 const TargetBounds& target_bounds,
763 TargetBounds* target_bounds) {
    [all...]

Completed in 44 milliseconds