Searched refs:setupShader (Results 1 – 8 of 8) sorted by relevance
37 rippleView.setupShader(RippleShader.RippleShape.CIRCLE)42 rippleView.setupShader(RippleShader.RippleShape.ROUNDED_BOX)47 rippleView.setupShader(RippleShader.RippleShape.ELLIPSE)
36 setupShader(RippleShader.RippleShape.CIRCLE)
131 protected void setupShader(ImageShader shader, Rect frameRect, Rect outputRect) { in setupShader() method in ViewFilter
150 setupShader(mShader, frameRect, surfRect); in renderGL()
71 fun setupShader(rippleShape: RippleShape = RippleShape.CIRCLE) { regex
86 var rippleView: RippleView = RippleView(context, attrs = null).also { it.setupShader() }
151 mRippleView.setupShader(rippleShape); in init()
72 rippleView.setupShader()