Searched refs:currentPath (Results 1 – 2 of 2) sorted by relevance
1149 final Path currentPath = mCurrentPath; in onDraw()1150 currentPath.rewind(); in onDraw()1210 currentPath.rewind(); in onDraw()1211 currentPath.moveTo(lastX, lastY); in onDraw()1213 currentPath.lineTo(state.lineEndX, state.lineEndY); in onDraw()1220 currentPath.lineTo(centerX, centerY); in onDraw()1227 canvas.drawPath(currentPath, mPathPaint); in onDraw()1236 currentPath.rewind(); in onDraw()1237 currentPath.moveTo(lastX, lastY); in onDraw()1238 currentPath.lineTo(mInProgressX, mInProgressY); in onDraw()[all …]
669 int currentPath = HdmiUtils.twoBytesToInt(params); in handleRoutingChange() local670 if (HdmiUtils.isAffectingActiveRoutingPath(getActivePath(), currentPath)) { in handleRoutingChange()