Home
last modified time | relevance | path

Searched refs:mLineWidth (Results 1 – 1 of 1) sorted by relevance

/development/samples/ApiDemos/src/com/example/android/apis/graphics/
DWindowSurface.java146 int mLineWidth; field in WindowSurface.DrawingThread
174 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()