Home | History | Annotate | Download | only in drawable

Lines Matching defs:mBackground

129     private RippleBackground mBackground;
219 if (mBackground != null) {
220 mBackground.end();
306 if (mBackground != null) {
307 mBackground.onBoundsChange();
537 if (mRipple == null || mBackground == null) {
552 if (mBackground == null) {
554 mBackground = new RippleBackground(this, mHotspotBounds, isBounded, mForceSoftware);
557 mBackground.setup(mState.mMaxRadius, mDensity);
558 mBackground.enter(focused);
562 if (mBackground != null) {
564 mBackground.exit();
625 if (mBackground != null) {
626 mBackground.end();
627 mBackground = null;
661 if (mBackground != null) {
662 mBackground.onHotspotBoundsChanged();
808 && (mBackground == null || !mBackground.isVisible())) {
848 final RippleBackground background = mBackground;
942 final RippleBackground background = mBackground;