Searched refs:mMinWindowSize (Results 1 – 3 of 3) sorted by relevance
950 int mMinWindowSize = mResources.getDimensionPixelSize( in windowWidthIsNotMin_performA11yActionDecreaseWidth_windowWidthDecreased() local952 final int startingSize = (int) (mMinWindowSize * 1.1); in windowWidthIsNotMin_performA11yActionDecreaseWidth_windowWidthDecreased()991 int mMinWindowSize = mResources.getDimensionPixelSize( in windowHeightIsNotMin_performA11yActionDecreaseHeight_windowHeightDecreased() local993 final int startingSize = (int) (mMinWindowSize * 1.1); in windowHeightIsNotMin_performA11yActionDecreaseHeight_windowHeightDecreased()1033 int mMinWindowSize = mResources.getDimensionPixelSize( in windowWidthIsMin_noDecreaseWindowWidthA11yAction() local1035 final int startingSize = mMinWindowSize; in windowWidthIsMin_noDecreaseWindowWidthA11yAction()1053 int mMinWindowSize = mResources.getDimensionPixelSize( in windowHeightIsMin_noDecreaseWindowHeightA11yAction() local1055 final int startingSize = mMinWindowSize; in windowHeightIsMin_noDecreaseWindowHeightA11yAction()
926 int mMinWindowSize = mResources.getDimensionPixelSize( in windowWidthIsNotMin_performA11yActionDecreaseWidth_windowWidthDecreased() local928 final int startingSize = (int) (mMinWindowSize * 1.1); in windowWidthIsNotMin_performA11yActionDecreaseWidth_windowWidthDecreased()965 int mMinWindowSize = mResources.getDimensionPixelSize( in windowHeightIsNotMin_performA11yActionDecreaseHeight_windowHeightDecreased() local967 final int startingSize = (int) (mMinWindowSize * 1.1); in windowHeightIsNotMin_performA11yActionDecreaseHeight_windowHeightDecreased()1005 int mMinWindowSize = mResources.getDimensionPixelSize( in windowWidthIsMin_noDecreaseWindowWidthA11yAction() local1007 final int startingSize = mMinWindowSize; in windowWidthIsMin_noDecreaseWindowWidthA11yAction()1025 int mMinWindowSize = mResources.getDimensionPixelSize( in windowHeightIsMin_noDecreaseWindowHeightA11yAcyion() local1027 final int startingSize = mMinWindowSize; in windowHeightIsMin_noDecreaseWindowHeightA11yAcyion()
215 private int mMinWindowSize; field in WindowMagnificationController412 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()