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

/frameworks/base/core/java/com/android/internal/widget/
H A DLockPatternView.java109 private float mSquareHeight; field in class:LockPatternView
453 mSquareHeight = height / 3.0f;
587 final float squareHeight = mSquareHeight;
713 final float height = mSquareHeight * 0.5f;
776 final float heightOffset = mSquareHeight / 2f;
796 return mPaddingTop + row * mSquareHeight + mSquareHeight / 2f;
848 final float squareHeight = mSquareHeight;
862 //float centerY = mPaddingTop + i * mSquareHeight + (mSquareHeight /
[all...]

Completed in 283 milliseconds