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.java156 mLeftBackground.setAlpha((int) (mSpringLoadedProgress * 255)); in updateBgAlpha()
157 mRightBackground.setAlpha((int) (mSpringLoadedProgress * 255)); in updateBgAlpha()
DCellLayout.java165 protected float mSpringLoadedProgress = 0f; field in CellLayout
559 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()