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

/frameworks/base/core/java/com/android/internal/widget/
H A DLockPatternView.java446 float startTranslationY, float endTranslationY, float startScale, float endScale,
450 startCellStateAnimationHw(cellState, startAlpha, endAlpha, startTranslationY,
454 startCellStateAnimationSw(cellState, startAlpha, endAlpha, startTranslationY,
462 final float startTranslationY, final float endTranslationY,
466 cellState.translationY = startTranslationY;
477 cellState.translationY = (1 - t) * startTranslationY + t * endTranslationY;
495 float startTranslationY, float endTranslationY,
503 getCenterYForRow(cellState.row) + startTranslationY);
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

Completed in 108 milliseconds