Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/assist/ui/
H A DPerimeterPathGuide.java273 Path leftPath = new Path(); in computeRegions() local
274 leftPath.moveTo(mEdgeInset, in computeRegions()
276 leftPath.lineTo(mEdgeInset, screenHeight - getPhysicalCornerRadius(screenBottomLeft)); in computeRegions()
277 mRegions[Region.LEFT.ordinal()].path = leftPath; in computeRegions()