Searched refs:mRippleDrawable (Results 1 – 2 of 2) sorted by relevance
29 private AnimationDrawable mRippleDrawable; field in IntroView67 mRippleDrawable = (AnimationDrawable) v.getBackground(); in onAttachedToWindow()68 mRippleDrawable.start(); in onAttachedToWindow()73 mRippleDrawable.stop(); in onDetachedFromWindow()
51 final RippleDrawable mRippleDrawable; field in TutorialController71 mRippleDrawable = (RippleDrawable) mRippleView.getBackground(); in TutorialController()124 mRippleDrawable.setHotspot(x, y); in setRippleHotspot()128 mRippleDrawable.setState( in showRippleEffect()131 mRippleDrawable.setState(new int[] {}); in showRippleEffect()