Home
last modified time | relevance | path

Searched refs:initScale (Results 1 – 3 of 3) 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.java2127 float initScale; field in CellLayout.ReorderPreviewAnimation
2169 initScale = child.getScaleX(); in ReorderPreviewAnimation()
2208 float s = r * finalScale + (1 - r) * initScale; in animate()
2218 initScale = getChildrenScale(); in animate()
/packages/apps/Launcher2/src/com/android/launcher2/
DCellLayout.java2287 float initScale; field in CellLayout.ReorderHintAnimation
2320 initScale = child.getScaleX(); in ReorderHintAnimation()
2351 float s = r * finalScale + (1 - r) * initScale; in animate()
2361 initScale = getChildrenScale(); in animate()