Searched refs:cutoutPath (Results 1 – 3 of 3) sorted by relevance
61 @JvmField protected val cutoutPath = Path() in <lambda>() constant in com.android.systemui.DisplayCutoutBaseView171 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>()
1267 cutoutPath.reset(); in updateCutout()1291 cutoutPath.set(path); in updateBoundingPath()1293 cutoutPath.reset(); in updateBoundingPath()
758 final Path cutoutPath = cutoutSpec.getPath(); in getCutoutPath() local759 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() argument1515 mCutoutPath = cutoutPath; in setCutoutPath()