Home
last modified time | relevance | path

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

/packages/apps/TvSettings/TwoPanelSettingsLib/src/com/android/tv/twopanelsettings/
DTwoPanelSettingsFragment.java929 ObjectAnimator alphaAnim = ObjectAnimator.ofFloat(scrollToPanel, "alpha", in moveToPanel() local
934 alphaAnim.setAutoCancel(true); in moveToPanel()
943 animatorSet.playTogether(alphaAnim, backgroundColorAnim, in moveToPanel()
946 animatorSet.playTogether(alphaAnim, backgroundColorAnim); in moveToPanel()
956 ObjectAnimator alphaAnim = ObjectAnimator.ofFloat(previewPanel, "alpha", in moveToPanel() local
961 alphaAnim.setAutoCancel(true); in moveToPanel()
970 animatorSet.playTogether(alphaAnim, backgroundColorAnim, in moveToPanel()
973 animatorSet.playTogether(alphaAnim, backgroundColorAnim); in moveToPanel()
/packages/apps/Launcher3/quickstep/src/com/android/quickstep/
DFallbackSwipeHandler.java267 ObjectAnimator alphaAnim = mHomeAlpha.animateToValue(mHomeAlpha.value, 1); in playAtomicAnimation() local
268 alphaAnim.setDuration(mDuration).setInterpolator(ACCEL); in playAtomicAnimation()
269 alphaAnim.start(); in playAtomicAnimation()