Home
last modified time | relevance | path

Searched refs:CellState (Results 1 – 2 of 2) sorted by relevance

/aosp14/frameworks/base/core/java/com/android/internal/widget/
H A DLockPatternView.java84 private final CellState[][] mCellStates;
234 public static class CellState { class in LockPatternView
370 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 …]
/aosp14/frameworks/base/packages/SystemUI/src/com/android/keyguard/
H A DKeyguardPatternView.java44 implements AppearAnimationCreator<LockPatternView.CellState> {
238 public void createAnimation(final LockPatternView.CellState animatedCell, long delay, in createAnimation()