Searched refs:nextScale (Results 1 – 1 of 1) sorted by relevance
120 final float nextScale = Math.max(1f, Math.min(5f, currScale + increment)); in handleVolumeKey() local121 if (nextScale == currScale) { in handleVolumeKey()127 controller.setScale(nextScale, true /* animate */); in handleVolumeKey()