Home | History | Annotate | Download | only in allapps

Lines Matching full:mprogress

52             return controller.mProgress;
68 // Animation in this class is controlled by a single variable {@link mProgress}.
72 // When {@link mProgress} is 0, all apps container is pulled up.
73 // When {@link mProgress} is 1, all apps container is pulled down.
75 private float mProgress; // [0, 1], mShiftRange * mProgress = shiftCurrent
82 mProgress = 1f;
120 mProgress = progress;
144 return mProgress;
166 if (Float.compare(mProgress, targetProgress) == 0) {
182 ObjectAnimator.ofFloat(this, ALL_APPS_PROGRESS, mProgress, targetProgress);
243 if (Float.compare(mProgress, 1f) == 0) {
246 } else if (Float.compare(mProgress, 0f) == 0) {