Home
last modified time | relevance | path

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

/frameworks/base/packages/Keyguard/src/com/android/keyguard/
DKeyguardPatternView.java344 public void createAnimation(final LockPatternView.CellState animatedCell, long delay, in createAnimation() argument
347 animatedCell.scale = 0.0f; in createAnimation()
348 animatedCell.translateY = startTranslationY; in createAnimation()
357 animatedCell.scale = animatedFraction; in createAnimation()
358 animatedCell.translateY = (float) animation.getAnimatedValue(); in createAnimation()