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.java835 int folderPivotY = height / 2 + (centeredTop - top); in centerAboutIcon() local
837 setPivotY(folderPivotY); in centerAboutIcon()
841 (1.0f * folderPivotY / height)); in centerAboutIcon()
/packages/apps/Launcher3/src/com/android/launcher3/
DFolder.java1026 int folderPivotY = height / 2 + (centeredTop - top); in centerAboutIcon() local
1028 setPivotY(folderPivotY); in centerAboutIcon()
1032 (1.0f * folderPivotY / height)); in centerAboutIcon()