Home
last modified time | relevance | path

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

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