Home
last modified time | relevance | path

Searched defs:formattedSpeed (Results 1 – 1 of 1) sorted by relevance

/packages/apps/DocumentsUI/src/com/android/documentsui/inspector/
DMediaView.java272 String formattedSpeed = String.valueOf(Math.round(shutterSpeed * 10.0) / 10.0); in formatShutterSpeed() local
276 String formattedSpeed = "1/" + String.valueOf(approximateSpeedDenom); in formatShutterSpeed() local