Searched refs:mBorderWidth (Results 1 – 1 of 1) sorted by relevance
882 private final float mBorderWidth; field in AccessibilityController.DisplayMagnifier.MagnifiedViewport892 mBorderWidth = mDisplayContext.getResources().getDimension( in MagnifiedViewport()894 mHalfBorderWidth = (int) Math.ceil(mBorderWidth / 2); in MagnifiedViewport()895 mDrawBorderInset = (int) mBorderWidth / 2; in MagnifiedViewport()1210 mPaint.setStrokeWidth(mBorderWidth); in ViewportWindow()