Home
last modified time | relevance | path

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

/aosp12/frameworks/layoutlib/bridge/src/com/android/layoutlib/bridge/impl/
H A 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()
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/
H A DScreenDecorations.java1058 private final Path mBoundingPath = new Path(); field in ScreenDecorations.DisplayCutoutView
1114 if (!mBoundingPath.isEmpty()) { in onDraw()
1118 canvas.drawPath(mBoundingPath, mPaint); in onDraw()
1226 mBoundingPath.reset(); in update()
1255 mBoundingPath.set(path); in updateBoundingPath()
1257 mBoundingPath.reset(); in updateBoundingPath()
1261 mBoundingPath.transform(m); in updateBoundingPath()