Home
last modified time | relevance | path

Searched refs:mSpringLoadedProgress (Results 1 – 2 of 2) sorted by relevance

/packages/apps/Launcher3/src/com/android/launcher3/
DMultipageCellLayout.java133 float animatedWorkspaceMargin = mSpaceBetweenCellLayoutsPx * mSpringLoadedProgress; in onDraw()
170 float margin = mSpaceBetweenCellLayoutsPx * mSpringLoadedProgress; in getMarginForGivenCellParams()
188 mLeftBackground.setAlpha((int) (mSpringLoadedProgress * 255)); in updateBgAlpha()
189 mRightBackground.setAlpha((int) (mSpringLoadedProgress * 255)); in updateBgAlpha()
DCellLayout.java161 protected float mSpringLoadedProgress = 0f; field in CellLayout
560 if (Float.compare(progress, mSpringLoadedProgress) != 0) { in setSpringLoadedProgress()
561 mSpringLoadedProgress = progress; in setSpringLoadedProgress()
572 return mSpringLoadedProgress; in getSpringLoadedProgress()
576 mBackground.setAlpha((int) (mSpringLoadedProgress * 255)); in updateBgAlpha()