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

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

Completed in 5 milliseconds