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 227 struct TargetBounds {
228 TargetBounds();
229 ~TargetBounds();
269 void UpdateBoundsAndOpacity(const TargetBounds& target_bounds,
284 void CalculateTargetBounds(const State& state, TargetBounds* target_bounds);
288 void UpdateTargetBoundsForGesture(TargetBounds* target_bounds) const;
shelf_layout_manager.cc 282 TargetBounds target_bounds;
559 ShelfLayoutManager::TargetBounds::TargetBounds() : opacity(0.0f) {}
560 ShelfLayoutManager::TargetBounds::~TargetBounds() {}
633 TargetBounds target_bounds;
650 const TargetBounds& target_bounds,
754 TargetBounds* target_bounds) {
    [all...]

Completed in 127 milliseconds