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

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

Completed in 47 milliseconds