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