Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
DViewState.java319 startAlphaAnimation(child, animationProperties); in animateTo()
326 startAlphaAnimation(view, NO_NEW_ANIMATIONS); in updateAlphaAnimation()
329 private void startAlphaAnimation(final View child, AnimationProperties properties) { in startAlphaAnimation() method in ViewState