Searched refs:mSpringLoadedProgress (Results 1 – 2 of 2) sorted by relevance
156 mLeftBackground.setAlpha((int) (mSpringLoadedProgress * 255)); in updateBgAlpha()157 mRightBackground.setAlpha((int) (mSpringLoadedProgress * 255)); in updateBgAlpha()
165 protected float mSpringLoadedProgress = 0f; field in CellLayout559 if (Float.compare(progress, mSpringLoadedProgress) != 0) { in setSpringLoadedProgress()560 mSpringLoadedProgress = progress; in setSpringLoadedProgress()571 return mSpringLoadedProgress; in getSpringLoadedProgress()576 mBackground.setAlpha((int) (mSpringLoadedProgress * 255)); in updateBgAlpha()