Home
last modified time | relevance | path

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

/packages/services/Car/tests/BugReportApp/src/com/google/android/car/bugreport/
DVoiceRecordingView.java39 private static final float DROPOFF_STEP = 10f; field in VoiceRecordingView
93 mCurrentRadius = Math.max(radius, mCurrentRadius - DROPOFF_STEP); in updateCurrentRadius()