Home | History | Annotate | Download | only in photo

Lines Matching refs:mBackground

120     protected View mBackground;
245 mBackground = findViewById(R.id.photo_activity_background);
260 mBackground.setVisibility(View.VISIBLE);
821 mBackground.setAlpha(0f);
822 mBackground.animate().alpha(1f).setDuration(ENTER_ANIMATION_DURATION_MS).start();
823 mBackground.setVisibility(View.VISIBLE);
847 mBackground.startAnimation(alphaAnimation);
848 mBackground.setVisibility(View.VISIBLE);
902 mBackground.animate().alpha(0f).setDuration(EXIT_ANIMATION_DURATION_MS).start();
903 mBackground.setVisibility(View.VISIBLE);
933 mBackground.startAnimation(alphaAnimation);
934 mBackground.setVisibility(View.VISIBLE);