Home
last modified time | relevance | path

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

/development/samples/ApiDemos/src/com/example/android/apis/accessibility/
DMagnificationService.java118 final float currScale = controller.getScale(); in handleVolumeKey() local
120 final float nextScale = Math.max(1f, Math.min(5f, currScale + increment)); in handleVolumeKey()
121 if (nextScale == currScale) { in handleVolumeKey()