Home
last modified time | relevance | path

Searched refs:mGridProgress (Results 1 – 3 of 3) sorted by relevance

/aosp12/packages/apps/Launcher3/quickstep/src/com/android/quickstep/views/
H A DClearAllButton.java62 private float mGridProgress = 1; field in ClearAllButton
209 mGridProgress = gridProgress; in setGridProgress()
242 return mGridProgress > 0 ? endTranslation : 0; in getGridTrans()
H A DTaskView.java371 private float mGridProgress; field in TaskView
1046 mGridProgress = gridProgress; in setGridProgress()
1067 float gridProgress = GRID_INTERPOLATOR.getInterpolation(mGridProgress); in getPersistentScale()
1469 float progress = GRID_INTERPOLATOR.getInterpolation(mGridProgress);
H A DRecentsView.java371 return view.mGridProgress;
460 private float mGridProgress = 0; field in RecentsView
2568 setGridProgress(mGridProgress); in updateGridProperties()
2595 mGridProgress = gridProgress; in setGridProgress()