Searched refs:hasAnimations (Results 1 - 6 of 6) sorted by path

/frameworks/base/libs/hwui/
H A DAnimationContext.h82 bool hasAnimations() { function in class:android::uirenderer::AnimationContext
H A DAnimatorManager.cpp108 mInfo.out.hasAnimations = true;
H A DTreeInfo.h112 bool hasAnimations = false; member in struct:android::uirenderer::TreeInfo::Out
115 // This is only set if hasAnimations is true
/frameworks/base/libs/hwui/renderthread/
H A DCanvasContext.cpp274 if (info.out.hasAnimations || !info.out.canDrawThisFrame) {
H A DDrawFrameTask.cpp139 if (info.out.hasAnimations) {
/frameworks/base/services/core/java/com/android/server/wm/
H A DScreenRotationAnimation.java727 return hasAnimations() || (TWO_PHASE_ANIMATION && mFinishAnimReady);
734 private boolean hasAnimations() { method in class:ScreenRotationAnimation
970 if (!hasAnimations()) {

Completed in 122 milliseconds