Searched defs:mTextWidth (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/services/java/com/android/server/wm/
H A DWatermark.java42 final int mTextWidth; field in class:Watermark
92 mTextWidth = (int)mTextPaint.measureText(mText);
98 TypedValue.COMPLEX_UNIT_PX, mTextWidth*2, dm);
156 int div = (dw+mTextWidth)/deltaX;
157 int rem = (dw+mTextWidth) - (div*deltaX);
164 int x = -mTextWidth;
169 x -= (dw+mTextWidth);

Completed in 102 milliseconds