Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/
DFakeCameraProtectionLoader.kt51 bounds.asPath(), in addOuterCameraProtection()
70 bounds.asPath(), in addInnerCameraProtection()
78 private fun Rect.asPath() = "M $left, $top H $right V $bottom H $left Z" method in com.android.systemui.FakeCameraProtectionLoader