Searched refs:newWidth (Results 1 – 3 of 3) sorted by relevance
57 private Bitmap scaleBitmap(Bitmap bitmapToScale, float newWidth, float newHeight) in scaleBitmap() argument68 matrix.postScale(newWidth / width, newHeight / height); in scaleBitmap()
672 float newWidth = lastSpanX / spanX * mCurrentViewport.width();681 - newWidth * (focusX - mContentRect.left)688 mCurrentViewport.right = mCurrentViewport.left + newWidth;901 float newWidth = (1f - mZoomer.getCurrZoom()) * mScrollerStartViewport.width(); in computeScroll() local908 mZoomFocalPoint.x - newWidth * pointWithinViewportX, in computeScroll()910 mZoomFocalPoint.x + newWidth * (1 - pointWithinViewportX), in computeScroll()