Home | History | Annotate | Download | only in systemui

Lines Matching refs:velocity

544      * @param velocity the velocity this was expanded/ collapsed with
547 void finishExpanding(boolean forceAbort, float velocity) {
557 nowExpanded = currentHeight > mOldHeight && velocity >= 0;
559 nowExpanded = currentHeight >= mOldHeight || velocity > 0;
598 velocity = nowExpanded == velocity >= 0 ? velocity : 0;
599 mFlingAnimationUtils.apply(mScaleAnimation, currentHeight, targetHeight, velocity);
628 finishExpanding(true /* forceAbort */, 0f /* velocity */);