Home
last modified time | relevance | path

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

/aosp12/packages/apps/Launcher3/src/com/android/launcher3/
H A DCellLayout.java155 private float mSpringLoadedProgress = 0f; field in CellLayout
526 if (Float.compare(progress, mSpringLoadedProgress) != 0) { in setSpringLoadedProgress()
527 mSpringLoadedProgress = progress; in setSpringLoadedProgress()
538 return mSpringLoadedProgress; in getSpringLoadedProgress()
542 mBackground.setAlpha((int) (mSpringLoadedProgress * 255)); in updateBgAlpha()