Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/accessibility/
H A DWindowMagnificationController.java189 private int mBorderDragSize; field in WindowMagnificationController
348 mBorderDragSize = mResources.getDimensionPixelSize( in updateDimensions()
659 Region regionInsideDragBorder = new Region(mBorderDragSize, mBorderDragSize, in calculateTapExclude()
660 mMirrorView.getWidth() - mBorderDragSize, in calculateTapExclude()
661 mMirrorView.getHeight() - mBorderDragSize); in calculateTapExclude()