Searched refs:mClipPath (Results 1 – 5 of 5) sorted by relevance
51 private final Path mClipPath = new Path(); field in ClipRegion3Activity.RegionView62 mClipPath.reset(); in onSizeChanged()63 mClipPath.addCircle(0.0f, 0.0f, getWidth() / 4.0f, Path.Direction.CW); in onSizeChanged()72 canvas.clipPath(mClipPath); in dispatchDraw()
59 private final Path mClipPath = new Path(); field in ClipRegionActivity.RegionView81 mClipPath.reset(); in dispatchDraw()82 mClipPath.addCircle(mClipPosition * getWidth(), getHeight() / 2.0f, in dispatchDraw()85 canvas.clipPath(mClipPath); in dispatchDraw()
52 private final Path mClipPath = new Path(); field in ViewLayersActivity5.ClipFrameLayout75 mClipPath.reset(); in dispatchDraw()76 mClipPath.addCircle(getWidth() / 2.0f, getHeight() / 2.0f, in dispatchDraw()79 canvas.clipPath(mClipPath); in dispatchDraw()
121 private final Path mClipPath = new Path(); field in SmartSelectSprite.RoundedRectangleShape172 mClipPath.reset(); in draw()173 mClipPath.addRoundRect( in draw()178 canvas.clipPath(mClipPath); in draw()
69831 Landroid/widget/SmartSelectSprite$RoundedRectangleShape;->mClipPath:Landroid/graphics/Path;