Home
last modified time | relevance | path

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

/frameworks/base/cmds/am/src/com/android/commands/am/
DAm.java524 float[] oldAnims = null; in runInstrument() local
526 oldAnims = wm.getAnimationScales(); in runInstrument()
541 if (oldAnims != null) { in runInstrument()
542 wm.setAnimationScales(oldAnims); in runInstrument()