Searched defs:startScale (Results 1 - 3 of 3) sorted by relevance

/frameworks/base/core/java/com/android/internal/widget/
H A DLockPatternView.java426 float startTranslationY, float endTranslationY, float startScale, float endScale,
431 endTranslationY, startScale, endScale, delay, duration, interpolator,
435 endTranslationY, startScale, endScale, delay, duration, interpolator,
443 final float startScale, final float endScale,
447 cellState.radius = mDotSize/2 * startScale;
458 cellState.radius = mDotSize/2 * ((1 - t) * startScale + t * endScale);
476 float startScale, float endScale,
485 cellState.hwRadius = CanvasProperty.createFloat(mDotSize/2 * startScale);
425 startCellStateAnimation(CellState cellState, float startAlpha, float endAlpha, float startTranslationY, float endTranslationY, float startScale, float endScale, long delay, long duration, Interpolator interpolator, Runnable finishRunnable) argument
440 startCellStateAnimationSw(final CellState cellState, final float startAlpha, final float endAlpha, final float startTranslationY, final float endTranslationY, final float startScale, final float endScale, long delay, long duration, Interpolator interpolator, final Runnable finishRunnable) argument
473 startCellStateAnimationHw(final CellState cellState, float startAlpha, float endAlpha, float startTranslationY, float endTranslationY, float startScale, float endScale, long delay, long duration, Interpolator interpolator, final Runnable finishRunnable) argument
/frameworks/opt/photoviewer/src/com/android/ex/photo/views/
H A DPhotoView.java1167 public boolean start(float startScale, float targetScale, float centerX, float centerY) { argument
1178 mStartScale = startScale;
/frameworks/support/v4/java/android/support/v4/app/
H A DFragmentManager.java812 static Animation makeOpenCloseAnimation(Context context, float startScale, argument
815 ScaleAnimation scale = new ScaleAnimation(startScale, endScale, startScale, endScale,

Completed in 116 milliseconds