Searched defs:startScale (Results 1 - 4 of 4) sorted by last modified time

/frameworks/support/transition/tests/src/android/support/transition/
H A DChangeImageTransformTest.java219 private void transformImage(ImageView.ScaleType startScale, final ImageView.ScaleType endScale) argument
221 final ImageView imageView = enterImageViewScene(startScale);
230 verify(mListener, (startScale == endScale) ? times(1) : never())
/frameworks/support/fragment/java/android/support/v4/app/
H A DFragmentManager.java1099 static AnimationOrAnimator makeOpenCloseAnimation(Context context, float startScale, argument
1102 ScaleAnimation scale = new ScaleAnimation(startScale, endScale, startScale, endScale,
/frameworks/opt/photoviewer/src/com/android/ex/photo/views/
H A DPhotoView.java1184 public boolean start(float startScale, float targetScale, float centerX, float centerY) { argument
1195 mStartScale = startScale;
/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,
457 cellState.radius = mDotSize/2 * startScale;
468 cellState.radius = mDotSize/2 * ((1 - t) * startScale + t * endScale);
486 float startScale, float endScale,
495 cellState.hwRadius = CanvasProperty.createFloat(mDotSize/2 * startScale);
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

Completed in 168 milliseconds