Home
last modified time | relevance | path

Searched defs:cellState (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/core/java/com/android/internal/widget/
DLockPatternView.java501 public void startCellStateAnimation(CellState cellState, float startAlpha, float endAlpha, in startCellStateAnimation()
516 private void startCellStateAnimationSw(final CellState cellState, in startCellStateAnimationSw()
549 private void startCellStateAnimationHw(final CellState cellState, in startCellStateAnimationHw()
584 private void startRtAlphaAnimation(CellState cellState, float endAlpha, in startRtAlphaAnimation()
682 final CellState cellState = mCellStates[lastCell.row][lastCell.column]; in resetLastActivatedCellProgress() local
883 final CellState cellState = mCellStates[cell.row][cell.column]; in startCellActivationAnimation() local
918 private Animator createDotActivationColorAnimation(CellState cellState, int activate) { in createDotActivationColorAnimation()