Searched refs:mFullscreenProgress (Results 1 – 4 of 4) sorted by relevance
46 private float mFullscreenProgress = 1; field in ClearAllButton171 mFullscreenProgress = progress; in setFullscreenProgress()210 return mFullscreenProgress > 0 ? endTranslation : 0; in getFullscreenTrans()
345 private float mFullscreenProgress; field in TaskView988 float fullScreenProgress = FULLSCREEN_INTERPOLATOR.getInterpolation(mFullscreenProgress); in applyScale()1313 mFullscreenProgress = progress; in setFullscreenProgress()1342 mFullscreenProgress,1426 float progress = FULLSCREEN_INTERPOLATOR.getInterpolation(mFullscreenProgress); in getFullscreenTrans()1490 public float mFullscreenProgress; field in FullscreenDrawParams1508 mFullscreenProgress = fullscreenProgress; in setProgress()
209 return recentsView.mFullscreenProgress;515 protected float mFullscreenProgress = 0; field in RecentsView1211 taskView.setFullscreenProgress(mFullscreenProgress); in resetTaskVisuals()1247 mFullscreenProgress = fullscreenProgress; in setFullscreenProgress()1250 getTaskViewAt(i).setFullscreenProgress(mFullscreenProgress); in setFullscreenProgress()
314 float rounding = comp(mFullscreenParams.mFullscreenProgress); in drawOnCanvas()