Searched refs:backgroundView (Results 1 – 2 of 2) sorted by relevance
129 View backgroundView = findViewById(R.id.background); in startEnterAnimation() local131 backgroundView.setAlpha(0); in startEnterAnimation()132 backgroundView in startEnterAnimation()145 View backgroundView = findViewById(R.id.background); in startExitAnimation() local147 backgroundView in startExitAnimation()
64 View backgroundView = super.onCreateBackgroundView(inflater, container, savedInstanceState); in onCreateBackgroundView() local65 backgroundView.setBackgroundColor( in onCreateBackgroundView()67 return backgroundView; in onCreateBackgroundView()