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

/frameworks/support/transition/tests/src/android/support/transition/
H A DChangeImageTransformTest.java219 private void transformImage(ImageView.ScaleType startScale, final ImageView.ScaleType endScale) argument
226 imageView.setScaleType(endScale);
230 verify(mListener, (startScale == endScale) ? times(1) : never())
/frameworks/base/core/java/com/android/internal/widget/
H A DLockPatternView.java436 float startTranslationY, float endTranslationY, float startScale, float endScale,
441 endTranslationY, startScale, endScale, delay, duration, interpolator,
445 endTranslationY, startScale, endScale, delay, duration, interpolator,
453 final float startScale, final float endScale,
468 cellState.radius = mDotSize/2 * ((1 - t) * startScale + t * endScale);
486 float startScale, float endScale,
490 cellState.radius = mDotSize/2 * endScale;
502 startRtFloatAnimation(cellState.hwRadius, mDotSize/2 * endScale, delay, duration,
435 startCellStateAnimation(CellState cellState, float startAlpha, float endAlpha, float startTranslationY, float endTranslationY, float startScale, float endScale, long delay, long duration, Interpolator interpolator, Runnable finishRunnable) argument
450 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
483 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/support/fragment/java/android/support/v4/app/
H A DFragmentManager.java1101 float endScale, float startAlpha, float endAlpha) {
1103 ScaleAnimation scale = new ScaleAnimation(startScale, endScale, startScale, endScale,
1100 makeOpenCloseAnimation(Context context, float startScale, float endScale, float startAlpha, float endAlpha) argument

Completed in 52 milliseconds