Searched refs:hasAnimations (Results 1 - 7 of 7) sorted by relevance

/frameworks/base/libs/hwui/
H A DAnimationContext.h82 bool hasAnimations() { function in class:android::uirenderer::AnimationContext
H A DTreeInfo.h99 bool hasAnimations = false; member in struct:android::uirenderer::TreeInfo::Out
102 // This is only set if hasAnimations is true
H A DAnimatorManager.cpp108 mInfo.out.hasAnimations = true;
/frameworks/base/libs/hwui/renderthread/
H A DDrawFrameTask.cpp140 if (info.out.hasAnimations) {
H A DCanvasContext.cpp383 if (info.out.hasAnimations || !info.out.canDrawThisFrame) {
/frameworks/base/services/core/java/com/android/server/wm/
H A DScreenRotationAnimation.java730 return hasAnimations() || (TWO_PHASE_ANIMATION && mFinishAnimReady);
737 private boolean hasAnimations() { method in class:ScreenRotationAnimation
973 if (!hasAnimations()) {
/frameworks/base/core/jni/
H A Dandroid_view_ThreadedRenderer.cpp308 info.out.hasAnimations |= !mRunningVDAnimators.empty();

Completed in 164 milliseconds