Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/
DDisplayCutoutBaseView.kt71 private val protectionPathOrig: Path = Path() in <lambda>() constant in com.android.systemui.DisplayCutoutBaseView
247 protectionPathOrig.reset() in <lambda>()
248 protectionPathOrig.set(path) in <lambda>()
275 if (!protectionPathOrig.isEmpty) { in <lambda>()
277 protectionPath.set(protectionPathOrig) in <lambda>()