Searched refs:CellState (Results 1 – 2 of 2) sorted by relevance
84 private final CellState[][] mCellStates;234 public static class CellState { class in LockPatternView370 mCellStates = new CellState[3][3]; in LockPatternView()373 mCellStates[i][j] = new CellState(); in LockPatternView()398 public CellState[][] getCellStates() { in getCellStates()493 private void startCellStateAnimationSw(final CellState cellState, in startCellStateAnimationSw()526 private void startCellStateAnimationHw(final CellState cellState, in startCellStateAnimationHw()849 private Animator createLineEndAnimation(final CellState state, in createLineEndAnimation()875 private Animator createDotRadiusAnimation(CellState state) { in createDotRadiusAnimation()1077 CellState state = mCellStates[i][j]; in cancelLineAnimations()[all …]
44 implements AppearAnimationCreator<LockPatternView.CellState> {238 public void createAnimation(final LockPatternView.CellState animatedCell, long delay, in createAnimation()