Home
last modified time | relevance | path

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

/aosp12/packages/apps/Gallery2/src/com/android/gallery3d/ui/
H A DSlideshowView.java142 float initScale = Math.min((float) in apply() local
144 float scale = initScale * (1 + SCALE_SPEED * mProgress); in apply()
/aosp12/packages/apps/Settings/src/com/android/settings/gestures/
H A DGestureNavigationSettingsFragment.java124 final float initScale = Settings.Secure.getFloat( in initSeekBarPreference() local
131 float d = Math.abs(mBackGestureInsetScales[i] - initScale); in initSeekBarPreference()
/aosp12/packages/apps/Launcher3/src/com/android/launcher3/
H A DCellLayout.java2087 float initScale; field in CellLayout.ReorderPreviewAnimation
2120 initScale = child.getReorderBounceScale(); in ReorderPreviewAnimation()
2121 finalScale = mChildScale - (CHILD_DIVIDEND / child.getView().getWidth()) * initScale; in ReorderPreviewAnimation()
2141 initScale = mChildScale; in setInitialAnimationValuesToBaseline()
2198 float s = animationProgress * finalScale + (1 - animationProgress) * initScale; in setAnimationProgress()