Home
last modified time | relevance | path

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

/frameworks/layoutlib/bridge/src/com/android/layoutlib/bridge/impl/
DDisplayCutoutView.java37 private final Path mBoundingPath = new Path(); field in DisplayCutoutView
62 if (!mBoundingPath.isEmpty()) { in onDraw()
65 canvas.drawPath(mBoundingPath, mPaint); in onDraw()
74 mBoundingPath.reset(); in update()
79 mBounds.getBoundaryPath(mBoundingPath); in update()
/frameworks/base/packages/SystemUI/src/com/android/systemui/
DScreenDecorations.java881 private final Path mBoundingPath = new Path(); field in ScreenDecorations.DisplayCutoutView
940 if (!mBoundingPath.isEmpty()) { in onDraw()
944 canvas.drawPath(mBoundingPath, mPaint); in onDraw()
1036 mBoundingPath.reset(); in update()
1063 mBoundingPath.set(DisplayCutout.pathFromResources(getResources(), dw, dh)); in updateBoundingPath()
1066 mBoundingPath.transform(m); in updateBoundingPath()