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