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.kt63 @JvmField protected val cutoutPath = Path() in <lambda>() constant in com.android.systemui.DisplayCutoutBaseView
173 cutoutPath.reset() in <lambda>()
175 displayInfo.displayCutout?.cutoutPath?.let { path -> cutoutPath.set(path) } in <lambda>()
181 displayInfo.displayCutout?.cutoutPath ?: return in <lambda>()
182 canvas.drawPath(cutoutPath, paint) in <lambda>()
DScreenDecorations.java1404 cutoutPath.reset(); in updateCutout()
1428 cutoutPath.set(path); in updateBoundingPath()
1430 cutoutPath.reset(); in updateBoundingPath()
/frameworks/base/core/java/android/view/
DDisplayCutout.java811 final Path cutoutPath = cutoutSpec.getPath(); in getCutoutPath() local
812 if (cutoutPath == null || cutoutPath.isEmpty()) { in getCutoutPath()
825 cutoutPath.transform(matrix); in getCutoutPath()
829 sCachedCutoutPath = cutoutPath; in getCutoutPath()
831 return cutoutPath; in getCutoutPath()
1700 public Builder setCutoutPath(@NonNull Path cutoutPath) { in setCutoutPath() argument
1701 mCutoutPath = cutoutPath; in setCutoutPath()