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

  /external/chromium_org/content/browser/android/
edge_effect.h 39 void Absorb(base::TimeTicks current_time, float velocity);
overscroll_glow.h 83 void Absorb(base::TimeTicks current_time,
overscroll_glow.cc 154 Absorb(current_time, velocity, overscroll, old_overscroll_);
281 void OverscrollGlow::Absorb(base::TimeTicks current_time,
301 edge_effects_[i]->Absorb(current_time, std::abs(overscroll_velocities[i]));
edge_effect.cc 221 void EdgeEffect::Absorb(base::TimeTicks current_time, float velocity) {
283 // After absorb, the glow and edge should fade to nothing.

Completed in 75 milliseconds