Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/accessibility/
H A DWindowMagnificationControllerTest.java836 int mMinWindowSize = mResources.getDimensionPixelSize( in windowWidthIsNotMin_performA11yActionDecreaseWidth_windowWidthDecreased() local
838 final int startingSize = (int) (mMinWindowSize * 1.1); in windowWidthIsNotMin_performA11yActionDecreaseWidth_windowWidthDecreased()
875 int mMinWindowSize = mResources.getDimensionPixelSize( in windowHeightIsNotMin_performA11yActionDecreaseHeight_windowHeightDecreased() local
877 final int startingSize = (int) (mMinWindowSize * 1.1); in windowHeightIsNotMin_performA11yActionDecreaseHeight_windowHeightDecreased()
915 int mMinWindowSize = mResources.getDimensionPixelSize( in windowWidthIsMin_noDecreaseWindowWidthA11yAction() local
917 final int startingSize = mMinWindowSize; in windowWidthIsMin_noDecreaseWindowWidthA11yAction()
935 int mMinWindowSize = mResources.getDimensionPixelSize( in windowHeightIsMin_noDecreaseWindowHeightA11yAcyion() local
937 final int startingSize = mMinWindowSize; in windowHeightIsMin_noDecreaseWindowHeightA11yAcyion()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/accessibility/
H A DWindowMagnificationController.java202 private int mMinWindowSize; field in WindowMagnificationController
355 mMinWindowSize = mResources.getDimensionPixelSize( in updateDimensions()
731 width = MathUtils.clamp(width, mMinWindowSize, mWindowBounds.width()); in setWindowSizeAndCenter()
732 height = MathUtils.clamp(height, mMinWindowSize, mWindowBounds.height()); in setWindowSizeAndCenter()
1513 if ((mMagnificationFrame.width() + 2 * mMirrorSurfaceMargin) > mMinWindowSize) { in onInitializeAccessibilityNodeInfo()
1519 if ((mMagnificationFrame.height() + 2 * mMirrorSurfaceMargin) > mMinWindowSize) { in onInitializeAccessibilityNodeInfo()