Searched refs:currentPath (Results 1 – 2 of 2) sorted by relevance
1102 final Path currentPath = mCurrentPath; in onDraw()1103 currentPath.rewind(); in onDraw()1154 currentPath.rewind(); in onDraw()1155 currentPath.moveTo(lastX, lastY); in onDraw()1157 currentPath.lineTo(state.lineEndX, state.lineEndY); in onDraw()1159 currentPath.lineTo(centerX, centerY); in onDraw()1161 canvas.drawPath(currentPath, mPathPaint); in onDraw()1170 currentPath.rewind(); in onDraw()1171 currentPath.moveTo(lastX, lastY); in onDraw()1172 currentPath.lineTo(mInProgressX, mInProgressY); in onDraw()[all …]
686 int currentPath = HdmiUtils.twoBytesToInt(params); in handleRoutingChange() local687 if (HdmiUtils.isAffectingActiveRoutingPath(getActivePath(), currentPath)) { in handleRoutingChange()