Home
last modified time | relevance | path

Searched refs:mLastProgress (Results 1 – 4 of 4) sorted by relevance

/packages/apps/Launcher3/quickstep/src/com/android/quickstep/inputconsumers/
DAssistantInputConsumer.java80 private float mLastProgress; field in AssistantInputConsumer
198 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()
/packages/apps/Settings/src/com/android/settings/accessibility/
DBalanceSeekBar.java48 private int mLastProgress = -1; field in BalanceSeekBar
78 if (progress != mLastProgress) {
82 mLastProgress = progress;
/packages/apps/Settings/src/com/android/settings/
DPointerSpeedPreference.java42 private int mLastProgress = -1; field in PointerSpeedPreference
83 if (progress != mLastProgress) { in onProgressChanged()
85 mLastProgress = progress; in onProgressChanged()
/packages/apps/Settings/src/com/android/settings/widget/
DLabeledSeekBar.java53 private int mLastProgress = -1; field in LabeledSeekBar
125 if (progress != mLastProgress) {
127 mLastProgress = progress;