Searched refs:mPathWidth (Results 1 – 1 of 1) sorted by relevance
93 private final int mPathWidth; field in LockPatternView362 mPathWidth = getResources().getDimensionPixelSize(R.dimen.lock_pattern_dot_line_width); in LockPatternView()363 mPathPaint.setStrokeWidth(mPathWidth); in LockPatternView()1110 final float radius = mPathWidth; in handleActionMove()