Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/
H A DDisplayCutoutBaseView.kt63 @JvmField protected val cutoutPath = Path()
173 cutoutPath.reset()
175 displayInfo.displayCutout?.cutoutPath?.let { path -> cutoutPath.set(path) }
181 displayInfo.displayCutout?.cutoutPath ?: return
182 canvas.drawPath(cutoutPath, paint)
H A DScreenDecorations.java1356 cutoutPath.reset(); in updateCutout()
1380 cutoutPath.set(path); in updateBoundingPath()
1382 cutoutPath.reset(); in updateBoundingPath()
/aosp14/frameworks/base/core/java/android/view/
H A DDisplayCutout.java759 final Path cutoutPath = cutoutSpec.getPath(); in getCutoutPath() local
760 if (cutoutPath == null || cutoutPath.isEmpty()) { in getCutoutPath()
773 cutoutPath.transform(matrix); in getCutoutPath()
777 sCachedCutoutPath = cutoutPath; in getCutoutPath()
779 return cutoutPath; in getCutoutPath()
1515 public Builder setCutoutPath(@NonNull Path cutoutPath) { in setCutoutPath() argument
1516 mCutoutPath = cutoutPath; in setCutoutPath()
/aosp14/frameworks/base/tools/aapt2/integration-tests/CommandTests/
H A Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...