Searched refs:initDeltaY (Results 1 – 2 of 2) sorted by relevance
2167 float initDeltaY; field in CellLayout.ReorderPreviewAnimation2209 initDeltaY = child.getTranslationY(); in ReorderPreviewAnimation()2240 float y = r1 * finalDeltaY + (1 - r1) * initDeltaY; in animate()2252 initDeltaY = 0; in animate()
2285 float initDeltaY; field in CellLayout.ReorderHintAnimation2318 initDeltaY = child.getTranslationY(); in ReorderHintAnimation()2348 float y = r * finalDeltaY + (1 - r) * initDeltaY; in animate()2360 initDeltaY = 0; in animate()