Searched refs:mBoundingPath (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/
H A DScreenDecorations.java417 private final Path mBoundingPath = new Path(); field in class:ScreenDecorations.DisplayCutoutView
455 if (!mBoundingPath.isEmpty()) {
459 canvas.drawPath(mBoundingPath, mPaint);
483 mBoundingPath.reset();
509 mBoundingPath.set(DisplayCutout.pathFromResources(getResources(), dw, dh));
512 mBoundingPath.transform(m);

Completed in 63 milliseconds