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

/frameworks/base/core/java/com/android/internal/widget/
H A DLockPatternView.java93 private float mInProgressX = -1; field in class:LockPatternView
369 mInProgressX = getCenterXForColumn(first.getColumn());
692 final float dx = Math.abs(x - mInProgressX);
728 mInProgressX = event.getX();
781 mInProgressX = x;
840 mInProgressX = centerX + dx;
923 currentPath.lineTo(mInProgressX, mInProgressY);

Completed in 61 milliseconds