Searched refs:startScale (Results 1 – 4 of 4) sorted by relevance
/frameworks/base/packages/SystemUI/src/com/android/keyguard/ |
D | KeyguardClockSwitch.java | 594 final float startScale = mScale; in onAppear() local 596 return createAnimator(view, cutoff, startVisibility, endVisibility, startScale, in onAppear() 609 final float startScale = 1f; in onDisappear() local 611 return createAnimator(view, cutoff, startVisibility, endVisibility, startScale, in onDisappear() 616 int endVisibility, float startScale, float endScale) { in createAnimator() argument 624 final float scale = MathUtils.lerp(startScale, endScale, fraction); in createAnimator()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/util/animation/ |
D | TransitionLayoutController.kt | 188 val startScale = widgetStart.scale in getInterpolatedState() constant 189 newScale = MathUtils.lerp(startScale, startScale * GONE_SCALE_AMOUNT, progress) in getInterpolatedState()
|
/frameworks/base/core/java/com/android/internal/widget/ |
D | LockPatternView.java | 465 float startTranslationY, float endTranslationY, float startScale, float endScale, in startCellStateAnimation() argument 470 endTranslationY, startScale, endScale, delay, duration, interpolator, in startCellStateAnimation() 474 endTranslationY, startScale, endScale, delay, duration, interpolator, in startCellStateAnimation() 482 final float startScale, final float endScale, in startCellStateAnimationSw() argument 486 cellState.radius = mDotSize/2 * startScale; in startCellStateAnimationSw() 497 cellState.radius = mDotSize/2 * ((1 - t) * startScale + t * endScale); in startCellStateAnimationSw() 515 float startScale, float endScale, in startCellStateAnimationHw() argument 524 cellState.hwRadius = CanvasProperty.createFloat(mDotSize/2 * startScale); in startCellStateAnimationHw()
|
/frameworks/opt/photoviewer/src/com/android/ex/photo/views/ |
D | PhotoView.java | 1184 public boolean start(float startScale, float targetScale, float centerX, float centerY) { in start() argument 1195 mStartScale = startScale; in start()
|