Searched refs:backgroundView (Results 1 – 2 of 2) sorted by relevance
146 View backgroundView = findViewById(R.id.background); in startEnterAnimation() local148 backgroundView.setAlpha(0); in startEnterAnimation()149 backgroundView.animate() in startEnterAnimation()161 View backgroundView = findViewById(R.id.background); in startExitAnimation() local163 backgroundView.animate() in startExitAnimation()
71 View backgroundView = super.onCreateBackgroundView(inflater, container, savedInstanceState); in onCreateBackgroundView() local72 backgroundView.setBackgroundColor(getResources() in onCreateBackgroundView()74 return backgroundView; in onCreateBackgroundView()