Searched refs:mLastProgress (Results 1 – 4 of 4) sorted by relevance
80 private float mLastProgress; field in AssistantInputConsumer198 ValueAnimator animator = ValueAnimator.ofFloat(mLastProgress, 0) in onMotionEvent()229 mLastProgress = Math.min(mDistance * 1f / mDragDistThreshold, 1) * mTimeFraction; in updateAssistantProgress()234 SystemUiProxy.INSTANCE.get(mContext).onAssistantProgress(mLastProgress); in updateAssistantProgress()273 mLastProgress = 1; in onFling()
48 private int mLastProgress = -1; field in BalanceSeekBar78 if (progress != mLastProgress) {82 mLastProgress = progress;
42 private int mLastProgress = -1; field in PointerSpeedPreference83 if (progress != mLastProgress) { in onProgressChanged()85 mLastProgress = progress; in onProgressChanged()
53 private int mLastProgress = -1; field in LabeledSeekBar125 if (progress != mLastProgress) {127 mLastProgress = progress;