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.java986 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.java779 viewState.animateTo(child, properties);
792 tmpState.animateTo(divider, properties);
804 mGroupOverFlowState.animateTo(mOverflowNumber, properties);
955 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.java812 public void animateTo(View child, AnimationProperties properties) { method in class:NotificationShelf.ShelfState
817 super.animateTo(child, properties);
H A DExpandableNotificationRow.java2322 public void animateTo(View child, AnimationProperties properties) { method in class:ExpandableNotificationRow.NotificationViewState
2323 super.animateTo(child, properties);
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DNotificationIconContainer.java607 animateTo(icon, animationProperties);

Completed in 334 milliseconds