Searched refs:mEdgeInset (Results 1 – 1 of 1) sorted by relevance
82 private final int mEdgeInset; field in PerimeterPathGuide92 mEdgeInset = edgeInset; in PerimeterPathGuide()242 mCornerPathRenderer.getInsetPath(screenBottomLeft, mEdgeInset); in computeRegions()244 mCornerPathRenderer.getInsetPath(screenBottomRight, mEdgeInset); in computeRegions()246 mCornerPathRenderer.getInsetPath(screenTopRight, mEdgeInset); in computeRegions()248 mCornerPathRenderer.getInsetPath(screenTopLeft, mEdgeInset); in computeRegions()259 screenHeight - mEdgeInset); in computeRegions()263 topPath.moveTo(screenWidth - getPhysicalCornerRadius(screenTopRight), mEdgeInset); in computeRegions()264 topPath.lineTo(getPhysicalCornerRadius(screenTopLeft), mEdgeInset); in computeRegions() local268 rightPath.moveTo(screenWidth - mEdgeInset, in computeRegions()[all …]