Home
last modified time | relevance | path

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

/packages/apps/Launcher2/src/com/android/launcher2/
DFolder.java832 int folderPivotY = height / 2 + (centeredTop - top); in centerAboutIcon() local
834 setPivotY(folderPivotY); in centerAboutIcon()
838 (1.0f * folderPivotY / height)); in centerAboutIcon()
/packages/apps/Launcher3/src/com/android/launcher3/
DFolder.java975 int folderPivotY = height / 2 + (centeredTop - top); in centerAboutIcon() local
977 setPivotY(folderPivotY); in centerAboutIcon()
981 (1.0f * folderPivotY / height)); in centerAboutIcon()