Searched refs:mTmpPath (Results 1 – 3 of 3) sorted by relevance
/packages/apps/Launcher3/src/com/android/launcher3/allapps/ |
D | SectionDecorationHandler.java | 35 protected final Path mTmpPath = new Path(); field in SectionDecorationHandler 116 mTmpPath.reset(); in onDraw() 121 mTmpPath.addRoundRect(mTmpRect, mCorners, Path.Direction.CW); in onDraw() 122 canvas.drawPath(mTmpPath, mPaint); in onDraw()
|
D | ActivityAllAppsContainerView.java | 163 private final Path mTmpPath = new Path(); field in ActivityAllAppsContainerView 1405 mTmpPath.reset(); in drawOnScrimWithScaleAndBottomOffset() 1406 mTmpPath.addRoundRect(mTmpRectF, mBottomSheetCornerRadii, Direction.CW); in drawOnScrimWithScaleAndBottomOffset() 1407 canvas.drawPath(mTmpPath, mHeaderPaint); in drawOnScrimWithScaleAndBottomOffset() 1437 mTmpPath.reset(); in drawOnScrimWithScaleAndBottomOffset() 1438 mTmpPath.addRoundRect(mTmpRectF, mBottomSheetCornerRadii, Direction.CW); in drawOnScrimWithScaleAndBottomOffset() 1439 canvas.drawPath(mTmpPath, mHeaderPaint); in drawOnScrimWithScaleAndBottomOffset()
|
/packages/apps/Launcher3/src/com/android/launcher3/graphics/ |
D | IconShape.java | 166 private final Path mTmpPath = new Path(); 171 mTmpPath.reset(); 172 addToPath(mTmpPath, offsetX, offsetY, radius); 173 canvas.drawPath(mTmpPath, paint);
|