Home
last modified time | relevance | path

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

/packages/apps/Launcher3/src/com/android/launcher3/celllayout/
DReorderPreviewAnimation.kt63 private var initScale = child.getReorderBounceScale() variable
64 private val finalScale = CellLayout.DEFAULT_SCALE - CHILD_DIVIDEND / child.width * initScale
104 initScale = CellLayout.DEFAULT_SCALE in setInitialAnimationValuesToBaseline()
140 child.setReorderBounceScale(progress * finalScale + (1 - progress) * initScale) in onAnimationUpdate()
/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/Settings/src/com/android/settings/gestures/
DGestureNavigationSettingsFragment.java124 final float initScale = Settings.Secure.getFloat( in initSeekBarPreference() local
131 float d = Math.abs(mBackGestureInsetScales[i] - initScale); in initSeekBarPreference()