Home | History | Annotate | Download | only in photo

Lines Matching refs:mBackground

121     protected View mBackground;
246 mBackground = findViewById(R.id.photo_activity_background);
261 mBackground.setVisibility(View.VISIBLE);
822 mBackground.setAlpha(0f);
823 mBackground.animate().alpha(1f).setDuration(ENTER_ANIMATION_DURATION_MS).start();
824 mBackground.setVisibility(View.VISIBLE);
848 mBackground.startAnimation(alphaAnimation);
849 mBackground.setVisibility(View.VISIBLE);
903 mBackground.animate().alpha(0f).setDuration(EXIT_ANIMATION_DURATION_MS).start();
904 mBackground.setVisibility(View.VISIBLE);
934 mBackground.startAnimation(alphaAnimation);
935 mBackground.setVisibility(View.VISIBLE);