Home
last modified time | relevance | path

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

/aosp14/frameworks/base/core/java/com/android/internal/widget/
H A DLockPatternView.java498 cellState.alpha = startAlpha; in startCellStateAnimationSw()
531 cellState.alpha = endAlpha; in startCellStateAnimationHw()
532 cellState.translationY = endTranslationY; in startCellStateAnimationHw()
533 cellState.radius = mDotSize/2 * endScale; in startCellStateAnimationHw()
534 cellState.hwAnimating = true; in startCellStateAnimationHw()
537 cellState.hwCenterX = CanvasProperty.createFloat(getCenterXForColumn(cellState.col)); in startCellStateAnimationHw()
543 startRtFloatAnimation(cellState.hwCenterY, in startCellStateAnimationHw()
795 cellState.activationAnimator.cancel(); in startCellActivatedAnimation()
1269 recordingCanvas.drawCircle(cellState.hwCenterX, cellState.hwCenterY, in onDraw()
1270 cellState.hwRadius, cellState.hwPaint); in onDraw()
[all …]