Searched refs:startScale (Results 1 – 3 of 3) sorted by relevance
/frameworks/base/packages/SystemUI/src/com/android/keyguard/ |
D | KeyguardClockSwitch.java | 549 final float startScale = mScale; in onAppear() local 551 return createAnimator(view, cutoff, startVisibility, endVisibility, startScale, in onAppear() 564 final float startScale = 1f; in onDisappear() local 566 return createAnimator(view, cutoff, startVisibility, endVisibility, startScale, in onDisappear() 571 int endVisibility, float startScale, float endScale) { in createAnimator() argument 579 final float scale = MathUtils.lerp(startScale, endScale, fraction); in createAnimator()
|
/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()
|