Searched refs:topPath (Results 1 – 1 of 1) sorted by relevance
262 Path topPath = new Path(); in computeRegions() local263 topPath.moveTo(screenWidth - getPhysicalCornerRadius(screenTopRight), mEdgeInset); in computeRegions()264 topPath.lineTo(getPhysicalCornerRadius(screenTopLeft), mEdgeInset); in computeRegions()265 mRegions[Region.TOP.ordinal()].path = topPath; in computeRegions()