Searched refs:mLineWidth (Results 1 – 1 of 1) sorted by relevance
146 int mLineWidth; field in WindowSurface.DrawingThread174 mLineWidth = (int)(getResources().getDisplayMetrics().density * 1.5); in run()175 if (mLineWidth < 1) mLineWidth = 1; in run()176 mMinStep = mLineWidth * 2; in run()182 mForeground.setStrokeWidth(mLineWidth); in run()