Home
last modified time | relevance | path

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

/frameworks/base/core/java/com/android/internal/widget/
DLockPatternView.java1102 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 …]
/frameworks/base/services/core/java/com/android/server/hdmi/
DHdmiCecLocalDeviceTv.java686 int currentPath = HdmiUtils.twoBytesToInt(params); in handleRoutingChange() local
687 if (HdmiUtils.isAffectingActiveRoutingPath(getActivePath(), currentPath)) { in handleRoutingChange()