Searched refs:changeWindowSizeAmount (Results 1 – 3 of 3) sorted by relevance
829 final float changeWindowSizeAmount = mContext.getResources().getFraction( in windowWidthIsNotMax_performA11yActionIncreaseWidth_windowWidthIncreased() local860 (int) ((startingWidth - 2 * mirrorSurfaceMargin) * (1 + changeWindowSizeAmount)) in windowWidthIsNotMax_performA11yActionIncreaseWidth_windowWidthIncreased()871 final float changeWindowSizeAmount = mContext.getResources().getFraction( in windowHeightIsNotMax_performA11yActionIncreaseHeight_windowHeightIncreased() local902 (int) ((startingHeight - 2 * mirrorSurfaceMargin) * (1 + changeWindowSizeAmount)) in windowHeightIsNotMax_performA11yActionIncreaseHeight_windowHeightIncreased()953 final float changeWindowSizeAmount = mContext.getResources().getFraction( in windowWidthIsNotMin_performA11yActionDecreaseWidth_windowWidthDecreased() local983 (int) ((startingSize - 2 * mirrorSurfaceMargin) * (1 - changeWindowSizeAmount)) in windowWidthIsNotMin_performA11yActionDecreaseWidth_windowWidthDecreased()994 final float changeWindowSizeAmount = mContext.getResources().getFraction( in windowHeightIsNotMin_performA11yActionDecreaseHeight_windowHeightDecreased() local1025 (int) ((startingSize - 2 * mirrorSurfaceMargin) * (1 - changeWindowSizeAmount)) in windowHeightIsNotMin_performA11yActionDecreaseHeight_windowHeightDecreased()
809 final float changeWindowSizeAmount = mContext.getResources().getFraction( in windowWidthIsNotMax_performA11yActionIncreaseWidth_windowWidthIncreased() local838 (int) ((startingWidth - 2 * mirrorSurfaceMargin) * (1 + changeWindowSizeAmount)) in windowWidthIsNotMax_performA11yActionIncreaseWidth_windowWidthIncreased()849 final float changeWindowSizeAmount = mContext.getResources().getFraction( in windowHeightIsNotMax_performA11yActionIncreaseHeight_windowHeightIncreased() local878 (int) ((startingHeight - 2 * mirrorSurfaceMargin) * (1 + changeWindowSizeAmount)) in windowHeightIsNotMax_performA11yActionIncreaseHeight_windowHeightIncreased()929 final float changeWindowSizeAmount = mContext.getResources().getFraction( in windowWidthIsNotMin_performA11yActionDecreaseWidth_windowWidthDecreased() local957 (int) ((startingSize - 2 * mirrorSurfaceMargin) * (1 - changeWindowSizeAmount)) in windowWidthIsNotMin_performA11yActionDecreaseWidth_windowWidthDecreased()968 final float changeWindowSizeAmount = mContext.getResources().getFraction( in windowHeightIsNotMin_performA11yActionDecreaseHeight_windowHeightDecreased() local997 (int) ((startingSize - 2 * mirrorSurfaceMargin) * (1 - changeWindowSizeAmount)) in windowHeightIsNotMin_performA11yActionDecreaseHeight_windowHeightDecreased()
1840 final float changeWindowSizeAmount = mContext.getResources().getFraction( in performA11yAction() local1868 (int) (mMagnificationFrame.width() * (1 + changeWindowSizeAmount)); in performA11yAction()1872 (int) (mMagnificationFrame.height() * (1 + changeWindowSizeAmount)); in performA11yAction()1876 (int) (mMagnificationFrame.width() * (1 - changeWindowSizeAmount)); in performA11yAction()1880 (int) (mMagnificationFrame.height() * (1 - changeWindowSizeAmount)); in performA11yAction()