Home
last modified time | relevance | path

Searched refs:shapeR (Results 1 – 1 of 1) sorted by relevance

/packages/apps/Launcher3/src/com/android/launcher3/graphics/
DIconShape.java99 Region shapeR = new Region(); in pickBestShape() local
107 shapeR.setPath(shapePath, full); in pickBestShape()
108 shapeR.op(iconR, Op.XOR); in pickBestShape()
110 int area = GraphicsUtils.getArea(shapeR); in pickBestShape()