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

/frameworks/support/transition/src/androidTest/java/androidx/transition/
H A DChangeImageTransformTest.java220 private void transformImage(ImageView.ScaleType startScale, final ImageView.ScaleType endScale) argument
222 final ImageView imageView = enterImageViewScene(startScale);
231 verify(mListener, (startScale == endScale) ? times(1) : never())
/frameworks/base/core/java/com/android/internal/widget/
H A DLockPatternView.java446 float startTranslationY, float endTranslationY, float startScale, float endScale,
451 endTranslationY, startScale, endScale, delay, duration, interpolator,
455 endTranslationY, startScale, endScale, delay, duration, interpolator,
463 final float startScale, final float endScale,
467 cellState.radius = mDotSize/2 * startScale;
478 cellState.radius = mDotSize/2 * ((1 - t) * startScale + t * endScale);
496 float startScale, float endScale,
505 cellState.hwRadius = CanvasProperty.createFloat(mDotSize/2 * startScale);
445 startCellStateAnimation(CellState cellState, float startAlpha, float endAlpha, float startTranslationY, float endTranslationY, float startScale, float endScale, long delay, long duration, Interpolator interpolator, Runnable finishRunnable) argument
460 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
493 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.java1184 public boolean start(float startScale, float targetScale, float centerX, float centerY) { argument
1195 mStartScale = startScale;
/frameworks/support/fragment/src/main/java/androidx/fragment/app/
H A DFragmentManager.java1136 static AnimationOrAnimator makeOpenCloseAnimation(Context context, float startScale, argument
1139 ScaleAnimation scale = new ScaleAnimation(startScale, endScale, startScale, endScale,

Completed in 225 milliseconds