Searched refs:mMinWindowSize (Results 1 – 2 of 2) sorted by relevance
836 int mMinWindowSize = mResources.getDimensionPixelSize( in windowWidthIsNotMin_performA11yActionDecreaseWidth_windowWidthDecreased() local838 final int startingSize = (int) (mMinWindowSize * 1.1); in windowWidthIsNotMin_performA11yActionDecreaseWidth_windowWidthDecreased()875 int mMinWindowSize = mResources.getDimensionPixelSize( in windowHeightIsNotMin_performA11yActionDecreaseHeight_windowHeightDecreased() local877 final int startingSize = (int) (mMinWindowSize * 1.1); in windowHeightIsNotMin_performA11yActionDecreaseHeight_windowHeightDecreased()915 int mMinWindowSize = mResources.getDimensionPixelSize( in windowWidthIsMin_noDecreaseWindowWidthA11yAction() local917 final int startingSize = mMinWindowSize; in windowWidthIsMin_noDecreaseWindowWidthA11yAction()935 int mMinWindowSize = mResources.getDimensionPixelSize( in windowHeightIsMin_noDecreaseWindowHeightA11yAcyion() local937 final int startingSize = mMinWindowSize; in windowHeightIsMin_noDecreaseWindowHeightA11yAcyion()
202 private int mMinWindowSize; field in WindowMagnificationController355 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()