Home
last modified time | relevance | path

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

/packages/apps/Launcher3/quickstep/src/com/android/launcher3/uioverrides/
DPredictedAppIcon.java244 float finalTrans = -getSlotMachineIconPlusSpacingSize(); in applyFromWorkspaceItemWithAnimation() local
247 Keyframe.ofFloat(0.82f, finalTrans - getOutlineOffsetY() / 2f), // Overshoot in applyFromWorkspaceItemWithAnimation()
248 Keyframe.ofFloat(1f, finalTrans) // Ease back into the final position in applyFromWorkspaceItemWithAnimation()