Home
last modified time | relevance | path

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

/frameworks/base/core/java/com/android/internal/widget/
DLockPatternView.java529 startRtFloatAnimation(cellState.hwCenterY, in startCellStateAnimationHw()
531 startRtFloatAnimation(cellState.hwRadius, mDotSize/2 * endScale, delay, duration, in startCellStateAnimationHw()
560 private void startRtFloatAnimation(CanvasProperty<Float> property, float endValue, in startRtFloatAnimation() method in LockPatternView