Searched defs:getVisibleTitleHeightImpl (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/core/java/android/webkit/
H A DWebViewClassic.java2022 return getVisibleTitleHeightImpl();
2025 private int getVisibleTitleHeightImpl() { method in class:WebViewClassic
2051 return getViewHeightWithTitle() - getVisibleTitleHeightImpl();
3214 r.top = viewToContentY(r.top + getVisibleTitleHeightImpl());
3379 scrollBar.setBounds(l, t + getVisibleTitleHeightImpl(), r, b);
5579 mInvScreenRect.bottom = rootViewHeight - mInvScreenRect.top - getVisibleTitleHeightImpl();
5602 contentRect.top = viewToContentYf(viewRect.top + getVisibleTitleHeightImpl())
5720 // as getVisibleTitleHeightImpl.
7490 y = Math.max(0, y - getVisibleTitleHeightImpl());

Completed in 62 milliseconds