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

/frameworks/base/core/java/com/android/internal/widget/
H A DLockPatternView.java130 private float mSquareHeight; field in class:LockPatternView
622 mSquareHeight = height / 3.0f;
810 final float squareHeight = mSquareHeight;
941 final float height = mSquareHeight * 0.5f;
1017 final float heightOffset = mSquareHeight / 2f;
1037 return mPaddingTop + row * mSquareHeight + mSquareHeight / 2f;
1439 float cellheight = mSquareHeight * mHitFactor * 0.5f;

Completed in 88 milliseconds