Home
last modified time | relevance | path

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

/frameworks/support/core-ui/java/android/support/v4/widget/
DSwipeRefreshLayout.java490 mAlphaStartAnimation = startAlphaAnimation(mProgress.getAlpha(), STARTING_PROGRESS_ALPHA); in startProgressAlphaStartAnimation()
494 mAlphaMaxAnimation = startAlphaAnimation(mProgress.getAlpha(), MAX_ALPHA); in startProgressAlphaMaxAnimation()
497 private Animation startAlphaAnimation(final int startingAlpha, final int endingAlpha) { in startAlphaAnimation() method in SwipeRefreshLayout
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/stack/
DStackStateAnimator.java309 startAlphaAnimation(child, viewState, duration, delay); in startViewAnimations()
593 private void startAlphaAnimation(final View child, in startAlphaAnimation() method in StackStateAnimator