Searched refs:mDrawBorderInset (Results 1 – 1 of 1) sorted by relevance
884 private final int mDrawBorderInset; field in AccessibilityController.DisplayMagnifier.MagnifiedViewport895 mDrawBorderInset = (int) mBorderWidth / 2; in MagnifiedViewport()1023 mMagnificationRegion.op(mDrawBorderInset, mDrawBorderInset, in recomputeBounds()1024 screenWidth - mDrawBorderInset, screenHeight - mDrawBorderInset, in recomputeBounds()1034 dirtyRect.set(mDrawBorderInset, mDrawBorderInset, in recomputeBounds()1035 screenWidth - mDrawBorderInset, in recomputeBounds()1036 screenHeight - mDrawBorderInset); in recomputeBounds()