Searched refs:setupShader (Results 1 – 8 of 8) sorted by relevance
37 rippleView.setupShader(RippleShader.RippleShape.CIRCLE) in testSetupShader_compilesCircle()42 rippleView.setupShader(RippleShader.RippleShape.ROUNDED_BOX) in testSetupShader_compilesRoundedBox()47 rippleView.setupShader(RippleShader.RippleShape.ELLIPSE) in testSetupShader_compilesEllipse()
36 setupShader(RippleShader.RippleShape.CIRCLE) in <lambda>()
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) { in <lambda>() method
86 var rippleView: RippleView = RippleView(context, attrs = null).also { it.setupShader() } in <lambda>()
151 mRippleView.setupShader(rippleShape); in init()
72 rippleView.setupShader() in setUp()