Home | History | Annotate | Download | only in webkit

Lines Matching refs:getTitleHeight

1999         int getTitleHeight();
2007 protected int getTitleHeight() {
2009 return ((TitleBarDelegate) mWebView).getTitleHeight();
2027 return Math.max(getTitleHeight() - Math.max(0, getScrollY()),
2469 int viewHeight = getViewHeightWithTitle() - getTitleHeight();
3002 computeRealVerticalScrollRange() + getTitleHeight());
3029 return viewToContentDimension(y - getTitleHeight());
3046 return (y - getTitleHeight()) * mZoomManager.getInvScale();
3072 return contentToViewDimension(y) + getTitleHeight();
3098 final int dy = getTitleHeight();
3109 final int dy = getTitleHeight();
3257 int viewHeight = getViewHeightWithTitle() - getTitleHeight();
3364 return Math.max(getScrollY() - getTitleHeight(), 0);
4382 canvas.translate(0, getTitleHeight());
5721 int titleHeight = getTitleHeight();
5843 getScrollY() - getTitleHeight(), mZoomManager.getInvScale())) {
5911 int shiftedY = y - getTitleHeight() + getScrollY();
6759 return Math.max(computeRealVerticalScrollRange() + getTitleHeight()
7002 float oldScreenY = rect.top * actualScale + getTitleHeight()
7004 float rectViewY = rect.top * scale + getTitleHeight();
7006 float newMaxHeight = mContentHeight * scale + getTitleHeight();
7669 int y = Math.round(event.getY() - getTitleHeight() + getScrollY());