Searched refs:currentPath (Results 1 – 2 of 2) sorted by relevance
1192 final Path currentPath = mCurrentPath; in onDraw()1193 currentPath.rewind(); in onDraw()1226 currentPath.rewind(); in onDraw()1246 currentPath.rewind(); in onDraw()1247 currentPath.moveTo(lastX, lastY); in onDraw()1248 currentPath.lineTo(mInProgressX, mInProgressY); in onDraw()1252 canvas.drawPath(currentPath, mPathPaint); in onDraw()
625 int currentPath = HdmiUtils.twoBytesToInt(params); in handleRoutingChange() local626 if (HdmiUtils.isAffectingActiveRoutingPath(getActivePath(), currentPath)) { in handleRoutingChange()