Home
last modified time | relevance | path

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

/packages/apps/TV/src/com/android/tv/ui/
DFullscreenDialogView.java129 View backgroundView = findViewById(R.id.background); in startEnterAnimation() local
131 backgroundView.setAlpha(0); in startEnterAnimation()
132 backgroundView in startEnterAnimation()
145 View backgroundView = findViewById(R.id.background); in startExitAnimation() local
147 backgroundView in startExitAnimation()
/packages/apps/TV/src/com/android/tv/dvr/ui/playback/
DDvrPlaybackSideFragment.java64 View backgroundView = super.onCreateBackgroundView(inflater, container, savedInstanceState); in onCreateBackgroundView() local
65 backgroundView.setBackgroundColor( in onCreateBackgroundView()
67 return backgroundView; in onCreateBackgroundView()