Searched defs:sDummyAnimation (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/services/java/com/android/server/wm/
H A DAppWindowAnimator.java58 static final Animation sDummyAnimation = new DummyAnimation(); field in class:AppWindowAnimator
98 animation = sDummyAnimation;
203 if (animation == sDummyAnimation) {

Completed in 51 milliseconds