Searched refs:animating (Results 1 - 17 of 17) sorted by relevance

/frameworks/base/packages/SettingsLib/src/com/android/settingslib/widget/
H A DAnimatedImageView.java90 public void setAnimating(boolean animating) { argument
91 mAnimating = animating;
/frameworks/base/services/core/java/com/android/server/wm/
H A DAppWindowAnimator.java53 boolean animating; field in class:AppWindowAnimator
131 animating = false;
185 animating = true;
227 toAppAnimator.animating = animating;
358 // it as not animating for purposes of scheduling transactions;
364 if ((mAppToken.allDrawn || animating || mAppToken.startingDisplayed)
366 if (!animating) {
371 + " allDrawn=" + mAppToken.allDrawn + " animating=" + animating);
[all...]
H A DWindowAnimator.java53 /** Is any window animating? */
57 /** Is any app window animating? */
256 Trace.asyncTraceBegin(Trace.TRACE_TAG_WINDOW_MANAGER, "animating", 0);
261 Trace.asyncTraceEnd(Trace.TRACE_TAG_WINDOW_MANAGER, "animating", 0);
423 void setAnimating(boolean animating) { argument
424 mAnimating = animating;
427 void orAnimating(boolean animating) { argument
428 mAnimating |= animating;
H A DDimLayer.java287 final boolean animating = isAnimating();
288 if ((animating && (mTargetAlpha != alpha || durationEndsEarlier(duration)))
289 || (!animating && mAlpha != alpha)) {
H A DAppWindowToken.java261 // If this initial window is animating, stop it -- we will do an animation to reveal
543 + " animation=" + mAppAnimator.animation + " animating=" + mAppAnimator.animating);
552 // If this window was animating, then we need to ensure that the app transition notifies
555 if (mAppAnimator.animating) {
572 mAppAnimator.animating = false;
691 * animating with saved surface.
704 * Hide all window surfaces that's still invisible in layout but animating
1206 // we should immediately force the new one to be displayed. If it is animating, we need
1247 // The old token is animating wit
[all...]
H A DTaskStack.java127 // If this is true, we are in the bounds animating mode. The task will be down or upscaled to
129 // would otherwise apply while resizing, while resizing in the bounds animating mode.
1576 * @return True if we are currently animating the pinned stack from fullscreen to non-fullscreen
1628 // TODO: Why aren't we just using the loop above for this? mAppAnimator.animating isn't set
1638 appAnimator.wasAnimating = appAnimator.animating;
1643 // stopped animating, do one more pass through the layout
1647 "updateWindowsApps...: done animating exiting " + appAnimator.mAppToken);
H A DDisplayContent.java381 // If this window is animating, make a note that we have an animating window and take
404 && appAnimator.animating) {
486 // wasting time and funky changes while a window is animating away.
689 // we do want to update the position if the window is animating. We make an exception
690 // for the bounds animating state, where an application may have been waiting
2379 if (token.mAppAnimator.animating || token.mAppAnimator.animation != null) {
2386 + " animating=" + highestTarget.mWinAnimator.isAnimationSet()
2742 // FIRST AND ONE HALF LOOP: Make WindowManagerPolicy think it is animating.
3420 token.mAppAnimator.animating
[all...]
H A DWindowState.java1282 // If we're animating with a saved surface, we're already visible.
1318 return (mAppToken == null || !mAppToken.hiddenRequested || mAppToken.mAppAnimator.animating)
1436 * Return true if this window or its app token is currently animating.
1629 // animating... let's do something.
1872 // Also, If isn't the an animating starting window that is the last window in the app.
1873 // We allow the removal of the non-animating starting window now as there is no
2386 // not animating; we do not want to do animation at such a
2754 // Clear animating flags now, since the surface is now gone. (Note this is true even
2871 // App has drawn something to its windows, we're no longer animating with
3826 + " animating
[all...]
/frameworks/base/packages/SystemUI/src/com/android/systemui/volume/
H A DVolumeDialogMotion.java96 final boolean animating = mShowing || mDismissing;
97 if (animating == mAnimating) return;
98 mAnimating = animating;
315 void onAnimatingChanged(boolean animating); argument
H A DVolumeDialogImpl.java239 public void onAnimatingChanged(boolean animating) {
240 if (animating) return;
660 final boolean animating = mMotion.isAnimating();
661 if (D.BUG) Log.d(TAG, "onStateChangedH animating=" + animating);
663 if (animating) {
870 return; // already animating to the target progress
1129 final boolean animating = mMotion.isAnimating();
1130 if (D.BUG) Log.d(TAG, "onStop animating=" + animating);
[all...]
/frameworks/base/graphics/java/android/graphics/drawable/
H A DDrawableContainer.java572 boolean animating = false;
582 animating = true;
599 animating = true;
606 if (schedule && animating) {
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DExpandableView.java469 public void setActualHeightAnimating(boolean animating) {} argument
H A DNotificationContentView.java1369 public void setContentHeightAnimating(boolean animating) { argument
1370 if (!animating) {
H A DExpandableNotificationRow.java253 public void setActualHeightAnimating(boolean animating) { argument
255 mPrivateLayout.setContentHeightAnimating(animating);
987 * @return if the view was just heads upped and is now animating away. During such a time the
1991 * Called when a group has finished animating from collapsed or expanded state.
/frameworks/base/core/java/android/view/
H A DViewRootImpl.java2870 boolean animating = mScroller != null && mScroller.computeScrollOffset();
2872 if (animating) {
2894 if (animating && mScroller != null) {
3013 if (animating) {
/frameworks/support/frameworks/support/samples/SupportLeanbackShowcase/libs/
H A Dpicasso-2.5.2.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/squareup/ com/squareup/picasso/ com/squareup/picasso/Action ...
/frameworks/support/samples/SupportLeanbackShowcase/libs/
H A Dpicasso-2.5.2.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/squareup/ com/squareup/picasso/ com/squareup/picasso/Action ...

Completed in 776 milliseconds