Home | History | Annotate | Download | only in common

Lines Matching defs:getDeceleration

659         static private float getDeceleration(int velocity) {
741 mDeceleration = getDeceleration(delta);
814 mDeceleration = getDeceleration(velocity == 0 ? start - end : velocity);
879 mDeceleration = getDeceleration(mVelocity);