Searched refs:mInProgressY (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/core/java/com/android/internal/widget/
H A DLockPatternView.java118 private float mInProgressY = -1; field in class:LockPatternView
439 mInProgressY = getCenterYForRow(first.getRow());
760 startLineEndAnimation(cellState, mInProgressX, mInProgressY,
947 final float dy = Math.abs(y - mInProgressY);
983 mInProgressY = event.getY();
1054 mInProgressY = y;
1113 mInProgressY = centerY + dy;
1208 currentPath.lineTo(mInProgressX, mInProgressY);
1211 mInProgressX, mInProgressY, lastX, lastY) * 255f));

Completed in 48 milliseconds