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()
161 protected float mSpringLoadedProgress = 0f; field in CellLayout560 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()