Searched defs:mInProgressX (Results 1 - 1 of 1) sorted by path

/frameworks/base/core/java/com/android/internal/widget/
H A DLockPatternView.java116 private float mInProgressX = -1; field in class:LockPatternView
419 mInProgressX = getCenterXForColumn(first.getColumn());
734 startLineEndAnimation(cellState, mInProgressX, mInProgressY,
920 final float dx = Math.abs(x - mInProgressX);
956 mInProgressX = event.getX();
1022 mInProgressX = x;
1081 mInProgressX = centerX + dx;
1154 currentPath.lineTo(mInProgressX, mInProgressY);
1157 mInProgressX, mInProgressY, lastX, lastY) * 255f));

Completed in 116 milliseconds