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

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

Completed in 41 milliseconds