Searched refs:cellState (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/core/java/com/android/internal/widget/
H A DLockPatternView.java426 public void startCellStateAnimation(CellState cellState, float startAlpha, float endAlpha, argument
431 startCellStateAnimationHw(cellState, startAlpha, endAlpha, startTranslationY,
435 startCellStateAnimationSw(cellState, startAlpha, endAlpha, startTranslationY,
441 private void startCellStateAnimationSw(final CellState cellState, argument
446 cellState.alpha = startAlpha;
447 cellState.translationY = startTranslationY;
448 cellState.radius = mDotSize/2 * startScale;
457 cellState.alpha = (1 - t) * startAlpha + t * endAlpha;
458 cellState.translationY = (1 - t) * startTranslationY + t * endTranslationY;
459 cellState
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
509 startRtAlphaAnimation(CellState cellState, float endAlpha, long delay, long duration, Interpolator interpolator, Animator.AnimatorListener listener) argument
[all...]

Completed in 41 milliseconds