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/Settings/src/com/android/settings/gestures/
DGestureNavigationSettingsFragment.java122 final float initScale = Settings.Secure.getFloat( in initSeekBarPreference() local
129 float d = Math.abs(mBackGestureInsetScales[i] - initScale); in initSeekBarPreference()
/packages/apps/Launcher3/src/com/android/launcher3/
DCellLayout.java1925 float initScale; field in CellLayout.ReorderPreviewAnimation
1958 initScale = child.getReorderBounceScale(); in ReorderPreviewAnimation()
1959 finalScale = mChildScale - (CHILD_DIVIDEND / child.getView().getWidth()) * initScale; in ReorderPreviewAnimation()
1979 initScale = mChildScale; in setInitialAnimationValuesToBaseline()
2036 float s = animationProgress * finalScale + (1 - animationProgress) * initScale; in setAnimationProgress()