Home
last modified time | relevance | path

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

/packages/apps/Launcher3/quickstep/src/com/android/quickstep/views/
DClearAllButton.java46 private float mFullscreenProgress = 1; field in ClearAllButton
171 mFullscreenProgress = progress; in setFullscreenProgress()
210 return mFullscreenProgress > 0 ? endTranslation : 0; in getFullscreenTrans()
DTaskView.java345 private float mFullscreenProgress; field in TaskView
988 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 FullscreenDrawParams
1508 mFullscreenProgress = fullscreenProgress; in setProgress()
DRecentsView.java209 return recentsView.mFullscreenProgress;
515 protected float mFullscreenProgress = 0; field in RecentsView
1211 taskView.setFullscreenProgress(mFullscreenProgress); in resetTaskVisuals()
1247 mFullscreenProgress = fullscreenProgress; in setFullscreenProgress()
1250 getTaskViewAt(i).setFullscreenProgress(mFullscreenProgress); in setFullscreenProgress()
DTaskThumbnailView.java314 float rounding = comp(mFullscreenParams.mFullscreenProgress); in drawOnCanvas()