Searched refs:leftPath (Results 1 – 1 of 1) sorted by relevance
273 Path leftPath = new Path(); in computeRegions() local274 leftPath.moveTo(mEdgeInset, in computeRegions()276 leftPath.lineTo(mEdgeInset, screenHeight - getPhysicalCornerRadius(screenBottomLeft)); in computeRegions()277 mRegions[Region.LEFT.ordinal()].path = leftPath; in computeRegions()