Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/
DDisplayCutoutBaseView.kt61 @JvmField protected val cutoutPath = Path() in <lambda>() constant in com.android.systemui.DisplayCutoutBaseView
171 cutoutPath.reset() in <lambda>()
173 displayInfo.displayCutout?.cutoutPath?.let { path -> cutoutPath.set(path) } in <lambda>()
179 displayInfo.displayCutout?.cutoutPath ?: return in <lambda>()
180 canvas.drawPath(cutoutPath, paint) in <lambda>()
DScreenDecorations.java1267 cutoutPath.reset(); in updateCutout()
1291 cutoutPath.set(path); in updateBoundingPath()
1293 cutoutPath.reset(); in updateBoundingPath()
/frameworks/base/core/java/android/view/
DDisplayCutout.java758 final Path cutoutPath = cutoutSpec.getPath(); in getCutoutPath() local
759 if (cutoutPath == null || cutoutPath.isEmpty()) { in getCutoutPath()
772 cutoutPath.transform(matrix); in getCutoutPath()
776 sCachedCutoutPath = cutoutPath; in getCutoutPath()
778 return cutoutPath; in getCutoutPath()
1514 public Builder setCutoutPath(@NonNull Path cutoutPath) { in setCutoutPath() argument
1515 mCutoutPath = cutoutPath; in setCutoutPath()