Home | History | Annotate | Download | only in phototable

Lines Matching refs:mBackground

125     private ViewGroup mBackground;
173 mBackground = (ViewGroup) findViewById(R.id.background);
615 mBackground.animate()
636 mBackground.animate()
699 mBackground.bringChildToFront(photo);
886 mBackground.addView(photo, new LayoutParams(LayoutParams.WRAP_CONTENT,
906 mBackground.removeView(photo);
913 return mBackgroudOptimization && mBackground.indexOfChild(photo) != -1;