Searched refs:currentPath (Results 1 – 2 of 2) sorted by relevance
1322 final Path currentPath = mCurrentPath; in onDraw()1323 currentPath.rewind(); in onDraw()1356 currentPath.rewind(); in onDraw()1381 currentPath.rewind(); in onDraw()1382 currentPath.moveTo(lastX, lastY); in onDraw()1383 currentPath.lineTo(mInProgressX, mInProgressY); in onDraw()1387 canvas.drawPath(currentPath, mPathPaint); in onDraw()
673 int currentPath = HdmiUtils.twoBytesToInt(params); in handleRoutingChange() local674 if (HdmiUtils.isAffectingActiveRoutingPath(getActivePath(), currentPath)) { in handleRoutingChange()