Searched refs:mSpringLoadedProgress (Results 1 – 2 of 2) sorted by relevance
133 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()
165 protected float mSpringLoadedProgress = 0f; field in CellLayout572 if (Float.compare(progress, mSpringLoadedProgress) != 0) { in setSpringLoadedProgress()573 mSpringLoadedProgress = progress; in setSpringLoadedProgress()584 return mSpringLoadedProgress; in getSpringLoadedProgress()588 mBackground.setAlpha((int) (mSpringLoadedProgress * 255)); in updateBgAlpha()