Searched refs:DROPOFF_STEP (Results 1 – 2 of 2) sorted by relevance
33 static final float DROPOFF_STEP = 0.18f; field in VUMeter85 mCurrentAngle = Math.max(angle, mCurrentAngle - DROPOFF_STEP); in onDraw()
39 private static final float DROPOFF_STEP = 10f; field in VoiceRecordingView93 mCurrentRadius = Math.max(radius, mCurrentRadius - DROPOFF_STEP); in updateCurrentRadius()