Searched refs:animateTo (Results 1 - 10 of 10) sorted by relevance

/frameworks/base/services/core/java/com/android/server/display/
H A DRampAnimator.java60 public boolean animateTo(int target, int rate) { method in class:RampAnimator
H A DDisplayPowerController.java951 if (mScreenBrightnessRampAnimator.animateTo(target, rate)) {
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/stack/
H A DExpandableViewState.java182 public void animateTo(View child, AnimationProperties properties) { method in class:ExpandableViewState
183 super.animateTo(child, properties);
H A DStackStateAnimator.java136 viewState.animateTo(child, mAnimationProperties);
450 mTmpState.animateTo(changingView, mAnimationProperties);
H A DNotificationChildrenContainer.java758 viewState.animateTo(child, properties);
771 tmpState.animateTo(divider, properties);
783 mGroupOverFlowState.animateTo(mOverflowNumber, properties);
934 viewState.animateTo(child, ALPHA_FADE_IN);
H A DViewState.java263 public void animateTo(View child, AnimationProperties animationProperties) { method in class:ViewState
/frameworks/base/packages/EasterEgg/src/com/android/egg/octo/
H A DOctopusDrawable.java321 public void animateTo(PointF target) { method in class:OctopusDrawable.Link
332 next.animateTo(end());
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DNotificationShelf.java659 public void animateTo(View child, AnimationProperties properties) { method in class:NotificationShelf.ShelfState
660 super.animateTo(child, properties);
H A DExpandableNotificationRow.java2204 public void animateTo(View child, AnimationProperties properties) { method in class:ExpandableNotificationRow.NotificationViewState
2205 super.animateTo(child, properties);
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DNotificationIconContainer.java594 animateTo(icon, animationProperties);

Completed in 2842 milliseconds