Searched refs:ParticleCollection (Results 1 – 5 of 5) sorted by relevance
44 private final ParticleCollection.Listener mListener;49 private ParticleCollection mParticleCollection;53 private final ParticleCollection.Listener mAnimationListener54 = new ParticleCollection.Listener() {64 public FaceEnrollAnimationDrawable(Context context, ParticleCollection.Listener listener) { in FaceEnrollAnimationDrawable()97 new ParticleCollection(mContext, mAnimationListener, bounds, BORDER_BOUNDS); in onBoundsChange()
104 if (animationState == ParticleCollection.STATE_COMPLETE) { in updateState()118 if (mAnimationState != ParticleCollection.STATE_COMPLETE) { in update()132 if ((mAnimationState == ParticleCollection.STATE_STOPPED_COLORFUL in updateDot()133 || mAnimationState == ParticleCollection.STATE_STOPPED_GRAY) in updateDot()137 } else if (mAnimationState == ParticleCollection.STATE_STARTED in updateDot()154 if (mAnimationState == ParticleCollection.STATE_STOPPED_GRAY) { in updateDot()156 } else if (mLastAnimationState == ParticleCollection.STATE_STOPPED_GRAY) { in updateDot()210 if (mAnimationState != ParticleCollection.STATE_COMPLETE) { in draw()
67 private ParticleCollection.Listener mListener;79 private final ParticleCollection.Listener mAnimationListener80 = new ParticleCollection.Listener() {238 public void setListener(ParticleCollection.Listener listener) { in setListener()
38 public class ParticleCollection implements BiometricEnrollSidecar.Listener { class75 public ParticleCollection(Context context, Listener listener, Rect bounds, int borderWidth) { in ParticleCollection() method in ParticleCollection
60 private ParticleCollection.Listener mListener = new ParticleCollection.Listener() {