Home
last modified time | relevance | path

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

/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/biometrics/face/
DAnimationParticle.java60 private final float mOffsetTimeSec; // stagger particle size to make a wave effect field in AnimationParticle
87 mOffsetTimeSec = (float) index / totalParticles in AnimationParticle()
148 * (float) Math.sin(tSec * PULSE_SPEED_NORMAL + mOffsetTimeSec) in updateDot()
/packages/apps/Settings/src/com/android/settings/biometrics/face/
DAnimationParticle.java60 private final float mOffsetTimeSec; // stagger particle size to make a wave effect field in AnimationParticle
87 mOffsetTimeSec = (float) index / totalParticles in AnimationParticle()
148 * (float) Math.sin(tSec * PULSE_SPEED_NORMAL + mOffsetTimeSec) in updateDot()