Home
last modified time | relevance | path

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

/packages/apps/Settings/src/com/android/settings/biometrics/face/
DAnimationParticle.java133 || mAnimationState == ParticleCollection.STATE_STOPPED_GRAY) in updateDot()
154 if (mAnimationState == ParticleCollection.STATE_STOPPED_GRAY) { in updateDot()
156 } else if (mLastAnimationState == ParticleCollection.STATE_STOPPED_GRAY) { in updateDot()
DParticleCollection.java46 public static final int STATE_STOPPED_GRAY = 3; // dots are not rotating and also gray (error) field in ParticleCollection