Searched refs:animateTo (Results 1 - 11 of 11) 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.java1177 if (mScreenBrightnessRampAnimator.animateTo(target, rate)) {
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/stack/
H A DExpandableViewState.java193 public void animateTo(View child, AnimationProperties properties) { method in class:ExpandableViewState
194 super.animateTo(child, properties);
H A DStackStateAnimator.java148 viewState.animateTo(child, mAnimationProperties);
479 mTmpState.animateTo(changingView, mAnimationProperties);
H A DNotificationChildrenContainer.java813 viewState.animateTo(child, properties);
826 tmpState.animateTo(divider, properties);
838 mGroupOverFlowState.animateTo(mOverflowNumber, properties);
990 viewState.animateTo(child, ALPHA_FADE_IN);
H A DViewState.java262 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/phone/
H A DStatusIconContainer.java348 animateTo(view, animationProperties);
H A DNotificationIconContainer.java751 animateTo(icon, animationProperties);
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DNotificationShelf.java891 public void animateTo(View child, AnimationProperties properties) { method in class:NotificationShelf.ShelfState
896 super.animateTo(child, properties);
H A DExpandableNotificationRow.java2920 public void animateTo(View child, AnimationProperties properties) { method in class:ExpandableNotificationRow.NotificationViewState
2927 super.animateTo(child, properties);

Completed in 153 milliseconds