Home
last modified time | relevance | path

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

/packages/apps/Launcher3/src/com/android/launcher3/
DCellLayout.java2003 float initDeltaY; field in CellLayout.ReorderPreviewAnimation
2037 initDeltaY = mTmpPointF.y; in ReorderPreviewAnimation()
2061 initDeltaY = 0; in setInitialAnimationValuesToBaseline()
2114 float y = r1 * finalDeltaY + (1 - r1) * initDeltaY; in setAnimationProgress()