Home
last modified time | relevance | path

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

/frameworks/base/core/java/com/android/internal/widget/
DPointerLocationView.java141 private final Path mSystemGestureExclusionPath = new Path(); field in PointerLocationView
261 mSystemGestureExclusionPath.reset(); in onDraw()
262 mSystemGestureExclusion.getBoundaryPath(mSystemGestureExclusionPath); in onDraw()
263 canvas.drawPath(mSystemGestureExclusionPath, mSystemGestureExclusionPaint); in onDraw()