Searched refs:mTmpPath (Results 1 – 2 of 2) sorted by relevance
33 protected final Path mTmpPath = new Path(); field in SectionDecorationHandler112 mTmpPath.reset(); in onDraw()117 mTmpPath.addRoundRect(mTmpRect, mCorners, Path.Direction.CW); in onDraw()118 canvas.drawPath(mTmpPath, mPaint); in onDraw()
154 private final Path mTmpPath = new Path(); field in ActivityAllAppsContainerView1425 mTmpPath.reset(); in drawOnScrimWithScaleAndBottomOffset()1426 mTmpPath.addRoundRect(mTmpRectF, mBottomSheetCornerRadii, Direction.CW); in drawOnScrimWithScaleAndBottomOffset()1427 canvas.drawPath(mTmpPath, mHeaderPaint); in drawOnScrimWithScaleAndBottomOffset()1461 mTmpPath.reset(); in drawOnScrimWithScaleAndBottomOffset()1462 mTmpPath.addRoundRect(mTmpRectF, mBottomSheetCornerRadii, Direction.CW); in drawOnScrimWithScaleAndBottomOffset()1463 canvas.drawPath(mTmpPath, mHeaderPaint); in drawOnScrimWithScaleAndBottomOffset()