Home
last modified time | relevance | path

Searched refs:animateTo (Results 1 – 11 of 11) sorted by relevance

/frameworks/base/services/core/java/com/android/server/display/
DRampAnimator.java60 public boolean animateTo(int target, int rate) { in animateTo() method in RampAnimator
DDisplayPowerController.java1177 if (mScreenBrightnessRampAnimator.animateTo(target, rate)) {
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/stack/
DExpandableViewState.java193 public void animateTo(View child, AnimationProperties properties) { in animateTo() method in ExpandableViewState
194 super.animateTo(child, properties); in animateTo()
DNotificationChildrenContainer.java813 viewState.animateTo(child, properties);
826 tmpState.animateTo(divider, properties);
838 mGroupOverFlowState.animateTo(mOverflowNumber, properties);
990 viewState.animateTo(child, ALPHA_FADE_IN);
DStackStateAnimator.java148 viewState.animateTo(child, mAnimationProperties); in startAnimationForEvents()
479 mTmpState.animateTo(changingView, mAnimationProperties); in processAnimationEvents()
DViewState.java262 public void animateTo(View child, AnimationProperties animationProperties) { in animateTo() method in ViewState
/frameworks/base/packages/EasterEgg/src/com/android/egg/octo/
DOctopusDrawable.java321 public void animateTo(PointF target) { in animateTo() method in OctopusDrawable.Link
332 next.animateTo(end()); in onAnimationUpdate()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DStatusIconContainer.java348 animateTo(view, animationProperties); in applyToView()
DNotificationIconContainer.java751 animateTo(icon, animationProperties); in applyToView()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DNotificationShelf.java891 public void animateTo(View child, AnimationProperties properties) { in animateTo() method in ShelfState
896 super.animateTo(child, properties); in animateTo()
DExpandableNotificationRow.java2920 public void animateTo(View child, AnimationProperties properties) {
2927 super.animateTo(child, properties);