Searched refs:animating (Results 1 – 17 of 17) sorted by relevance
/frameworks/base/services/core/java/com/android/server/wm/ |
D | AppWindowAnimator.java | 39 boolean animating; field in AppWindowAnimator 96 animating = false; in setAnimation() 136 animating = true; in clearAnimation() 254 if ((mAppToken.allDrawn || animating || mAppToken.startingDisplayed) in stepAnimationLocked() 256 if (!animating) { in stepAnimationLocked() 261 + " allDrawn=" + mAppToken.allDrawn + " animating=" + animating); in stepAnimationLocked() 263 animating = true; in stepAnimationLocked() 281 animating = true; in stepAnimationLocked() 287 if (!animating && animation == null) { in stepAnimationLocked() 295 animating = false; in stepAnimationLocked() [all …]
|
D | DimLayer.java | 232 final boolean animating = isAnimating(); in show() 233 if ((animating && (mTargetAlpha != alpha || durationEndsEarlier(duration))) in show() 234 || (!animating && mAlpha != alpha)) { in show()
|
D | DisplayContent.java | 315 boolean animating = false; in checkForDeferredActions() 319 animating = true; in checkForDeferredActions() 343 if (!animating && mDeferredRemoval) { in checkForDeferredActions()
|
D | WindowState.java | 879 final boolean animating = atoken != null in isVisibleOrBehindKeyguardLw() 885 || mWinAnimator.mAnimation != null || animating); in isVisibleOrBehindKeyguardLw() 896 && (atoken == null || !atoken.hiddenRequested || atoken.mAppAnimator.animating) in isWinVisibleLw()
|
D | WindowAnimator.java | 554 && appAnimator.animating) { in updateWallpaperLocked()
|
D | WindowManagerService.java | 1385 if (token.mAppAnimator.animating || token.mAppAnimator.animation != null) { in findDesiredInputMethodWindowIndexLocked() 3005 boolean animating; in relayoutWindow() 3292 animating = mAnimator.mAnimating && win.mWinAnimator.isAnimating(); in relayoutWindow() 3293 if (animating && !mRelayoutWhileAnimating.contains(win)) { in relayoutWindow() 3313 | (animating ? WindowManagerGlobal.RELAYOUT_RES_ANIMATING : 0); in relayoutWindow() 4260 wAppAnimator.animating = tAppAnimator.animating; in setAppStartingWindow() 4811 + " animating=" + wtoken.mAppAnimator.animating); in removeAppToken() 4826 wtoken.mAppAnimator.animating = false; in removeAppToken() 10052 token.mAppAnimator.animating = false; in performLayoutAndPlaceSurfacesLockedInner()
|
D | WindowStateAnimator.java | 1674 + (mAppAnimator != null ? mAppAnimator.animating : false), e); in performShowLocked() 1690 + (mAppAnimator != null ? mAppAnimator.animating : false)); in performShowLocked()
|
/frameworks/base/docs/html/guide/topics/graphics/ |
D | prop-animation.jd | 120 animating.</p> 148 property that you are animating, based on the interpolated fraction, the starting value, and the 156 value for the property in the object that you are animating. Setting the property doesn't redraw 204 functionality that must be extended to fully support animating values. The following 222 types to evaluate. There are two pieces to animating properties: calculating the animated 237 because it makes the process of animating values on target objects much easier. However, 288 <td>An interface that allows you to create your own evaluator. If you are animating an 429 animate a named property of a target object. This makes animating any object much easier, as you 446 …<li>The object property that you are animating must have a setter function (in camel case) in the … 465 animation. Therefore, the object property that you are animating must have a getter function [all …]
|
D | index.jd | 26 utility class that makes animating these properties even easier.</p>
|
D | hardware-accel.jd | 530 better performance when animating complex views or to apply composition effects. For instance, 579 animating complex views that issue a lot of drawing operations. This can be alleviated by 608 <p>These properties are the names used when animating a view with an {@link
|
/frameworks/base/graphics/java/android/graphics/drawable/ |
D | DrawableContainer.java | 523 boolean animating = false; in animate() 534 animating = true; in animate() 552 animating = true; in animate() 559 if (schedule && animating) { in animate()
|
/frameworks/base/docs/html/training/material/ |
D | drawables.jd | 128 about animating the properties of vector drawables, see
|
/frameworks/base/core/java/android/view/ |
D | ViewRootImpl.java | 2423 boolean animating = mScroller != null && mScroller.computeScrollOffset(); in draw() 2425 if (animating) { in draw() 2447 animating = true; in draw() 2458 if (animating) { in draw() 2563 if (animating) { in draw()
|
/frameworks/base/docs/html/training/gestures/ |
D | scroll.jd | 223 This is typically be done when a view child is animating a scroll using a scroller object, as in th…
|
/frameworks/base/docs/html/training/transitions/ |
D | transitions.jd | 156 scene. For example, the framework does not support animating changes to
|
/frameworks/base/docs/html/about/versions/ |
D | kitkat.jd | 493 <h4 id="44-transitions">Transitions framework for animating scenes</h4>
|
D | android-4.0-highlights.jd | 927 object in the hierarchy, including moving, transforming, and animating the view
|