Searched refs:mSystemGestureExclusionPath (Results 1 – 1 of 1) sorted by relevance
141 private final Path mSystemGestureExclusionPath = new Path(); field in PointerLocationView261 mSystemGestureExclusionPath.reset(); in onDraw()262 mSystemGestureExclusion.getBoundaryPath(mSystemGestureExclusionPath); in onDraw()263 canvas.drawPath(mSystemGestureExclusionPath, mSystemGestureExclusionPaint); in onDraw()