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

/frameworks/base/core/java/com/android/internal/widget/
H A DLockPatternView.java426 float startTranslationY, float endTranslationY, float startScale, float endScale,
430 startCellStateAnimationHw(cellState, startAlpha, endAlpha, startTranslationY,
434 startCellStateAnimationSw(cellState, startAlpha, endAlpha, startTranslationY,
442 final float startTranslationY, final float endTranslationY,
446 cellState.translationY = startTranslationY;
457 cellState.translationY = (1 - t) * startTranslationY + t * endTranslationY;
475 float startTranslationY, float endTranslationY,
483 getCenterYForRow(cellState.row) + startTranslationY);
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

Completed in 23 milliseconds