Home
last modified time | relevance | path

Searched refs:animating (Results 1 – 12 of 12) sorted by relevance

/frameworks/base/packages/SettingsLib/src/com/android/settingslib/widget/
DAnimatedImageView.java90 public void setAnimating(boolean animating) { in setAnimating() argument
91 mAnimating = animating; in setAnimating()
/frameworks/base/services/core/java/com/android/server/wm/
DWindowAnimator.java394 void setAnimating(boolean animating) { in setAnimating() argument
395 mAnimating = animating; in setAnimating()
398 void orAnimating(boolean animating) { in orAnimating() argument
399 mAnimating |= animating; in orAnimating()
DTaskStack.java388 boolean animating = false; in calculatePinnedBoundsForConfigChange()
390 animating = true; in calculatePinnedBoundsForConfigChange()
402 if (animating && !inOutBounds.equals(mBoundsAnimationTarget)) { in calculatePinnedBoundsForConfigChange()
DActivityStackSupervisor.java2132 final boolean animating = s.mAppWindowToken.isSelfAnimating(); in processStoppingActivitiesLocked()
2135 + " animating=" + animating + " finishing=" + s.finishing); in processStoppingActivitiesLocked()
2151 if (!animating || shouldSleepOrShutDown) { in processStoppingActivitiesLocked()
/frameworks/base/packages/SystemUI/src/com/android/systemui/volume/
DSystemUIInterpolators.java76 void onAnimatingChanged(boolean animating); in onAnimatingChanged() argument
/frameworks/base/core/java/com/android/internal/widget/
DMessagingPropertyAnimator.java206 private static void updateLayerType(View view, boolean animating) { in updateLayerType() argument
207 if (view.hasOverlappingRendering() && animating) { in updateLayerType()
/frameworks/base/graphics/java/android/graphics/drawable/
DDrawableContainer.java573 boolean animating = false; in animate()
583 animating = true; in animate()
600 animating = true; in animate()
607 if (schedule && animating) { in animate()
/frameworks/base/packages/SystemUI/docs/
Dphysics-animation-layout.md34 Like `ViewPropertyAnimator`, `PhysicsPropertyAnimator` provides the following methods for animating
63 - We may want to use different end actions for each property. For example, if we're animating a vie…
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
DExpandableView.java538 public void setActualHeightAnimating(boolean animating) {} in setActualHeightAnimating() argument
DNotificationContentView.java1644 public void setContentHeightAnimating(boolean animating) {
1645 if (!animating) {
DExpandableNotificationRow.java383 public void setActualHeightAnimating(boolean animating) { in setActualHeightAnimating() argument
385 mPrivateLayout.setContentHeightAnimating(animating); in setActualHeightAnimating()
/frameworks/base/core/java/android/view/
DViewRootImpl.java3500 boolean animating = mScroller != null && mScroller.computeScrollOffset(); in draw()
3502 if (animating) { in draw()
3522 if (animating && mScroller != null) { in draw()
3645 if (animating) { in draw()