Home | History | Annotate | Download | only in assist

Lines Matching defs:mBackground

40     private View mBackground;
89 mBackground = v.findViewById(R.id.background);
101 mBackground.getViewTreeObserver().addOnPreDrawListener(
105 mBackground.getViewTreeObserver().removeOnPreDrawListener(this);
120 Interpolator linearOutSlowIn = AnimationUtils.loadInterpolator(mBackground.getContext(),
122 Interpolator fastOutSlowIn = AnimationUtils.loadInterpolator(mBackground.getContext(),
129 mBackground.setTranslationY(50 * mDensity);
130 mBackground.animate()
134 int centerX = mBackground.getWidth()/2;
135 int centerY = (int) (mBackground.getHeight()/5*3.8f);
137 Animator animator = ViewAnimationUtils.createCircularReveal(mBackground, centerX, centerY,
149 mBackground.setBackgroundColor((Integer) animation.getAnimatedValue());
155 mCard1.setY(mBackground.getHeight());