Searched refs:cutoutPath (Results 1 – 3 of 3) sorted by relevance
63 @JvmField protected val cutoutPath = Path() in <lambda>() constant in com.android.systemui.DisplayCutoutBaseView173 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>()
1404 cutoutPath.reset(); in updateCutout()1428 cutoutPath.set(path); in updateBoundingPath()1430 cutoutPath.reset(); in updateBoundingPath()
811 final Path cutoutPath = cutoutSpec.getPath(); in getCutoutPath() local812 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() argument1701 mCutoutPath = cutoutPath; in setCutoutPath()