Home
last modified time | relevance | path

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

/aosp14/frameworks/base/core/java/com/android/internal/widget/
H A DLockPatternView.java478 public void startCellStateAnimation(CellState cellState, float startAlpha, float endAlpha, in startCellStateAnimation()
493 private void startCellStateAnimationSw(final CellState cellState, in startCellStateAnimationSw()
526 private void startCellStateAnimationHw(final CellState cellState, in startCellStateAnimationHw()
561 private void startRtAlphaAnimation(CellState cellState, float endAlpha, in startRtAlphaAnimation()
792 final CellState cellState = mCellStates[cell.row][cell.column]; in startCellActivatedAnimation() local
820 private Animator createDotActivationColorAnimation(CellState cellState) { in createDotActivationColorAnimation()