Searched refs:newHeight (Results 1 – 4 of 4) 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;
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()