Home
last modified time | relevance | path

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

/packages/apps/Launcher3/quickstep/src/com/android/quickstep/views/
DShelfScrimView.java102 private final Path mRemainingScreenPath = new Path(); field in ShelfScrimView
299 mRemainingScreenPath.reset(); in drawBackground()
300 mRemainingScreenPath.addRect(0, 0, width, height, Direction.CW); in drawBackground()
301 mRemainingScreenPath.op(mTempPath, Op.DIFFERENCE); in drawBackground()
307 canvas.drawPath(mRemainingScreenPath, mPaint); in drawBackground()