Searched refs:cutoutPath (Results 1 – 4 of 4) sorted by relevance
63 @JvmField protected val cutoutPath = Path()173 cutoutPath.reset()175 displayInfo.displayCutout?.cutoutPath?.let { path -> cutoutPath.set(path) }181 displayInfo.displayCutout?.cutoutPath ?: return182 canvas.drawPath(cutoutPath, paint)
1356 cutoutPath.reset(); in updateCutout()1380 cutoutPath.set(path); in updateBoundingPath()1382 cutoutPath.reset(); in updateBoundingPath()
759 final Path cutoutPath = cutoutSpec.getPath(); in getCutoutPath() local760 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() argument1516 mCutoutPath = cutoutPath; in setCutoutPath()
AndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...