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

/frameworks/base/core/java/com/android/internal/widget/
H A DLockPatternView.java427 float startTranslationY, float endTranslationY, float startScale, float endScale,
431 startCellStateAnimationHw(cellState, startAlpha, endAlpha, startTranslationY,
435 startCellStateAnimationSw(cellState, startAlpha, endAlpha, startTranslationY,
443 final float startTranslationY, final float endTranslationY,
447 cellState.translationY = startTranslationY;
458 cellState.translationY = (1 - t) * startTranslationY + t * endTranslationY;
476 float startTranslationY, float endTranslationY,
484 getCenterYForRow(cellState.row) + startTranslationY);
426 startCellStateAnimation(CellState cellState, float startAlpha, float endAlpha, float startTranslationY, float endTranslationY, float startScale, float endScale, long delay, long duration, Interpolator interpolator, Runnable finishRunnable) argument
441 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
474 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 29 milliseconds