Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/accessibility/
DWindowMagnificationControllerWindowlessMagnifierTest.java950 int mMinWindowSize = mResources.getDimensionPixelSize( in windowWidthIsNotMin_performA11yActionDecreaseWidth_windowWidthDecreased() local
952 final int startingSize = (int) (mMinWindowSize * 1.1); in windowWidthIsNotMin_performA11yActionDecreaseWidth_windowWidthDecreased()
991 int mMinWindowSize = mResources.getDimensionPixelSize( in windowHeightIsNotMin_performA11yActionDecreaseHeight_windowHeightDecreased() local
993 final int startingSize = (int) (mMinWindowSize * 1.1); in windowHeightIsNotMin_performA11yActionDecreaseHeight_windowHeightDecreased()
1033 int mMinWindowSize = mResources.getDimensionPixelSize( in windowWidthIsMin_noDecreaseWindowWidthA11yAction() local
1035 final int startingSize = mMinWindowSize; in windowWidthIsMin_noDecreaseWindowWidthA11yAction()
1053 int mMinWindowSize = mResources.getDimensionPixelSize( in windowHeightIsMin_noDecreaseWindowHeightA11yAction() local
1055 final int startingSize = mMinWindowSize; in windowHeightIsMin_noDecreaseWindowHeightA11yAction()
DWindowMagnificationControllerTest.java926 int mMinWindowSize = mResources.getDimensionPixelSize( in windowWidthIsNotMin_performA11yActionDecreaseWidth_windowWidthDecreased() local
928 final int startingSize = (int) (mMinWindowSize * 1.1); in windowWidthIsNotMin_performA11yActionDecreaseWidth_windowWidthDecreased()
965 int mMinWindowSize = mResources.getDimensionPixelSize( in windowHeightIsNotMin_performA11yActionDecreaseHeight_windowHeightDecreased() local
967 final int startingSize = (int) (mMinWindowSize * 1.1); in windowHeightIsNotMin_performA11yActionDecreaseHeight_windowHeightDecreased()
1005 int mMinWindowSize = mResources.getDimensionPixelSize( in windowWidthIsMin_noDecreaseWindowWidthA11yAction() local
1007 final int startingSize = mMinWindowSize; in windowWidthIsMin_noDecreaseWindowWidthA11yAction()
1025 int mMinWindowSize = mResources.getDimensionPixelSize( in windowHeightIsMin_noDecreaseWindowHeightA11yAcyion() local
1027 final int startingSize = mMinWindowSize; in windowHeightIsMin_noDecreaseWindowHeightA11yAcyion()
/frameworks/base/packages/SystemUI/src/com/android/systemui/accessibility/
DWindowMagnificationController.java215 private int mMinWindowSize; field in WindowMagnificationController
412 mMinWindowSize = mResources.getDimensionPixelSize( in updateDimensions()
927 width = MathUtils.clamp(width, mMinWindowSize, mWindowBounds.width()); in setWindowSizeAndCenter()
928 height = MathUtils.clamp(height, mMinWindowSize, mWindowBounds.height()); in setWindowSizeAndCenter()
1813 if ((mMagnificationFrame.width() + 2 * mMirrorSurfaceMargin) > mMinWindowSize) { in onInitializeAccessibilityNodeInfo()
1819 if ((mMagnificationFrame.height() + 2 * mMirrorSurfaceMargin) > mMinWindowSize) { in onInitializeAccessibilityNodeInfo()