Home
last modified time | relevance | path

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

/packages/apps/Gallery2/src/com/android/gallery3d/ui/
DSlideshowView.java142 float initScale = Math.min((float) in apply() local
144 float scale = initScale * (1 + SCALE_SPEED * mProgress); in apply()
/packages/apps/Launcher3/src/com/android/launcher3/
DCellLayout.java1941 float initScale; field in CellLayout.ReorderPreviewAnimation
1969 finalScale = (mChildScale - (CHILD_DIVIDEND / child.getWidth())) * initScale; in ReorderPreviewAnimation()
1993 initScale = lahv.getScaleToFit(); in setInitialAnimationValues()
1997 initScale = mChildScale; in setInitialAnimationValues()
2002 initScale = child.getScaleX(); in setInitialAnimationValues()
2054 float s = animationProgress * finalScale + (1 - animationProgress) * initScale; in setAnimationProgress()
2072 .scale(initScale) in completeAnimationImmediately()