Searched refs:mLastProgress (Results 1 – 5 of 5) sorted by relevance
53 private int mLastProgress; field in PreviewSizeSeekBarController145 mLastProgress = initialIndex; in displayPreference()200 if (seekBarPreferenceProgress != mLastProgress) {202 mLastProgress = seekBarPreferenceProgress;
49 private int mLastProgress = -1; field in BalanceSeekBar79 if (progress != mLastProgress) {83 mLastProgress = progress;
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 PointerSpeedPreference89 if (progress != mLastProgress) { in onProgressChanged()91 mLastProgress = progress; in onProgressChanged()
53 private int mLastProgress = -1; field in LabeledSeekBar125 if (progress != mLastProgress) {127 mLastProgress = progress;