Searched refs:newHeight (Results 1 – 6 of 6) sorted by relevance
84 public void onSizeChanged(int newHeight) { in onSizeChanged() argument85 setExpandedHeight(newHeight); in onSizeChanged()
24 public void onSizeChanged(int newHeight); in onSizeChanged() argument
217 int newHeight = newBottom - newTop;219 int delta = newHeight - oldHeight;409 int newHeight = newBottom - newTop;411 int deltaHeight = oldHeight - newHeight;
57 private Bitmap scaleBitmap(Bitmap bitmapToScale, float newWidth, float newHeight) in scaleBitmap() argument68 matrix.postScale(newWidth / width, newHeight / height); in scaleBitmap()
673 float newHeight = lastSpanY / spanY * mCurrentViewport.height();684 - newHeight * (mContentRect.bottom - focusY)689 mCurrentViewport.bottom = mCurrentViewport.top + newHeight;902 float newHeight = (1f - mZoomer.getCurrZoom()) * mScrollerStartViewport.height(); in computeScroll() local909 mZoomFocalPoint.y - newHeight * pointWithinViewportY, in computeScroll()911 mZoomFocalPoint.y + newHeight * (1 - pointWithinViewportY)); in computeScroll()