Home
last modified time | relevance | path

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

/packages/apps/TvSettings/TwoPanelSettingsLib/src/com/android/tv/twopanelsettings/
DTwoPanelSettingsFragment.java931 ObjectAnimator backgroundColorAnim = ObjectAnimator.ofObject(scrollToPanel, in moveToPanel() local
935 backgroundColorAnim.setAutoCancel(true); in moveToPanel()
943 animatorSet.playTogether(alphaAnim, backgroundColorAnim, in moveToPanel()
946 animatorSet.playTogether(alphaAnim, backgroundColorAnim); in moveToPanel()
958 ObjectAnimator backgroundColorAnim = ObjectAnimator.ofObject(previewPanel, in moveToPanel() local
962 backgroundColorAnim.setAutoCancel(true); in moveToPanel()
970 animatorSet.playTogether(alphaAnim, backgroundColorAnim, in moveToPanel()
973 animatorSet.playTogether(alphaAnim, backgroundColorAnim); in moveToPanel()