Home
last modified time | relevance | path

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

/aosp12/frameworks/base/core/java/com/android/internal/widget/
H A DLockPatternView.java486 cellState.alpha = startAlpha; in startCellStateAnimationSw()
519 cellState.alpha = endAlpha; in startCellStateAnimationHw()
520 cellState.translationY = endTranslationY; in startCellStateAnimationHw()
521 cellState.radius = mDotSize/2 * endScale; in startCellStateAnimationHw()
522 cellState.hwAnimating = true; in startCellStateAnimationHw()
525 cellState.hwCenterX = CanvasProperty.createFloat(getCenterXForColumn(cellState.col)); in startCellStateAnimationHw()
784 cellState, new Runnable() { in startCellActivatedAnimation()
789 cellState, null); in startCellActivatedAnimation()
1252 recordingCanvas.drawCircle(cellState.hwCenterX, cellState.hwCenterY, in onDraw()
1253 cellState.hwRadius, cellState.hwPaint); in onDraw()
[all …]
/aosp12/packages/services/Telephony/src/com/android/phone/
H A DPhoneGlobals.java653 int cellState = Settings.Global.getInt(context.getContentResolver(), in handleAirplaneModeChange() local
656 switch (cellState) { in handleAirplaneModeChange()